removing an authhandler from sublocation?

2000-04-13 Thread Saar Picker
e::handler from /sublocation. Is there a way to do this? Thanks, -Saar Picker

Re: Caching DBI handles with IPC?

2000-02-08 Thread Saar Picker
references. I'll check out IPC::Shareable some more. Thanks, -Saar Picker On Tue, 8 Feb 2000, DeWitt Clinton wrote: > On Tue, 8 Feb 2000, Saar Picker wrote: > > > I've been trying cache DBI database handles using IPC::Shareable and > > IPC::Cache(based on ShareLite

Caching DBI handles with IPC?

2000-02-08 Thread Saar Picker
"foo","bar"); tied(%DBH)->shlock; untie(%DBH); tie(%DBH, 'IPC::Shareable', 'DBHC', {create=>1,destroy=>0}); print "Ping succeded\n" if ($DBH{'foo'}->ping); Basically, after fetching the database handle from shared memory, it no long functions. Is this something that anybody has seen before? Thanks, -Saar Picker mongomusic.com

Re: apache segfaults on mod_perl dlclose

1999-12-14 Thread Saar Picker
Hrm. Does perl use 0x as a marker? I thought once an sv was freed it gets a null value or something. In any case, this shouldn't be happening due to any strictly perl modules I'm loading. I am using XML::Parser(::Expat) but I don't see why there should be interaction between the two. Even

Re: apache segfaults on mod_perl dlclose

1999-12-14 Thread Saar Picker
On Tue, 14 Dec 1999, Doug MacEachern wrote: > On Tue, 14 Dec 1999, Saar Picker wrote: > > > > > So I've been reading. I've actually then gone on to test it with a non-DSO > > mod_perl and still get segfaults in the cleanup handling phase. I think > >

Re: apache segfaults on mod_perl dlclose

1999-12-14 Thread Saar Picker
too many error messages. Hope this helps. This problem is really hampering my work at the moment. Let me know if there's anything else I should try. -Saar On Tue, 14 Dec 1999, Doug MacEachern wrote: > mod_perl+dso is not a stable mix, try linking mod_perl static. > > On Fri, 1

apache segfaults on mod_perl dlclose

1999-12-10 Thread Saar Picker
ck of perl code (ie. scripts, loaded modules, etc.). Then the server segfaults. Using httpd -X and gdb I've found that it cores when trying to do a dlclose() on the mod_perl shared library. Does anyone have an insights as to what might be happening? Backtrace below. Thanks, -Saar Picker Bac