[Zope] Auto restart (at Zope's own initiative !!!)

Keith J. Farmer kfarmer@thuban.org
Tue, 29 Jan 2002 12:08:23 -0800


Would that make a difference between dying when imported at the
beginning of a script, and not dying when imported within a run()
method?  Knowing C, I'd expect randomness, but this behavior is
consistent.

----------
Keith J. Farmer
kfarmer@thuban.org
http://www.thuban.org


-----Original Message-----
From: Brian Lloyd [mailto:brian@zope.com]
Sent: Tuesday, January 29, 2002 11:52

Re-read my post :) You are "pulling a set of row from a database"=20
by calling a dll or API of some sort; you need to understand the=20
threading requirements of that API and write your calls to it in=20
a compatible way.