Re: [mp2]Perl_parse free some resources

2008-06-05 Thread Dinesh Premalal
and my functions are. static axiom_node_t * wsf_xml_msg_recv_invoke_other (axis2_msg_recv_t* msg_recv, const axutil_env_t* env, wsf_svc_info_t* svc_info, axis2_msg_ctx_t* in_msg_ctx,

[mp2]Perl_parse free some resources

2008-06-05 Thread Dinesh Premalal
Hi All, I'm using modperl2 with PerlRun to invoke my cgi script. My server configuration is as follows Apache/2.2.6 (Unix) Axis2C/1.3.1 mod_perl/2.0.4 Perl/v5.10.0 script I invoke via mod_perl2 (say echo_service.pl) call to some other C program. In that c program going to invoke a perl f

Re: mod_perl BOF at YAPC::NA

2008-06-05 Thread David E. Wheeler
On Jun 5, 2008, at 12:09, Perrin Harkins wrote: On Sat, May 31, 2008 at 7:59 PM, Adam Prime <[EMAIL PROTECTED]> wrote: YAPC::NA is only a few weeks away, and I stumbled upon the beginning of plans for a BOF there. Count me in. This should be fun. Work on your mod_php jokes. I'll be the

Re: mod_perl BOF at YAPC::NA

2008-06-05 Thread Perrin Harkins
On Sat, May 31, 2008 at 7:59 PM, Adam Prime <[EMAIL PROTECTED]> wrote: > YAPC::NA is only a few weeks away, and I stumbled upon the beginning of > plans for a BOF there. Count me in. This should be fun. Work on your mod_php jokes. - Perrin

Re: Segfault Help!?!?

2008-06-05 Thread amiribarksdale
Fred Moyer wrote: > > What version were you using that was causing the problems? > 4.007. Amiri -- View this message in context: http://www.nabble.com/Segfault-Help%21-%21--tp17599739p17675687.html Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: Segfault Help!?!?

2008-06-05 Thread Fred Moyer
What version were you using that was causing the problems? amiribarksdale wrote: It appears that downgrading DBD::mysql to version 4.004 has done the trick. Amiri -- Red Hot Penguin Consulting LLC mod_perl/PostgreSQL consulting and implementation http://www.redhotpenguin.com/

Re: Losing $r->user between PerlFixupHandler and PerlLogHandler

2008-06-05 Thread Kevin Thorpe
Kevin Thorpe wrote: Hi, I have just upgraded from Apache1 to Apache2 and I am now having problems with logging to my database. I am using AuthCookie and AuthCookieDBI for logging in. AuthCookie sets $r->user in the PerlFixupHandler. However reading $r->user in PerlLogHandler doesn't always ret

Re: Losing $r->user between PerlFixupHandler and PerlLogHandler

2008-06-05 Thread Kevin Thorpe
Vegard Vesterheim wrote: On Thu, 5 Jun 2008 12:25:17 +0100 Kevin Thorpe <[EMAIL PROTECTED]> wrote: Hi, I have just upgraded from Apache1 to Apache2 and I am now having problems with logging to my database. I am using AuthCookie and AuthCookieDBI for logging in. AuthCookie sets $r->user in t

Re: Losing $r->user between PerlFixupHandler and PerlLogHandler

2008-06-05 Thread Vegard Vesterheim
On Thu, 5 Jun 2008 12:25:17 +0100 Kevin Thorpe <[EMAIL PROTECTED]> wrote: > Hi, I have just upgraded from Apache1 to Apache2 and I am now having > problems with logging to my database. > > I am using AuthCookie and AuthCookieDBI for logging in. AuthCookie > sets $r->user in the PerlFixupHandler. >

Re: Segfault Help!?!?

2008-06-05 Thread amiribarksdale
It appears that downgrading DBD::mysql to version 4.004 has done the trick. Amiri -- View this message in context: http://www.nabble.com/Segfault-Help%21-%21--tp17599739p17668030.html Sent from the mod_perl - General mailing list archive at Nabble.com.

Losing $r->user between PerlFixupHandler and PerlLogHandler

2008-06-05 Thread Kevin Thorpe
Hi, I have just upgraded from Apache1 to Apache2 and I am now having problems with logging to my database. I am using AuthCookie and AuthCookieDBI for logging in. AuthCookie sets $r->user in the PerlFixupHandler. However reading $r->user in PerlLogHandler doesn't always return the user set in