[freenet-dev] Compute bound thread stack dumps

2003-09-23 Thread Edward J. Huff
Zlatin Balevsky [EMAIL PROTECTED] posted a stack dump. I looked at it, and wondered, how did he do that? So I googled java stack dump and found out: kill -QUIT `cat freenet.pid` Shortly thereafter, my node became compute bound. Sun recommends for compute bound tasks, you should take several

Re: [freenet-dev] Compute bound thread stack dumps

2003-09-23 Thread Edward J. Huff
On Tue, 2003-09-23 at 21:49, Edward J. Huff wrote: Zlatin Balevsky [EMAIL PROTECTED] posted a stack dump. I looked at it, and wondered, how did he do that? So I googled java stack dump and found out: kill -QUIT `cat freenet.pid` Shortly thereafter, my node became compute bound. Sun

Re: [freenet-dev] Compute bound thread stack dumps

2003-09-23 Thread Brandon Low
Good work on that... seems to make a noticible performance improvement to my node... Definitely reduces the computational cost of connections. --Brandon On Tue, 09/23/03 at 21:49:53 -0400, Edward J. Huff wrote: Zlatin Balevsky [EMAIL PROTECTED] posted a stack dump. I looked at it, and