RE: [Zope] Auto restart (at Zope's own initiative !!!)
Re-read the post -- the dll's my own make. All it does is pull a set of rows from a database for use in a calculation, returning the results of the calculation. ---------- Keith J. Farmer kfarmer@thuban.org http://www.thuban.org -----Original Message----- From: Brian Lloyd [mailto:brian.lloyd@zope.com] Sent: Tuesday, January 29, 2002 07:00 with. Your best bet right now is to contact the maintainers of that dll (or read their developer docs) and find out what kinds of threading issues apply.
Re-read the post -- the dll's my own make.
All it does is pull a set of rows from a database for use in a calculation, returning the results of the calculation.
Re-read my post :) You are "pulling a set of row from a database" by calling a dll or API of some sort; you need to understand the threading requirements of that API and write your calls to it in a compatible way. Brian Lloyd brian@zope.com Software Engineer 540.361.1716 Zope Corporation http://www.zope.com
participants (2)
-
Brian Lloyd -
Keith J. Farmer