[omniORB] Python Servers

Jared Lee Peterson jared@tgflinux.com
Mon, 21 Aug 2000 10:12:54 -0700


I am having an interesting problem with omniORBpy.  I have about 27
different CORBA objects that each have a server process on the system.
These servers contain a factory for each object and the actual objects
implementation.  For some reason when I start these servers up I get 6
python processes per server.  So I end up having a lot of extra
processes laying around.  Has anyone experienced this and have any idea
how I can resolve the issue.  Thanks a lot

Jared Peterson