[Zope3-dev] Thread problems

Jim Fulton jim at zope.com
Tue Oct 12 04:23:46 EDT 2004


Peter Mayne wrote:
> I'm creating a thread using the Python threading module to perform a 
> long running task.

I'm inclined to view this as "unsupported".  I'd rather go to a model where
we allow very long-running requests (e.g. by supporting larger thread and
database pools) are supported.

It is theoretically possible to support creating worker threads from Zope
requests, but this brings in a lot of *extremely* advanced and subtle issues
that I don't want to support.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Zope3-dev mailing list