From: Bernd E. <eid...@we...> - 2007-09-27 14:01:17
|
> If you do a: > > ps axf > > does the process actually have > 150 threads? I'm wondering if this is > a problem with thread cleanup or with reporting. I have to do a "ps axH" "H" is "Show threads as if they were processes". Then I currently count 23, which is about the maxthreads (15) number plus some writer etc. threads. |