Discussion:
CosEvent_Service holding events
(too old to reply)
Jimbarb
2010-07-21 02:08:04 UTC
Permalink
We are just starting to use TAO in our applications and have come
across an issue where the CosEvent_Service ends up consuming all the
memory on the machine and thus rendering it inoperable.
The command line options we are using are:
-t -r -n "Event_Channel_Name" -ORBListenEndPoints iiop://servername -
ORBSvcConf svc.conf

The svc.conf contains
static CEC_Factory "-CECDispatching mt -CECDispatchingThreads 10"

What am I doing wrong?
Johnny Willemsen
2010-07-30 19:48:06 UTC
Permalink
Hi,

Try to run the cosevent with -ORBDebugLevel and see what is printed.

Johnny
Post by Jimbarb
We are just starting to use TAO in our applications and have come
across an issue where the CosEvent_Service ends up consuming all the
memory on the machine and thus rendering it inoperable.
-t -r -n "Event_Channel_Name" -ORBListenEndPoints iiop://servername -
ORBSvcConf svc.conf
The svc.conf contains
static CEC_Factory "-CECDispatching mt -CECDispatchingThreads 10"
What am I doing wrong?
Loading...