15 Aug
2001
15 Aug
'01
7:08 p.m.
Rasmus Bording writes:
Our Zope application "blocks" when it uses the DCO2 connection to our Oracle database. I.e. Zope wont handle other requests until the Oracle query has finished. Anyone got a clue why? Usually that means, that the shared objects was build with a not-thread enabled Python.
Did you build it yourself? Is your Python compiled with thread support? Dieter