Timer in DCOM server
COM
2
Posts
2
Posters
0
Views
1
Watching
-
I need to fire events from a DCOM server once in a time interval. Do you have any idea about how should i implement this or at least do you know some tutorial that solves such a task? rechi
Is your server a service? In that case, you can use a separate worker thread in your application to do the needful. The timing action can be implemented using Events and the thread has to be synchronised with that event. The event will signal the thread when the required time has elapsed. With best regards, Sayan Email:sayanmukherjee@indiatimes.com