I remember seeing a post about someone trying to use swocket with zope... Just searched the archives, no luck... Has anyone been playing with this? If not, any ideas if it would work ok? If I start the swocketserver from within a zope product, I should have access to self. and inheritance and all that from within swocket? Sounds like it would be a cool little add on, and it sure would make persistant connections easy. (from within flash at least) With XML-RPC for flash coming along, and a socket server, it could make zope a lethal alternative to the macromedia proprietary product. Any ideas? -ed- -- Green Graphics ::: Print and Web Design ::: 510.923.0000
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
participants (2)
-
Dieter Maurer -
Ed Colmar