> From: Michael Graham > I've been using PersistentPerl a lot too, and I'm also > worried that it's no longer supported. I guess it will be > hard for the community to take over this project, since it's > written in C and probably does scary embedded Perl > interpreter stuff. Maybe it is finally time to crack open > "Extending and Embedding Perl". > > As a possible alternative there's also pperl: > > http://search.cpan.org/~msergeant/PPerl-0.25/ > > It looks very similar to PersistentPerl. It's missing a > couple of features (e.g. groups, cleanup handlers). But > maybe these could be added? >
I have looked at PPerl, but it seemed to be behaving strangely - e.g. Full Text Searches bring back results from old queries. I did the usual - make sure there weren't any closures, globals etc. The app runs under mod_perl and also under PersistentPerl for a few hours until it hangs - neither persistent solutions exhibits this weird problem. I contacted Matt and he made some suggestions, including setting the --no-cleanup flag to more closely mirror the behaviour of PersistentPerl. Unfortunately, you can't set the flags from the shebang line... Dan --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
