[Zope-dev] Runaway processes
Jim Fulton
jim at zope.com
Thu Dec 6 08:31:47 EST 2007
Some high-level drive-by comments:
- You should avoid runaway processes. :) I'm actually quite serious.
- You can run multiple processes and monitor their progress -- killing
processes that are stuck. zc.z3monitor provides some output that makes
this pretty straightforward.
- It might be interesting to see if Java or .Net give better control
over threads. If they do, then this might make Zope ports to Jython
or IronPython more interesting. (People who get upset by the Python
GIL should already find these platforms interesting.)
JIm
--
Jim Fulton
Zope Corporation
More information about the Zope-Dev
mailing list