Re: My Mina server got hung!

2007-06-07 Thread Paul Chen
Sure, will remember to make a thread dump next time it hangs... Thanks On 6/7/07, Trustin Lee [EMAIL PROTECTED] wrote: On 6/7/07, peter royal [EMAIL PROTECTED] wrote: On Jun 6, 2007, at 6:44 PM, Paul Chen wrote: [2] When the traffic ramped up sharply lately, I begin to see it hung and I

Re: Permanent solution for OOM errors

2007-04-30 Thread Paul Chen
I actually *tweaked* the read throttle to take the output Queue size into account to avoid the slow write syndrome. Maybe I should call it traffic control throttle instead. Cheers On 4/29/07, Vinod Panicker [EMAIL PROTECTED] wrote: On 4/29/07, Paul Chen [EMAIL PROTECTED] wrote: After curbing

Re: Permanent solution for OOM errors

2007-04-30 Thread Paul Chen
it in Openfire. Thanks, -- Gato -Original Message- From: Paul Chen [mailto:[EMAIL PROTECTED] Sent: Monday, April 30, 2007 1:07 PM To: dev@mina.apache.org Subject: Re: Permanent solution for OOM errors I actually *tweaked* the read throttle to take the output Queue size into account to avoid

Re: Permanent solution for OOM errors

2007-04-29 Thread Paul Chen
: Does ReadThrottle filter only solve the Read problem? What about Write? BTW, what is the max concurrent users you can reach? 2007/4/29, Paul Chen [EMAIL PROTECTED]: No matter how we tune JVM, there's still a certain threshold that when it is reached, a server should stop taking new requests

Re: MINA dependencies

2007-04-12 Thread Paul Chen
Deepak, We just download them separately. 3.0 works pretty well w/ Mina. http://dcl.mathcs.emory.edu/util/backport-util-concurrent/ Cheers On 4/12/07, Deepak Nadig [EMAIL PROTECTED] wrote: Is the expectation that the dependent libraries (backport-util-concurrent-2.2.jar,

Question about a server that opens multiple SocketAcceptors

2007-02-15 Thread Paul Chen
Hi, folks, I have a server with multiple SocketAcceptors listening on 5 different socket ports. And I create 5 acceptors the following way. - int NUMBER_CPU = Runtime.getRuntime().availableProcessors(); Executor ioExecutor = Executors.newFixedThreadPool(NUMBER_POOL_THREADS); SocketAcceptor

How to check out the source of Mina 1.0.1?

2007-01-11 Thread Paul Chen
Hi, folks, It looks like I can only use svn to check out Mina 1.0 or 1.1 % svn ls https://svn.apache.org/repos/asf/mina/branches/ 1.0/ 1.1/ Is there a way to check out the source of 1.0.1? Thanks for comments Paul