[omniORB] memory leak in omni_thread

Andreas Koehler Andreas.Koehler@vs.dasa.de
Wed, 19 May 1999 17:57:00 +0200 (MEST)



On Wed, 19 May 1999, David Riddoch wrote:

> You are creating low priority threads. They never get a chance to run
> because the main thread has normal priority - and thus threads just
> accumulate until you run out of resources.
> 
> 
> Hope that helps,
> David

No, it doesn't! When using normal/high priority or a sleep statement in
the main thread the behavior is the same.

Andreas