Re: Mina filter-codec-http bug?

2008-01-03 Thread Trustin Lee
Hi Eric, Thank you so much for your bug report. I'm forwarding this message to our official mailing list for better and faster assistance. :) HTH, Trustin On Jan 4, 2008 1:18 PM, Eric Gaumer <[EMAIL PROTECTED]> wrote: > Hey Trustin, > > I'm building an enterprise RSS retriever for submitting R

Re: searching for acceptor.isbound()

2008-01-03 Thread Mark
try IoService.isActive(). http://mina.apache.org/report/trunk/apidocs/org/apache/mina/common/IoService.html#isActive() On Jan 3, 2008 7:28 AM, Michael Bauroth <[EMAIL PROTECTED]> wrote: > Hi, > > it seems like the old acceptor.isBound() method is gone in Mina 2.0. Is > there any replacement fo

[OT] Network connectivity

2008-01-03 Thread Trustin Lee
Hi folks, Happy new year first of all! :) and my Internet connection has been limited recently. I still don't have any access yet at my home. I hope I can get back within a few days. Until then... please be patient if some issues are not being resolved, or nag other committers. ;) Trustin --

Re: SocketConnector functionality

2008-01-03 Thread Michael Bauroth
or so ... ;) Thanx! Michael Francesca Milan schrieb: > Michael Bauroth ha scritto: >> Thank you for the quick response. The problem (or the question) is >> the same: how can I request, which state is currently active: >> connected or disconnected? And how can I disconnect the connector >> (instea

Re: SocketConnector functionality

2008-01-03 Thread Francesca Milan
Michael Bauroth ha scritto: Thank you for the quick response. The problem (or the question) is the same: how can I request, which state is currently active: connected or disconnected? And how can I disconnect the connector (instead of each session separately)? Regards Michael Steve Ulrich (p

Re: SocketConnector functionality

2008-01-03 Thread Michael Bauroth
Thank you for the quick response. The problem (or the question) is the same: how can I request, which state is currently active: connected or disconnected? And how can I disconnect the connector (instead of each session separately)? Regards Michael Steve Ulrich (proemion) schrieb: Michael Ba

Re: Many sockets over single socket

2008-01-03 Thread Eero Nevalainen
Trustin Lee wrote: On Dec 11, 2007 11:51 AM, oscarcs <[EMAIL PROTECTED]> wrote: I must develop a system made of nodes in a tree layout. Each node (computer) has many children and only one father. Each node sends TCP messages (using a propietary protocol) to the father, an the father itself must

Re: SocketConnector functionality

2008-01-03 Thread Steve Ulrich (proemion)
Michael Bauroth wrote: > > is there a special reason, why the NioSocketConnector hasn't the same > methods like the acceptors (bind, unbind, isBound vs. connect, > disconnect, isConnected)? Would be fine if somebody could bring some > more light into this :) > Hi! I think that's because the

SocketConnector functionality

2008-01-03 Thread Michael Bauroth
Hello, is there a special reason, why the NioSocketConnector hasn't the same methods like the acceptors (bind, unbind, isBound vs. connect, disconnect, isConnected)? Would be fine if somebody could bring some more light into this :) Best Regards Michael

Re: MINA based test tool

2008-01-03 Thread Eero Nevalainen
Hello Mark! I've used The Grinder http://grinder.sourceforge.net/ , mainly because it seemed to have less "overhead" than JMeter for testing. I noticed that quite a bit of the effort needed on a benchmarking tool is related to distributing and initialising the test clients. You might want to t

Re: Moving over FtpServer

2008-01-03 Thread Niklas Gustavsson
Niclas Hedhman wrote: On Wednesday 02 January 2008 20:27, Niklas Gustavsson wrote: 2. Mailing lists: FtpServer currently has a dev list with a fairly low traffic with on average one mail per day. Should we keep this separate from the main MINA dev list or merge them? I suggest that FtpServer

searching for acceptor.isbound()

2008-01-03 Thread Michael Bauroth
Hi, it seems like the old acceptor.isBound() method is gone in Mina 2.0. Is there any replacement for this? Best Regards Michael

Re: Moving over FtpServer

2008-01-03 Thread Niklas Gustavsson
Gusniawan wrote: Hi Niklas, I'm interested in FtpServer project. Can I participate in the software development? Yes, most certainly. Feel free to grab any piece of the code that interests you and get hacking. The best approach is to create issues in our JIRA project for the things you plan w