Hi,
I have a fairly light-weight servlet that services all kinds of client
requests. It spawns some threads and allocates some byte arrays from time
to time.
When I put this servlet under stress test with 1000s of URL requests.
I saw, from the NT Performance Monitor, the memory usage and the total
thread count of JWS went from (9MB, 23 Threads) to (100+MB, 1000+threads).
Something is OBVIOUSELY wrong here. I have carefully made sure that gc
and jit are enabled for JWS.
Please help!! I've had this problem for a couple of months and still
couldn't find this answer...Thanks in advance.
Cheers,
Carly