How do I check for non threading Python?
Hi How would I notice if I have a non threading Python (2.1) running Zope? Or what would be the effect on the Zope side? Is there a way to check with a dtml/python method? Thanx Oliver Erlewein -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net
Zope requires a threaded Python. If your Zope run then your Python is threaded :) To test from Python, try to "import thread" Andreas ----- Original Message ----- From: "Oliver Erlewein" <oerlewein@gmx.de> To: <zope@zope.org> Sent: Thursday, October 18, 2001 04:30 Subject: [Zope] How do I check for non threading Python?
Hi
How would I notice if I have a non threading Python (2.1) running Zope? Or what would be the effect on the Zope side? Is there a way to check with a dtml/python method?
Thanx Oliver Erlewein
-- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Thu, Oct 18, 2001 at 06:33:44AM -0400, Andreas Jung wrote:
Zope requires a threaded Python. If your Zope run then your Python is threaded :)
I can run Zope in single-threaded PCGI-only mode. :) Oleg. -- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
participants (3)
-
Andreas Jung -
Oleg Broytmann -
Oliver Erlewein