in reply to AnyEvent for I/O events
Great article about great module. I think AnyEvent might be real standard for event driven applications.
I would like to see some benchmarks and see if multi-threaded application is faster that one-threaded with event loop. I already found some Java benchmark (http://www.theserverside.com/discussions/thread.tss?thread_id=26700) and saw that Linux with NPTL and one connection per one thread mode can be really faster than many connections per one thread mode.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: AnyEvent for I/O events
by elmex (Friar) on Apr 16, 2008 at 19:58 UTC |