18 Dec
2002
18 Dec
'02
11:17 p.m.
Ed Colmar writes:
... If I start the swocketserver from within a zope product, I should have access to self. and inheritance and all that from within swocket? I do not know about "swocketserver"...
However, it sounds as if it would either run in its own thread or need to be integrated with medusa's main loop. In both cases, special care would be needed to access any Zope objects. The "ZODB3" documentation gives details about access to Zope objects in separate threads. Dieter