Re: [Vote] Create a MINA subproject to implement a SSH server based on Mina

2008-11-20 Thread Ashish
[X] +1 Yes, accept the SSH server as a sub-project

Re: [Votes] MINA 2.0-RC1

2008-11-18 Thread Ashish
[X] Freeze the code, move to MINA 2.0-RC1 -- thanks ashish Blog: http://www.ashishpaliwal.com/blog My Photo Galleries: http://www.pbase.com/ashishpaliwal

Re: mina as a load balancer

2008-11-14 Thread Ashish
in MINA as I am thinking, or 2. We take the messages till handler and let it handle the same, and use MINA just as networking function, something similar to what Tomcat coyote connector does. - ashish On Thu, Nov 13, 2008 at 5:17 PM, Mark Webb [EMAIL PROTECTED] wrote: Thanks. I am going to give

Re: [PROPOSAL] Create a MINA subproject to implement a SSH server based on Mina

2008-11-14 Thread Ashish
to take a deeper look into the RFCs/code soon. Well, it's not a vote. We just show crazy jumps of hapiness and joy by +1ing the proposal ;) Emmanuel Lécharny -- thanks ashish Blog: http://www.ashishpaliwal.com/blog My Photo Galleries: http://www.pbase.com/ashishpaliwal

Re: mina as a load balancer

2008-11-13 Thread Ashish
not exactly as as load balancer, but did tried my hands on processing messages in fault tolerant mode :-) no concrete results yet On Thu, Nov 13, 2008 at 12:36 AM, Mark Webb [EMAIL PROTECTED] wrote: Has anyone ever looked into this? -- thanks ashish Blog: http://www.ashishpaliwal.com/blog

Re: New branch for clearing features

2008-11-07 Thread Ashish
good support for Enterprise projects, my main area of work. ashish On Fri, Nov 7, 2008 at 10:32 PM, Maarten Bosteels [EMAIL PROTECTED] wrote: Hello all, I am using IntelliJ IDEA (on linux) and I love it: * it has excellent subversion support out-of-the-box. * excellent maven support out

Re: Byte Buffer release and acquire doubts

2008-11-06 Thread Ashish
:54 AM, Rajeshwari M [EMAIL PROTECTED] wrote: Hi All, I've written small program to test bytebuffer acquire and release } Does that means, we need to call release() two times to release the buffer actually ??? -- thanks ashish Blog: http://www.ashishpaliwal.com/blog My Photo

Re: ExecutorFilter quick poll: How do you use it ?

2008-11-06 Thread Ashish
On Fri, Nov 7, 2008 at 12:35 AM, Emmanuel Lecharny [EMAIL PROTECTED] wrote: Ashish wrote: On Tue, Nov 4, 2008 at 10:33 PM, Emmanuel Lecharny [EMAIL PROTECTED] Multiple places to implement SEDA (before ProtocolDecoder, before IoHandler) I would like to know if you are not ask risk

Re: ExecutorFilter quick poll: How do you use it ?

2008-11-04 Thread Ashish
, so feel free to share your ideas about how to use this filter correctly ! Many thanks ! -- thanks ashish Blog: http://www.ashishpaliwal.com/blog My Photo Galleries: http://www.pbase.com/ashishpaliwal

Blog Posts about using Apache MINA

2008-11-02 Thread Ashish
MINA - http://www.ashishpaliwal.com/blog/2008/10/implementing-xml-decoder-for-apache-mina/ Integrating Apache MINA with Spring - http://www.ashishpaliwal.com/blog/2008/11/integrating-apache-mina-with-spring/ -- thanks ashish Blog: http://www.ashishpaliwal.com/blog My Photo Galleries: http

Re: Question regarding mina server with high load client

2008-01-06 Thread Ashish Sharma
this with hundreds of clients and thousands of messages per second, for hours ( we did a test which lasted 72 hours, for hundreds of millions messages). I hope i am configuring something wrong here. Please let me know. Thanks Ashish On Dec 28, 2007 8:55 AM, Trustin Lee [EMAIL PROTECTED] wrote: Hi Ashish

Question regarding mina server with high load client

2007-12-27 Thread Ashish Sharma
Hi Recently I have been experimenting with mina core 2 and I have a few questions regarding the behaviour of mina in some sample programs I made. here is the client code. its simple, it simply rams as many messages as possible into the server. http://pastebin.com/m14ac361e Now I made two

Where can i download mina 2.x core

2007-12-11 Thread Ashish Sharma
Hi A real novice question, but download section on website only mentions 1.xbuilds. From where can I download 2.x core, or do I have to build it from code? Thanks Ashish

Re: can i use MINA with MIDP?

2007-10-13 Thread Ashish Sharma
hi here you can use mina in the server part. You wount be able to use mina on a j2me platform though. On 10/13/07, Anjan Nepal [EMAIL PROTECTED] wrote: Hi, I am doing a project of remote desktop connection with the client as a mobile. So, for the server-client connection, can we use MINA?

Re: tutorial on protocol codec

2007-05-28 Thread Ashish Sharma
great work On 5/28/07, Maarten Bosteels [EMAIL PROTECTED] wrote: Hello all, I created a tutorial on creating a custom ProtocolCodecFilter. Please have a look at it and let me know what you think: http://cwiki.apache.org/confluence/display/MINA/Tutorial+on+ProtocolCodecFilter Thanks, Maarten

Re: grizzly versus mina

2007-05-25 Thread Ashish Sharma
its strange to see how x vs y wars can generate so many responses. if they are good we can adapt, if we are good we have nothing to worry. On 5/25/07, Trustin Lee [EMAIL PROTECTED] wrote: Hi Holger, On 5/25/07, Holger Hoffstaette [EMAIL PROTECTED] wrote: On Fri, 25 May 2007 08:45:34 +0900,

how to use protocolcodecfilter

2007-05-07 Thread Ashish Sharma
i have been trying to use mina for some time and from slides i understand that to implement binary protocol i need to implement protocolcodecfilter. am i correct? and is there a small example demonstrating how to do it. thanks ashish

Re: protocol

2007-05-04 Thread Ashish Sharma
i think have a constant size header which will contain payload length for rest of message. On 5/5/07, mat [EMAIL PROTECTED] wrote: Can anyone help me out with my protocol design? Is it better to design protocol as a fixed length or non fixed length? What I meant is fixed lenght message(for

<    2   3   4   5   6   7