Michael Mulcahy wrote:
> 
> Hi Stipe,
> 
> There does not need to be more 1024 concurrent threads to
> reproduce this problem. The problem is associated with
> the internal thread number assigned to each thread. the
> log output displays this number in brackets.
> 
> The new logging of threads to a different log file
> expects this number to be between 0 and 1024 which
> may not be the case.
> 
> The thread implementation contains an integer value that
> is assigned to a new thread and is then incremented.
> 
> If you create a thread and destroy it many times then the
> number can get larger than 1024.

ok, got it now. It's an incremental counter.

> Hope that helps explain it a bit better,

definetly did! thanks a lot.

Stipe

[EMAIL PROTECTED]
-------------------------------------------------------------------
Wapme Systems AG

Vogelsanger Weg 80
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are

Reply via email to