Hi Joerg,

At 18:06 16.10.2002, Joerg Plate wrote:
>although it never happened to me i have to fight some rumours. Is
>it true that you can kill the whole server, not just the script
>if you do something wrong with mod_perl? (I doubt it)

It depends on what "wrong thing" you do. mod_perl gives a great deal of 
freedom, and with freedom comes responsibility. Things like using a lot of 
memory and the fact that mod_perl scripts/modules can access each others 
namespaces can make for some problems. You probably want to look at : 
http://perl.apache.org/docs/general/multiuser/multiuser.html

But just throwing an error (because of some unexpected condition, for 
example), won't kill the whole server.


-- 
Per Einar Ellefsen
[EMAIL PROTECTED]


Reply via email to