Re: Code Serialization and mod_perl

2006-10-05 Thread Jonathan Vanasco
On Oct 5, 2006, at 2:56 PM, Craig Tussey wrote: How does Perl with mod_perl handle this. Are there any important differences with the only Perl situation. Might the dataspaces be corrupted? How does this work? variables will persist through every connection... so 'use strict()' and specifica

Re: Code Serialization and mod_perl

2006-10-05 Thread Perrin Harkins
On Thu, 2006-10-05 at 11:56 -0700, Craig Tussey wrote: > With only Perl, a different Perl interpreter instance > is started for each CGI request. The instances don't > know about each other and dataspaces are unique to an > instance. > > How does Perl with mod_perl handle this. In exactly the s

Re: Code Serialization and mod_perl

2006-10-05 Thread David Nicol
On 10/5/06, Craig Tussey <[EMAIL PROTECTED]> wrote: Please help me understand mod_perl With only Perl, ... the instances don't know about each other and dataspaces are unique to an instance. How does mod_perl handle this. Are there any important differences with the only Perl situation. any

Code Serialization and mod_perl

2006-10-05 Thread Craig Tussey
Hello, Please help me understand how Perl with mod_perl handles the following situation. Consider 2 clients out in the WWW using the same form to work on 2 different records of the same type. At submission, the form executes a database function and passes the data entered using the form. The funct

exit signal Segmentation fault (11) when asking for non-existent file/directories

2006-10-05 Thread Stefano Rodighiero
I'm experiencing a strange but repeatable problem with mod_perl. Whenever I ask for a non-existent file that should be served by mod_perl, I have the following error: [Thu Oct 05 12:34:19 2006] [notice] child pid 22297 exit signal Segmentation fault (11) Here the file I'm asking: /cgi-bi

RE: Getting post data

2006-10-05 Thread Garrett, Philip \(MAN-Corporate\)
Malcolm J Harwood wrote: > >> 1) Is the headers_in case sensitive? (content-length ne >> Content-Length)? > > I believe so. The APR::Table docs say that it is case-INsensitive. Philip

exit signal Segmentation fault (11) when asking for non-existent file/directories

2006-10-05 Thread Stefano Rodighiero
I'm experiencing a strange but repeatable problem with mod_perl. Whenever I ask for a non-existent file that should be served by mod_perl, I have the following error: [Thu Oct 05 12:34:19 2006] [notice] child pid 22297 exit signal Segmentation fault (11) Here the file I'm asking: /cgi-bi

Make test error and hang, but t/TEST single one success.

2006-10-05 Thread bowen
If I make test. There are some errors and process hang during test echo_bbs2. t/protocol/echo_bbs2ok 1/3 [always hang there] However, if I use the mod_perl told debug method. http://perl.apache.org/docs/2.0/user/help/help.html#toc__C_make_test___Failures I can test succes