Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stellation-res] svc [messaging] engine leaking [threads]

I have run the latest unittests under eclipse's debugger and something
caught my eye: for each call to services_.checkin in SvcCheckinTest,
12 threads are created and 2 are garbage collected. This is for the
simple data - only one file, growing 2 bytes pe age. All the threads are
shown in the "Running" state (except the main thread which is debugged).
When any (I have tried 3) of the threads is suspended, it is "wait"-ing in
Engine.runDeliveryThread@580 .

Of course this leads to an enormous amount of threads when all the
unittest are run.

This is happening both with SUN JDK 1.4.0_01 and IBM JDK 1.3.1 .

florin

-- 

"If it's not broken, let's fix it till it is."

41A9 2BDE 8E11 F1C5 87A6  03EE 34B3 E075 3B90 DFE4

Attachment: pgpYqF8sjaxPk.pgp
Description: PGP signature


Back to the top