Stéphane Bidoul
sbi at acse.be
Sun Nov 12 22:57:52 EST 2000
The win32 version has got some basic testing and debugging wrt threading; I'll test again with ab as soon as find time for that. However, I've no SMP machine... so my test will be a bit biased. -stephane ----- Original Message ----- From: "Gerhard Häring" <haering_python at gmx.de> To: <mod_python at modpython.org> Sent: Saturday, November 11, 2000 6:32 AM Subject: Re: [mod_python] Corrupt win32 build > Sorry, I was a fool. It was most probably my Netscape browser's fault that > I got invalid binaries after downloading. I used wget and the download > worked. I installed mod_python and the test module described in the Win32 > install page. Then I wanted to see how it was stability-wise. > > /usr/sbin/ab -n 10000 http://lilith/python/test.py > > worked fine, while the stress test with 5 parallel requests > > /usr/sbin/ab -c 5 -n 10000 http://lilith/python/test.py > > crashes Apache in the mod_python module several times. I have Windows > 2000, on a SMP machine, Apache 1.3.12 and ActiveState Python 2.0. Seems like a > threading issue to me ... > > Gerhard > > -- > Sent through GMX FreeMail - http://www.gmx.net > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python >
|