Marc,

> Just out of curiousity Simone...
> 
> when we benched at SUN one of the big difference under load 
> was the thread
> management.
> 
> The best in terms of resource usage was put the thread to 
> sleep (with a 5
> sec timeout) and notify (1) and that REALLY flew and scaled 
> REALLY well
> because the usage of CPU and sync was really low.

Yes.

> Do you put the threads to sleep in the current code base? 

No. This issue was raised by Ole, and I fixed it, as I told, but not
committed (not tested enough; also the 2.0 one was buggy; I also (like Ole
for his DTM - if I'm right) get some rare exception under heavy load tests,
and need to track it down). 
BTW the scheme is the same as before: wait and notify (not notifyAll), in
the same places, plus many fixes.

> I 
> couldn't go down
> and look for myself, plus a little introduction on what you 
> did with the new
> structure of cache sync would be helpful.

OK, I'll try to find the time for that also. You'd like something for JBG
docs (for sell) ?

> regards
> 
> torquemada

Ugh ? Torquemada ? Would you like to burn me at the stake like he did ?
Beware then, I will fortify my email server, and you won't ever pass. Ah !
LOL!

Simon

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to