Re: Another question on transition

2007-11-23 Thread Frédéric Brégier
Hi Trustin, Well you go so fast !! I didn't download again trunk right now (but will !). In fact, I was probably not enough precise. Let me say it again, because I feel like I mixed two things. I agree NewThreadExecutor was a simple pool of thread since it was not (until few hours) a real pool of

Re: Possible dropping of messages received in MINA 1.1.2

2007-11-23 Thread Trustin Lee
Hi Tirthankar, Please do not send the message directly to me but to the mailing list. On Nov 23, 2007 9:25 PM, Tirthankar Ghosh [EMAIL PROTECTED] wrote: Hi, I work in maintaining a trading order management system which uses Quickfix as a FIX engine. Quickfix uses MINA for socket level

Re: Memory leak in MINA 1.1.4

2007-11-23 Thread Bogdan Ciprian Pistol
Hmm.. I don't have much experience with jmap histogram. It might be including the objects to be GC'd or that has been GC'd so far. I'm not sure. There is an option -histo:live to count only live objects (added in Java 1.6)

Binding issues with NioSocketAcceptor - mina 2.0

2007-11-23 Thread ubaggili
Hey Guys, It's great to see that you're actively working on mina 2.0. I love it! I recently updated my mina 2.0 tree and for some reason, my NioSocketAcceptor cannot bind anymore. I did take note of the change in constructor signature. However, I need some direction.. My application hangs

Re: Apache MINA IRC Client

2007-11-23 Thread Mark
I believe that OpenFire uses MINA. http://www.jivesoftware.com/products/openfire/ On Nov 23, 2007 8:11 PM, Rodrigo Madera [EMAIL PROTECTED] wrote: Dear community, I have come across the need to implement an Open Source IRC client. Has anyone ever done this with MINA and is willing to share

! DatagramAcceptor message read throughput problem.

2007-11-23 Thread Murat ÖZDEMiR
Dear friends, i've a problem with DatagramAcceptor. Clients send 70 bytes data in one UDP packet. Server sends ACK to them (25 bytes). If clients cannot get ACK message in 5 seconds after sending message, they try to send messages again. First messageReceived method is fired then server writes

Re: TCP_NODELAY in MINA

2007-11-23 Thread Emmanuel Lecharny
Bogdan Ciprian Pistol wrote: Hello, Is it possible to set the TCP_NODELAY flag in MINA to disable Nagle's algorithm? In standard Java I do Socket.setTcpNoDelay(true). Thanks, Bogdan Try this : SocketAcceptorConfig acceptorCfg = new SocketAcceptorConfig(); ...

TCP_NODELAY in MINA

2007-11-23 Thread Bogdan Ciprian Pistol
Hello, Is it possible to set the TCP_NODELAY flag in MINA to disable Nagle's algorithm? In standard Java I do Socket.setTcpNoDelay(true). Thanks, Bogdan

Re: TCP_NODELAY in MINA

2007-11-23 Thread Murat ÖZDEMiR
org.apache.mina.transport.socket.nio Interface SocketSessionConfig void setTcpNoDelay(boolean tcpNoDelay) :) Murat OZDEMiR 2007/11/23, Bogdan Ciprian Pistol [EMAIL PROTECTED]: Hello, Is it possible to set the TCP_NODELAY flag in MINA to disable Nagle's algorithm? In standard Java

Re: Problems handling multiple messages in HttpRequestDecoder

2007-11-23 Thread parki
HI Trustin: Quick update - I just updated (version 597782), did a 'mvn clean' and then 'mvn install' and it hangs on: --- T E S T S --- Running

Re: Apache MINA IRC Client

2007-11-23 Thread Rodrigo Madera
Thanks for the input. I ended up using irclib. Very nice. It's not MINA-based, but it's good for the job nonetheless. Thanks, Rodrigo On Nov 24, 2007 5:48 AM, Mark [EMAIL PROTECTED] wrote: I believe that OpenFire uses MINA. http://www.jivesoftware.com/products/openfire/ On Nov 23, 2007