Possible Bug?

2012-09-12 Thread Shripad K
initializer required for type GC Am I doing something wrong? Shripad K

Re: Timers: setInterval and setTimeout

2012-08-01 Thread Shripad K
Okay really sorry to bother you all. I found a better way of dealing with timers. Coupled tango's signal/slot implementation with its Selector abstraction (with timeout) and things work like a charm. On Wednesday, 1 August 2012 at 18:15:44 UTC, Shripad K wrote: Hello all, I'm l

Timers: setInterval and setTimeout

2012-08-01 Thread Shripad K
listening to SIGALARM. I want it to be efficient as i'll be using it for timing out HTTP requests. Can someone guide me in the right direction? Thanks for any help, Shripad K.