syncing timers

  • Thread starter Thread starter news.eclipse.co.uk
  • Start date Start date
N

news.eclipse.co.uk

Hi - I have two seperate threads each running timers - I was wondering if
there is any way to sync the two seperate timers using a system clock or
something - or would I have to simply create a routine? - which would not be
that difficult I realize but was wondering - cheers

James Jenkins
www.tamarsolutions.co.uk
 
I can't think of anyway that would work perfectly...

You could have both threads share the same timer though and that would
allow a 'syncronized' Elapsed event to be raised for both.
 
Andy said:
I can't think of anyway that would work perfectly...

You could have both threads share the same timer though and that would
allow a 'syncronized' Elapsed event to be raised for both.

Cheers - this is the sort of idea I had -

Thanks
James
 
Back
Top