>
> > The other thing that is different when running under Apache is, that you
> > don't have a stdin. Some programms fail if stdin is /dev/null
>

try to run it offline with < /dev/null appended. That simulates what Apache
does (not exactly the same)

Does it work then ?

Maybe the module Lingua::Ispell simply does not correctly clean up it
childs. The childs are killed by the OS when your offline scripts
terminates, but under mod_perl your process never terminates. Somebody wrote
about setting %SIG, did you tried that ?


Gerald





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to