[Van-pm] Question about handling multiple clients

mock mock at obscurity.org
Fri Mar 31 15:40:47 PST 2006


On Fri, Mar 31, 2006 at 10:06:42AM -0800, Kevin Scaldeferri wrote:
> If you need thread-like parallelism, POE is a much better idea.
> 

POE would solve the problem.  You might also want to look at my
Apache2::TieBucketBrigade module which lets you use mod_perl as your daemon
framework.  The other module you might want to look into, is Event::Lib, a
framework based on top of libevent.  Neither of the last two provide threads,
but I've found that most often when writing a daemon you don't really want
that anyway.

will


More information about the Vancouver-pm mailing list