Re: Why does my MP2 crash intermittently?

2005-09-13 Thread Nikolay Ananiev
Hello, I had a similar problem with mp2 on windows. I was using Visual Studio .NET 2002 to compile mod_perl and this was the source of all evil. A bug in .NET. I had to download service pack 1 for .NET 2002 from microsoft.com and recompile mod_perl. If this doesn't help you should supply a

Re: Why does my MP2 crash intermittently?

2005-09-13 Thread Stephane GUIBOUD-RIBAUD
I had the same problem. The only way to solve it was to use the Apache2::Reload module. By using this module, the apache that crashed is killed and a new process is started immediately. However, this not solve the real problem but the popup is not displayed. Moreover, I'm using Apache 2.0.54

Re: Why does my MP2 crash intermittently?

2005-09-13 Thread Foo Ji-Haw
] To: Foo Ji-Haw [EMAIL PROTECTED] Cc: modperl@perl.apache.org Sent: Tuesday, September 13, 2005 3:45 PM Subject: Re: Why does my MP2 crash intermittently? I had the same problem. The only way to solve it was to use the Apache2::Reload module. By using this module, the apache that crashed is killed

Re: Why does my MP2 crash intermittently?

2005-09-13 Thread Foo Ji-Haw
Hello Nikolay, You mean you didn't use the ActivePerl distribution? You do this to avoid the OEM licensing issue? I am using the standard ActivePerl 5.8.7, with MP2.0.1 and Apache 2.0.52. I hope this is not the cause of the problem. "Nikolay Ananiev" [EMAIL PROTECTED] wrote in message

Re: Why does my MP2 crash intermittently?

2005-09-13 Thread Stephane GUIBOUD-RIBAUD
Foo Ji-Haw wrote: Hello Nikolay, You mean you didn't use the ActivePerl distribution? You do this to avoid the OEM licensing issue? I am using the standard ActivePerl 5.8.7, with MP2.0.1 and Apache 2.0.52. I hope this is not the cause of the problem. Did you try to upgrade to 2.0.54 ? I

Re: Why does my MP2 crash intermittently?

2005-09-13 Thread Foo Ji-Haw
not look nice. :) - Original Message - From: Stephane GUIBOUD-RIBAUD [EMAIL PROTECTED] To: Foo Ji-Haw [EMAIL PROTECTED] Cc: modperl@perl.apache.org Sent: Tuesday, September 13, 2005 5:21 PM Subject: Re: Why does my MP2 crash intermittently? Foo Ji-Haw wrote: Hello Nikolay, You mean

Why does my MP2 crash intermittently?

2005-09-12 Thread Foo Ji-Haw
Hello all, I have set up my MP2 application, which in the course of development has been reasonably stable. But when I put it under reasonably load (I have a daemon with 5 threads that call it periodically, and I browse around the pages with 2 other collegues), sometimes I get this error

Re: Why does my MP2 crash intermittently?

2005-09-12 Thread Mike OK
o: modperl@perl.apache.org Sent: September 12, 2005 10:51 PM Subject: Why does my MP2 crash intermittently? Hello all, I have set up my MP2 application, which in the course of development has been reasonably stable. But when I put it under reasonably load (I have a daemon with 5 threads

Re: Why does my MP2 crash intermittently?

2005-09-12 Thread Foo Ji-Haw
; modperl@perl.apache.org Sent: Tuesday, September 13, 2005 11:04 AM Subject: Re: Why does my MP2 crash intermittently? Hi Looks like you should have done a Google search. The problem looks to bean operating system error. Here is a quote from the Microsoft Knowledge base