Re: Re : [VOTE] Releasing MINA 2.0.0-M3

2008-08-05 Thread Brenno Hayden
! Mail. Une boite mail plus intelligente http://mail.yahoo.fr -- Brenno Hayden F. Dantas http://meadiciona.com/brennohayden

TCP no Delay problem

2008-03-14 Thread Brenno Hayden
messages simultaneous [53 56 01 02 02 03 03] and the IoHandlerAdapter receives [53 56 01 02 02 03 03 53 56 01 02 02 03 03 ] bus i like receives, such [53 56 01 02 02 03 03] , [53 56 01 02 02 03 03] , [53 56 01 02 02 03 03] .. .. .. -- Brenno Hayden F. Dantas

Re: TCP no Delay problem

2008-03-14 Thread Brenno Hayden
Then, I have to make parser? To separate? On Fri, Mar 14, 2008 at 10:47 AM, Emmanuel Lecharny [EMAIL PROTECTED] wrote: Brenno Hayden wrote: Hello, i got one problem whith ((SocketSessionConfig) ioAcceptor.getSessionConfig ()).setTcpNoDelay(false). When I have one socket client

how to test my application for maximum connection (client) ?

2008-02-22 Thread Brenno Hayden
); for (;;) { System.out.println(R: + acceptor.getReadBytesThroughput() + , W: + acceptor.getWrittenBytesThroughput()); Thread.sleep(3000); } } } graciously Brenno Hayden F. Dantas

Re: ByteBuffer

2008-02-19 Thread Brenno Hayden
) byte[] stream = new byte[len]; in.get(stream , 0, in.remaining()); hope that helps. regards, christian! On 2/19/08, Brenno Hayden [EMAIL PROTECTED] wrote: Hi, I am having a difficulty in mke this cast? Can I do something? Some tip ? *code

Re: ByteBuffer

2008-02-19 Thread Brenno Hayden
(stream , 0, in.remaining()); hope that helps. regards, christian! On 2/19/08, Brenno Hayden [EMAIL PROTECTED] wrote: Hi, I am having a difficulty in mke this cast? Can I do something? Some tip ? *code* ByteArrayDecoder extends CumulativeProtocolDecoder

Re: ByteBuffer

2008-02-19 Thread Brenno Hayden
what's link svn 2.0 ?i'm not remember thanks On Feb 19, 2008 12:47 PM, Brenno Hayden [EMAIL PROTECTED] wrote: Maarten, i will consider MINA 2.0! thanks! On Feb 19, 2008 12:03 PM, Maarten Bosteels [EMAIL PROTECTED] wrote: Hello Brenno, Some comments on the code you showed

Re: ByteBuffer

2008-02-19 Thread Brenno Hayden
the used encoding ? Maarten On Feb 19, 2008 4:14 PM, Brenno Hayden [EMAIL PROTECTED] wrote: Christian, follow below my example, but there is a problem, I connect the telnet and sending an array of bytes (5356000B3039) in the form of a hex, more in the codec does

Re: ByteBuffer

2008-02-19 Thread Brenno Hayden
http://svn.apache.org/viewvc/mina/tags/2.0.0-M1/ On Feb 19, 2008 1:51 PM, Brenno Hayden [EMAIL PROTECTED] wrote: what's link svn 2.0 ?i'm not remember thanks On Feb 19, 2008 12:47 PM, Brenno Hayden [EMAIL PROTECTED] wrote: Maarten, i will consider MINA 2.0! thanks! On Feb

Re: [VOTE] Release Apache MINA 2.0-M1

2008-02-12 Thread Brenno Hayden
anyways :-) /niklas -- Brenno Hayden F. Dantas

Re: Cast Problem in Handler

2008-01-31 Thread Brenno Hayden
30, 2008 4:32 PM, Brenno Hayden [EMAIL PROTECTED] wrote: Hello, I was studying the example of Mina, discovered that in the example netcat, he makes a cast in hanlder public void messageReceived(IoSession session, Object message) { ByteBuffer buf = (ByteBuffer) message

Re: Cast Problem in Handler

2008-01-30 Thread Brenno Hayden
earlier. Some tips ? Thanks On Jan 29, 2008 1:35 PM, Brenno Hayden [EMAIL PROTECTED] wrote: Hi Julien, Thank you, helped a lot! The source-code is fine, now. thanks On Jan 29, 2008 1:20 PM, Julien Vermillard [EMAIL PROTECTED] wrote: Hi, MINA provide you by default buffer of bytes

Cast Problem in Handler

2008-01-29 Thread Brenno Hayden
Brenno Hayden F. Dantas

Re: Cast Problem in Handler

2008-01-29 Thread Brenno Hayden
.forName(UTF-8; It's adding a codec filter for decoding raw bytes into String HTH, Julien On Tue, 29 Jan 2008 13:12:02 -0400 Brenno Hayden [EMAIL PROTECTED] wrote: Hi, I have one problem. When I do a cast in the code below Public class MyHanlder extends

Re: Getting UDP packet source

2008-01-29 Thread Brenno Hayden
.html Sent from the Apache MINA Support Forum mailing list archive at Nabble.com . -- Brenno Hayden F. Dantas

doubt Mina

2008-01-28 Thread Brenno Hayden
Hello , i have same doubt.. - How can I tell if the connection is udp or tcp? - The framework supports 50.000 connections simultaneous and exchange data? What was the most you succeeded? Greetings Brenno Hayden F. Dantas