K
kevinforbes
Hi All,
I inherited a multi-threaded windows serviece from a contractor where
every thread checks a shared dataset every 100ms for messages to act
on.
Is this the best way to communicate across threads? Is it possible to
push messages/call methods to individual threads by using delegates or
events?
What is the best practice for this situation?
Thank you,
KF
I inherited a multi-threaded windows serviece from a contractor where
every thread checks a shared dataset every 100ms for messages to act
on.
Is this the best way to communicate across threads? Is it possible to
push messages/call methods to individual threads by using delegates or
events?
What is the best practice for this situation?
Thank you,
KF