Re: benchmarking various event loops with and without anyevent

2008-04-28 Thread Rocco Caputo
On Apr 28, 2008, at 03:21, Marc Lehmann wrote: On Sat, Apr 26, 2008 at 08:13:27AM -0400, Rocco Caputo [EMAIL PROTECTED] wrote: each event watcher. Anyone who knows POE can tell you this is one of the least efficient designs possible. In fact, this design is worse than the average for

Re: benchmarking various event loops with and without anyevent

2008-04-28 Thread Rocco Caputo
On Apr 28, 2008, at 06:24, Marc Lehmann wrote: [most important points first] In your case, I would create a single persistent POE::Session instance that serviced all the watchers. I would, too, but I cannot find a way to do that with POE: sessions without active watchers will be destroyed,

Re: benchmarking various event loops with and without anyevent

2008-04-28 Thread Rocco Caputo
On Apr 28, 2008, at 03:21, Marc Lehmann wrote: In all fairness, I want to point out that, after _multiple_ rounds of longish e-mail exchanges, Rocco Caputo could not solve the problems that forced AnyEvent to use this design, nor did he enlighten me on how to work around the specific