Using a bunch of connections in a client?

2007-12-27 Thread stork
r.(AbstractPollingIoConnector.java:98) ... 15 more So what am I doing wrong? Thanks, Alex. -- View this message in context: http://www.nabble.com/Using-a-bunch-of-connections-in-a-client--tp14514544s16868p14514544.html Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Re: Using a bunch of connections in a client?

2007-12-27 Thread Maarten Bosteels
n.nio.ch.IOUtil.initPipe(Native Method) > at sun.nio.ch.EPollSelectorImpl.(EPollSelectorImpl.java:49) > at > sun.nio.ch.EPollSelectorProvider.openSelector(EPollSelectorProvider.java:18) > at java.nio.channels.Selector.open(Selector.java:209) &g

Re: Using a bunch of connections in a client?

2007-12-27 Thread stork
at >> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907) >> at java.lang.Thread.run(Thread.java:619) >> Caused by: java.io.IOException: Too many

Re: Using a bunch of connections in a client?

2007-12-27 Thread Maarten Bosteels
> >> org.apache.mina.common.AbstractPollingIoConnector$Worker.run(AbstractPollingIoConnector.java:298) > >> at > >> org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:51) > >> at > >> java.util.concurrent.ThreadP

Re: Using a bunch of connections in a client?

2007-12-27 Thread Qi
gt;> at >>> org.apache.mina.common.AbstractPollingIoConnector$Worker.run(AbstractPollingIoConnector.java:298) >>> at >>> org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:51) >>> at >>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Threa

Re: Using a bunch of connections in a client?

2007-12-27 Thread Trustin Lee
) > >>> at > >>> org.apache.mina.common.AbstractPollingIoConnector.access$500(AbstractPollingIoConnector.java:41) > >>> at > >>> org.apache.mina.common.AbstractPollingIoConnector$Worker.run(AbstractPollingIoConnector.java:298) > >