On Tue, 2005-11-15 at 14:53 -0600, David Nicol wrote:
> Or you could toss your apache server and write to Http::Server::Singlethreaded
> isntead of mod_perl

Or POE for that matter.  That wouldn't be very effective if you do a lot
of DBI or other blocking calls, but it could work if the data is all in
memory and you can write your code to break up methods into callbacks.

- Perrin

Reply via email to