[omniORB] Single threaded Client ???

Aymeric MALLET amallet@formatel.fr
Wed, 17 Apr 2002 18:12:48 +0200


At the present time, we are developping php modules that must connect via
CORBA to many object servers. Our pb is that when we are initializing CORBA
in our php modules, apache spawns many httpd process (I think it's CORBA
threads). Those process are not considered as normal httpd process, they
can't be stopped by standard commands. When shutting down the orb they are
never released.



----- Original Message -----
From: "Duncan Grisby" <dgrisby@uk.research.att.com>
To: <omniorb-list@uk.research.att.com>
Sent: Wednesday, April 17, 2002 5:57 PM
Subject: Re: [omniORB] Single threaded Client ???


> On Wednesday 17 April, Bryon Roche wrote:
>
> >     My pb is that by default an OmniOrb client is multithreaded, 3
> >     threads are running after ORB_init()
> >
> > As far as I know, OmniORB depends on multi-threaded operation.  If you
> > want a single-threaded ORB, you may want to take a look at ORBit.
>
> Yes, omniORB is always multi-threaded. That can't be changed. If you
> absolutely have to be single threaded, I'd recommend Mico for C++,
> since it's much more stable and standard compliant than ORBit.
>
> Cheers,
>
> Duncan.
>
> --
>  -- Duncan Grisby         --
>   -- duncan@grisby.org     --
>    -- http://www.grisby.org --
>
>
>