NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Multithreaded Perl server... (Score:1)
I'm currently using it to develop a debugger [presicient.com] (very prelim view), hopefully that will shake out HTTP::D::T a bit more.
BTW: does
Re: (Score:1)
Re: HTTP Server Fever (Score:1)
Re: (Score:1)
Some justification (Score:2)
However now AxKit2 is built I find it much easier to hack on than mod_perl, and not just because I know the internals. Adding a new conf
Re: (Score:1)
Adding config stuff was pretty bad in mod_perl 1. It's supposedly easy in mod_perl 2, but I've never wanted to add a config directive so it's not something I pay attention to. I really don't use any of the Perl config stuff in mod_perl at all. It just doesn't appeal to me.
Profiling, quick restarts -- well, they work for me in mod_perl. (This reminds me of working at a place that used IBM WebSphere, where restarting the dev tools to pick up a code change took 10 minutes! What a pig that thing was.)
You
Re: (Score:2)
Another option I'm