Patrick Fitzsimmons
patfitz at gmail.com
Mon Jun 27 03:25:40 EDT 2005
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 >
|