Nicolas Lehuen
nicolas.lehuen at gmail.com
Mon Jun 27 05:12:02 EDT 2005
Hi Patrick, If you want to try the latest mod_python 3.2 development release, it is available here : http://nicolas.lehuen.com/download/mod_python Your problem is very strange. I can't find any reference to "other.html" in mod_python's source code. Are you 100% sure that you are the only one using your server during the stress testing ? Regards, Nicolas 2005/6/27, Patrick Fitzsimmons <patfitz at gmail.com>: > Correction, I am in fact using 3.1.3. Do I need a compiler to run the > 3.2 snapshot, or is it just python? If I need a compiler, which > should I use? > > Also, I've played around a little more, and found that sometimes the > output to the browser was the folloing: > > /view.html 1 /view.html /other.html 1 /other.html /other.html 2 > > That means the code "print 1" is actually being run twice, even though > it only appears once in the script. It seems that two different > browser requests are being handled at the same time. > > -Patrick > > On 6/27/05, Graham Dumpleton <grahamd at dscpl.com.au> wrote: > > Patrick Fitzsimmons wrote .. > > > I am running mod_python 3.1 under Apache 2.0.50.0 and Windows XP. > > > > Are you really using mod_python 3.1, or are you perhaps using 3.1.3 or > > 3.1.4? > > > > Would you be prepared to try out a snapshot of the as yet unreleased 3.2? > > There are some threading problems in earlier versions which this version > > addresses. There is a chance it may be related to that. > > > > Anyway, there are others on the list who use Win32 whereas I don't, so > > they may have more intelligent things to say. I at least just wanted to > > clarify which version you were using. > > > > Graham > > > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|