[jboss-user] [Performance Tuning] - Re: A strange slowly running thread which has been run by se

2007-05-03 Thread EscudoJaguar
Which parameter can we modify to aviod this posible (network timeout problem)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4042847#4042847 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4042847

[jboss-user] [Performance Tuning] - Re: A strange slowly running thread which has been run by se

2007-04-16 Thread PeterJ
Did you take thread dumps to see what the progress was on the thread? My initial guess is that it is waiting on some network timeout (possibly several times). But only by looking at thread dumps can you tell this. I would first try a thread dump every 5 minutes or so. View the original post