Hi Matt,

I can see what you mean about that being a fat process - you don't
want to many of those around.

There are ways to unload unused module which could be worth
considering - some packages pull in a large bunch of stuff that use
memory but aren't required. I saw somebody's journal on use.perl.org
but can't find it now.. drat.

Also are you using Maypole::Model::CDBI::Plain or are the modules
loaded/generated via Loader?

Finally - the simplest option for immediate impact is to use Apache
ProxyPass/ProxyPassReverse and put a proxy server in front on the
heavy mod_perl server - that way you only need a small number memory
hogging processes, with the proxying web server dealing with slow
clients and caching static content (images, css, etc).

Cheers,

A.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Maypole-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to