Re: [ANNOUNCE] mod_perl 2.0.5

2011-02-09 Thread Hans Scharler
Awesome everyone. Thanks for working on the new release of mod_perl. I look forward to implementing it. Has anyone tried 2.0.5 on Windows? On Wed, Feb 9, 2011 at 6:12 PM, Jie wrote: > Thank you so much for the new release! > > Jie > > Please think of our environment and only print this e-mail

Re: [ANNOUNCE] mod_perl 2.0.5

2011-05-29 Thread Hans Scharler
I have finally started testing mod_perl-2.0.5 on windows (both win 2003 / 2008). I compiled mod_perl using Visual Studio 2010 Express, Perl 5.10.1, and Apache 2.2.19. The reason that I wanted to use 2.0.5 of mod_perl was to resolve the issue with the Apache Process stopping. This was the original

Re: [ANNOUNCE] mod_perl 2.0.5

2011-05-29 Thread Hans Scharler
Yes, the entire process restarts. Here is the exact line: ModPerl::Util::exit: (12) exit was called at D:/InterfaceServer/Perl/lib/CGI/Carp.pm line 561 [Sun May 29 05:25:10 2011] [notice] Parent: child process exited with status 255 -- Restarting. It's a notice. I did some further testing a

Re: [ANNOUNCE] mod_perl 2.0.5

2011-08-23 Thread Hans Scharler
exceptions when modperl_wbucket_flush() fails if the failure was just a > reset > connection or an aborted connection. The failure is simply logged to the > error > log instead. This should fix cases of httpd.exe crashing when users press > the > Stop button in their web browsers.

Re: Problem with long http request generation time - process restarting

2012-01-28 Thread Hans Scharler
The Classify.dll issue gave me much trouble to figure out. In my instance, the issue has nothing to do with the database or Oracle. Here's what I found: Updating DateTime to version 0.72 includes Params::Classify as a dependency. http://search.cpan.org/~drolsky/DateTime-0.72/ Also, DateTime-Tim