Re: What would cause a SEGFAULT on startup

2007-05-20 Thread Foo JH
If you're starting modperl from scratch, I'd suggest that you go with modperl2 on apache 2.2 than legacy apache 1.3 + modperl 1 Tuc at T-B-O-H.NET wrote: Hi, I'm running : apache+mod_ssl+mod_deflate-1.3.37+2.8.28 perl-threaded-5.8.8 mod_perl-1.30 all installed via the FreeBS

Re: File Handle Issues in Mod_Perl 2.0

2007-05-20 Thread Foo JH
Could be some internal optimsation issue. But I'd say that your best bet is to really close the file after you're done with it, and not let it hang around. This so especially when you are expecting multiple threads/ processes accessing the same file. Justin Luster wrote: Hi, A while back I