robin szemeti wrote:
On Monday 10 February 2003 12:36, David Cantrell wrote:


mod_perl in general.

Issues like excessive memory use, and problems with database connections
being able to hang the whole web server.

really? ... I guess it depends on how you run your mod_perl ... sure, running a mod_perl enabled server with mod_perl fully loaded with your app on every apache child process will increase the apapche memory footprint a great deal, and if each child maintains connections to the dtabase then you have double trouble .. but run with a reverse proxy setup (either single tiered or multiple tiered architecture) frees you from most of those problem .. if not all of them.
But then <devil's advocate> it's probably easier to write an ISAPI filter in C++ than do all that </devils advocate>.

--
Andy Armstrong, Tagish


Reply via email to