Re: Throwing die in Apache::Registry

2001-05-04 Thread Tom Harper
Mark-- While you may be having problems with segfaults because of expat = yes rule-- i was having similar problems with XML parser relating to the the die statement. I do the same thing as far as eval'ing the parsefile call. Also, I removed the die statement from parser.pm (v 2.29 line 240

IPC Linux -- WAS [Re: mod_perl IPC under Solaris 7]

2000-12-08 Thread Tom Harper
I have been looking for where I can set this setting in (redhat) linux-- anyone have any pointers? ipcs, ipcrm are there, but i don't have an etc/system. very little documentation on this for linux (or bsd) that i could find. Tom At 06:29 PM 12/8/00 +0100, Steven Cotton wrote: On Fri, 8 Dec

Child Process Expiration ( Was RE: Memory Usage)

2000-11-13 Thread Tom Harper
Hi Folks-- This may be slightly off topic, but I suppose adds to the prior discussion-- G.W. Haywood (i think?) said that he set child process expiration at 100 hits-- this seems small to me, mostly because the 1.3.9 apache distribution notes (which claims that 10,000 is high), and partly

Re: how do I store/retrieve a hash through Apache::Session?

2000-11-03 Thread Tom Harper
Enrique-- You need to store/retrieve it as a ref- \%my_hash Tom At 04:36 PM 11/3/00 +, Enrique I.Rodriguez wrote: Maybe a silly question... how do I store/retrieve a hash through Apache::Session? This doesn't work... # retrieve %table=$session{table}; ... # store

Re: Seg Fault Issues- mod_perl and XML::Parser

2000-11-02 Thread Tom Harper
wrote: On Wed, 1 Nov 2000, Tom Harper wrote: Hi-- Having a problem with modperl/xml-parser. Aren't we all :-) Try http://axkit.org/faq.xml Also, there is a patch for this (finally!) in http://axkit.org/download/ - the mod_dav-shared-expat patch. I've sent this to Greg Stein (but not heard any

Re: Seg Fault Issues- mod_perl and XML::Parser

2000-11-01 Thread Tom Harper
+, Matt Sergeant wrote: On Wed, 1 Nov 2000, Tom Harper wrote: Hi-- Having a problem with modperl/xml-parser. Aren't we all :-) Try http://axkit.org/faq.xml Also, there is a patch for this (finally!) in http://axkit.org/download/ - the mod_dav-shared-expat patch. I've sent this to Greg