8 Jul
2002
8 Jul
'02
6:58 p.m.
Antonio Beamud Montero writes:
I want to export some methods of my product via CORBA. I'm looking up how to start the ORB loop inside Zope, but I can't see the correct form... Has anybody integrated a Corba ORB with ZOPE sucessfully? I only know of successes when Zope has been a CORBA client (--> mailing list archives).
To run the ORB mail loop inside Zope, you probably do it best in its own thread. Be careful, when you access Zope's persistent objects. You will need a ZODB connection and carefully handle transactions. Read the ZODB3 documentation (--> Zope.org). Dieter