[omniORB] Cannot start threads

Pánczél Levente Levente.Panczel at compuworx.hu
Thu Nov 27 11:44:36 GMT 2003


Hello

I indeed forgot to mention: I'm using SUSE linux 8.0 on an intel __x86__ pc with omniORB 4.0.1

I don't think that process/thread count limit would be the problem becasue "ps -A" gives not more items than under normal operation (this means it reports only 10-15 threads to my app).

Anyways I'm reading docs now, and am not sure whether Linux deletes the threads which completed 'cos I've read something about threads staying in memory and waiting for a pthread_join() -- how can I list such dead threads? Is omnithreads creating threads that wait for a join?

-----Original Message-----
From:	Vasily Tchekalkin [mailto:Bacek at yandex-team.ru]
Sent:	Thu 2003-11-27 11:32
To:	Pánczél Levente
Cc:	
Subject:	Re: [omniORB] Cannot start threads
Pánczél Levente wrote:

> omniORB: Cannot create a worker for this endpoint:
> giop:tcp:10.10.10.66:36806 from giop:tcp:10.10.10.66:52204 omniORB:
> Cannot create a worker for this endpoint: giop:tcp:10.10.10.66:36806
> from giop:tcp:10.10.10.66:52205

Are You using *nix OS? Looks like You exceded limits for number of 
processes. Try run your application after "ulimit -u unlimited" command.



-- 
Vasily Tchekalkin
Yandex development team.







More information about the omniORB-list mailing list