RE: Apache::DB ported to mp2

2004-04-09 Thread Craig Dayton
Thanks Randy, You got it. After adding '#define SIGINT 2' to DB.xs, it compiled just fine. -Craig -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 17:15 To: Craig Dayton Cc: 'Frank Wiles'; [EMAIL PROTECTED] Subject: RE: Apache::DB ported to m

RE: Apache::DB ported to mp2

2004-04-09 Thread Craig Dayton
Frank, I get the same error exact error with Apache::DB 0.06. Compress-Zlib-1.33 has compiled & installed successfully just now and it appears to be using XS. VS .Net (prior version) is generating the same error too. Note: The option '-Gf' was changed to '-GF' in the makefile because the compil

RE: Apache::DB ported to mp2

2004-04-09 Thread Randy Kobes
On Thu, 8 Apr 2004, Craig Dayton wrote: > Hi Frank, > > Thanks for the Update. > In compiling with 'VS .Net 2003', the error shown below is generated. > E:\Perl\cpan\build\Apache-DB-0.07>nmake > > cl -c-nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE > -DNO_STRICT -DHAVE_DES_FCRYPT -DPE

Re: Weird CGI Caching problem

2004-04-09 Thread Perrin Harkins
On Fri, 2004-04-09 at 12:00, Jeremy Silva wrote: > The simple answer, is to not use the default CGI.pm module, but instead > use the CGI::Simple module instead. From what I've read, it is faster > than the default CGI module. Glad to hear CGI::Simple is working for you. CGI.pm's mod_perl suppo

Re: mod_perl performance question

2004-04-09 Thread David Hodgkinson
On 8 Apr 2004, at 16:48, Pascal Felber wrote: We have noticed some "strange" behavior when stress-testing one of our perl modules and we haven't managed to find an explanation or workaround in the mod_perl documentation. We have reproduced this problem with a minimal module, installed as a PerlRe

Re: mod_perl and JavaScript

2004-04-09 Thread Perrin Harkins
On Thu, 2004-04-08 at 18:04, Kemin Zhou wrote: > The bug is the classical problem with named subroutin inside another subroutine. > > This is one shortcoming of mod_perl. PHP would not have such a problem. It doesn't actually have much to do with mod_perl. It's just a coding mistake, tripping o

Re: Weird CGI Caching problem

2004-04-09 Thread Jeremy Silva
All, Sorry for the barrage, but I found a solution to my cgi caching problem, using Apache2 and Mod_perl (under Win/ActiveState). The simple answer, is to not use the default CGI.pm module, but instead use the CGI::Simple module instead. From what I've read, it is faster than the default CGI

Re: Weird CGI Caching problem

2004-04-09 Thread Jeremy Silva
Perrin, Did both things you mentioned. I upgraded to the latest CGI for ActiveState and made the modification. I still get the same caching problem that I was getting before (try it on your own system). Is this a bug in Mod_perl? In my parent script, why don't I have control over the CGI ob

Re: Apache::DB ported to mp2

2004-04-09 Thread Frank Wiles
Hi Craig, I didn't have to make any changes to the XS code on this module to port it to mp2. Can you do me a favor and grab Apache::DB 0.06 and see if you get the same error? Not being a Windows user or even having access to a Windows installation with a compiler, this is going to