On Wed, 2004-02-11 at 07:18, David F. Skoll wrote: > And if you follow the "perlembed" man page to destroy the interpreter, it works > fine on Linux and segfaults on Solaris. :-( > > Perl is a mess, let's face it. >
Perl sits pretty close to the OS and it's C libraries. I think the messiness you see does not originate in perl... If mod_perl works with apache on a system, other embedded perl programs should as well, but they probably need the same approach as apache to have a parent restart children that exit on their own after a certain number of runs so you don't have to be too careful about leaking memory and the entire child has to die at once instead of unloading the perl portion. --- Les Mikesell [EMAIL PROTECTED] _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

