Click here to Skip to main content
15,916,846 members
Home / Discussions / C#
   

C#

 
GeneralRe: salam Pin
OriginalGriff5-Jan-11 20:47
mveOriginalGriff5-Jan-11 20:47 
GeneralRe: salam Pin
JOAT-MON6-Jan-11 12:12
JOAT-MON6-Jan-11 12:12 
QuestionStreaming real-time data to a file - recommendations? [modified] Pin
Wjousts5-Jan-11 8:11
Wjousts5-Jan-11 8:11 
AnswerRe: Steaming real-time data to a file - recommendations? Pin
Luc Pattyn5-Jan-11 8:34
sitebuilderLuc Pattyn5-Jan-11 8:34 
GeneralRe: Steaming real-time data to a file - recommendations? Pin
Wjousts5-Jan-11 9:48
Wjousts5-Jan-11 9:48 
GeneralRe: Steaming real-time data to a file - recommendations? Pin
Luc Pattyn5-Jan-11 9:52
sitebuilderLuc Pattyn5-Jan-11 9:52 
QuestionRe: Steaming real-time data to a file - recommendations? Pin
Paladin20005-Jan-11 10:11
Paladin20005-Jan-11 10:11 
AnswerRe: Steaming real-time data to a file - recommendations? Pin
Luc Pattyn5-Jan-11 10:24
sitebuilderLuc Pattyn5-Jan-11 10:24 
1. yes, I guess so. I haven't used it yet, I expect it is a regular queue plus a lock, which would be fine. If the app is adding one item (sensor value + time value) to the queue every few seconds, then obviously anything goes.

2.
don't get me started on thread priorities. IMO they aren't worth much in Windows (I have a background in embedded real-time systems). If your producer needs to have higher priotity, then the consumer might get flooded with data, and if that is acceptable, you basically are admitting you could store everything in memory before flushing it to disk...

Smile | :)
Luc Pattyn [Forum Guidelines] [My Articles] [My CP bug tracking] Nil Volentibus Arduum
Season's Greetings to all CPians.


GeneralRe: Steaming real-time data to a file - recommendations? Pin
Paladin20005-Jan-11 10:35
Paladin20005-Jan-11 10:35 
GeneralRe: Steaming real-time data to a file - recommendations? Pin
Luc Pattyn5-Jan-11 10:47
sitebuilderLuc Pattyn5-Jan-11 10:47 
GeneralRe: Steaming real-time data to a file - recommendations? Pin
Wjousts6-Jan-11 3:57
Wjousts6-Jan-11 3:57 
AnswerRe: Steaming real-time data to a file - recommendations? Pin
Luc Pattyn6-Jan-11 4:05
sitebuilderLuc Pattyn6-Jan-11 4:05 
GeneralRe: Steaming real-time data to a file - recommendations? Pin
Wjousts6-Jan-11 11:49
Wjousts6-Jan-11 11:49 
AnswerRe: Steaming real-time data to a file - recommendations? Pin
Wjousts6-Jan-11 3:57
Wjousts6-Jan-11 3:57 
AnswerRe: Streaming real-time data to a file - recommendations? Pin
Kythen6-Jan-11 9:16
Kythen6-Jan-11 9:16 
GeneralRe: Streaming real-time data to a file - recommendations? Pin
Wjousts6-Jan-11 11:52
Wjousts6-Jan-11 11:52 
AnswerRe: Streaming real-time data to a file - recommendations? Pin
jschell6-Jan-11 9:21
jschell6-Jan-11 9:21 
GeneralRe: Streaming real-time data to a file - recommendations? Pin
Wjousts6-Jan-11 11:55
Wjousts6-Jan-11 11:55 
AnswerRe: Streaming real-time data to a file - recommendations? Pin
carbon_golem7-Jan-11 5:14
carbon_golem7-Jan-11 5:14 
Questioncall an opener form method Pin
mabrahao5-Jan-11 3:17
mabrahao5-Jan-11 3:17 
AnswerRe: call an opener form method Pin
Paladin20005-Jan-11 3:43
Paladin20005-Jan-11 3:43 
GeneralRe: call an opener form method Pin
mabrahao5-Jan-11 3:50
mabrahao5-Jan-11 3:50 
GeneralRe: call an opener form method Pin
Paladin20005-Jan-11 3:59
Paladin20005-Jan-11 3:59 
GeneralRe: call an opener form method Pin
mabrahao5-Jan-11 4:19
mabrahao5-Jan-11 4:19 
GeneralRe: call an opener form method Pin
Paladin20005-Jan-11 4:22
Paladin20005-Jan-11 4:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.