[Catalyst] file system /web server best practices.

Perrin Harkins perrin at elem.com
Fri Jun 30 16:43:13 CEST 2006


Len Jaffe wrote:
> ENV: win2k3, activestate 5.8.8, apache 2.0.58,
> modperl, catalyst 5.67(2?). 

You may want to check how well FastCGI is running on Win32 and apache 2 
these days before you consider using it.

> It takes ~1minute to restart
> apache/mod_perl on my desktop, compared to about 15
> seconds on the server, and near instantaneous with the
> development web server on either box.

Maybe you have apache configured to start a large number of perl 
threads.  Threads can be slow to spawn.  Restarting shouldn't take that 
long.

- Perrin



More information about the Catalyst mailing list