AxKit Segfaults

2002-01-28 Thread Aaron E. Ross
Hi all, I was excited about AxKit. :( I'm getting segfaults on the first request, but have neither expat (strings shows now symbols in httpd, mod_perl built with DO_HTTPD=1), nor php installed. Any other ideas? I'm building with debug flags now. apache-1.3.22 mod_perl-1.26

Re: Apache::Session getting DESTROYed in wrong order

2002-01-02 Thread Aaron E. Ross
Hi Ken, refcount destruction. I've declared %session as a locally-scoped variable, so it should evaporate before global destruction, unless it's got circular data structures or something. Anyone know what might be going on? Do you have a simple case we can test yet? Aaron

Re: [ANNOUNCE] TicketMaster.com sponsors mod_perl development

2001-09-20 Thread Aaron E. Ross
On Fri, Sep 21, 2001 at 02:01:31AM +0800, Gunther Birznieks wrote: You can reach your goals. I'm living proof. beefcake. BEEFCAKE!! -- Eric Cartman LOL! sounds like a great project stas! thanks ticketmaster!

Re: Persitant data accross processes

2001-06-26 Thread Aaron E. Ross
Hi all, create a new dbh for every process. I've looked at IPC::Shareable, but = why is a new dbh for each process a problem? how else would it work? it has to copy data. Meaning that I can only have a certain amount of = complexity to my data structures. I'm not sure why IPC::Shareable

Re: Apache::Session::MySQL question regarding lenght of _session_id

2000-12-18 Thread Aaron E. Ross
at a time earlier than now, Andreas Marienborg wrote: I just can't seem to find any info on how to specify that Apache::Session should create session_id's that are shorter than 32 hex chars? could someone point me in the right direction?? Just write a module to sub class Apache::Session.

Re: Smart installing (Re: mod_perl advocacy project resurrection)

2000-12-07 Thread Aaron E. Ross
at a time earlier than now, kevin montuori wrote: Aaron E Ross writes: aer the possibility of being able to untar one package to get aer mod_perl w/ persistent db connections, [c.] is very glamorous! agreed. but fundamentally impossible. what database are you going

Re: RFC: mod_perl advocacy project resurrection

2000-12-07 Thread Aaron E. Ross
at a time earlier than now, Stas Bekman wrote: Installing: What's so complicated about this: % cd /usr/src % lwp-download http://www.apache.org/dist/apache_x.x.x.tar.gz % lwp-download http://perl.apache.org/dist/mod_perl-x.xx.tar.gz % tar xzvf apache_x.x.x.tar.gz % tar xzvf

Re: Smart installing (Re: mod_perl advocacy project resurrection)

2000-12-06 Thread Aaron E. Ross
at a time earlier than now, Dave Rolsky wrote: On Wed, 6 Dec 2000, brian moseley wrote: But I'd also like to point out, as Matt Sergeant said, this stuff is _really_ hard, and not very glamorous. I would've done much less of it while the install and auto configure part is not very