Re: [twsocket] built-in timer

2006-07-16 Thread Francois PIETTE
ot;Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, July 16, 2006 4:07 PM Subject: Re: [twsocket] built-in timer > Francois PIETTE wrote: >>>>> Hmm, I see multi-threading issues, since a timer always fires in >>>>> con

Re: [twsocket] built-in timer

2006-07-16 Thread Arno Garrels
Francois PIETTE wrote: Hmm, I see multi-threading issues, since a timer always fires in context of the thread where it has been created. >>> >>> What if TIcsTimer post a message to the calling component when the >>> programmed timer event has occured ? Wouldn't this would solve all >>>

Re: [twsocket] built-in timer

2006-07-16 Thread Francois PIETTE
>>> Hmm, I see multi-threading issues, since a timer always fires in >>> context of the thread where it has been created. >> >> What if TIcsTimer post a message to the calling component when the >> programmed timer event has occured ? Wouldn't this would solve all >> multithread issues ? > > Then