Re: ad Timer

2003-07-16 Thread Leopold Toetsch
Aldo Calpini wrote: Leopold Toetsch wrote: Attached is a test program, showing an implementations for multiple timers. GNU/linux only, but implementing the platform interface (and the sighandler/message queue) shouldn't be too hard. don't know if it's worth something, but this is how your time

Re: ad Timer

2003-07-16 Thread Aldo Calpini
Leopold Toetsch wrote: > Attached is a test program, showing an implementations for multiple > timers. GNU/linux only, but implementing the platform interface (and the > sighandler/message queue) shouldn't be too hard. don't know if it's worth something, but this is how your timer program could

Re: ad Timer

2003-07-15 Thread Leopold Toetsch
Nicholas Clark wrote: On Tue, Jul 15, 2003 at 04:48:56PM +0200, Leopold Toetsch wrote: Attached is a test program, showing an implementations for multiple It didn't arrive. Did you attach it, or did its name end .t ? No extension was .c. Attachment was there: $ mailq -Queue ID- --Size-- Arr

Re: ad Timer

2003-07-15 Thread Nicholas Clark
On Tue, Jul 15, 2003 at 04:48:56PM +0200, Leopold Toetsch wrote: > Attached is a test program, showing an implementations for multiple It didn't arrive. Did you attach it, or did its name end .t ? Nicholas Clark

ad Timer

2003-07-15 Thread Leopold Toetsch
Attached is a test program, showing an implementations for multiple timers. GNU/linux only, but implementing the platform interface (and the sighandler/message queue) shouldn't be too hard. I'm using milli seconds resolution, which seems IMHO reasonable. The Kernel only has HZ (1s/100 on many sy