History for GoSpeedRacer
??changed:
-
Go, Speed Racer!
This page is for identifying / discussing potential RaceCondition(s)
between ZopeThread(s).
Related Collector Issues
* "Folderish
conflict errors":http://classic.zope.org:8080/Collector/812/sview
* "Tempfile
module issues":http://classic.zope.org:8080/Collector/1000/sview
From the Mailing List
* Several posters report being able to stabilize Zope by reducing the
size of the Zope thread pool to 1. This is one of the classic signals
of a RaceCondition
* Another poster (Pavlos Christophorou?) reported that adding a
print statement inside the asyncore select loop stabilized Zope.
This is another classic RaceCondition symptom.
Other Factors
* SymmetricMultiProcessing opens a whole 'nuther CanOfWorms, generally
exposing problems in the initialization of SingletonObject(s).