[infinispan-dev] HotRod??

Galder Zamarreno galder at redhat.com
Mon Nov 30 10:38:16 EST 2009



On 11/30/2009 11:25 AM, Manik Surtani wrote:
>
> On 29 Nov 2009, at 17:05, Alex Kluge wrote:
>
>>> Yeah it is based on MINA but it can be adapted to netty/xnio, right?
>>
>>   The client and server piece would not be that difficult to replace if you really
>>   want to. One thing I do depend on is an easy way to inform the framework
>>   that I don't yet have enough information to process the current piece of
>>   the message. Hopefully, Netty will provide that. If not, there will be a little
>>   more invention to do. Everything else is pretty standard.
>
> Galder, do you know if Netty provides for this?  I believe it should, since Netty and MINA are *very* similar.

If I understood this correctly, Netty does provides such thing via the 
ReplayingDecoder 
(http://www.jboss.org/file-access/default/members/netty/freezone/api/3.1/org/jboss/netty/handler/codec/replay/ReplayingDecoder.html), 
which is in fact what I'm using to build the memcached text module.

>
>> --- On Tue, 11/24/09, Michael Lawson (mshindo)<michael at sphinix.com>  wrote:
>>
>> From: Michael Lawson (mshindo)<michael at sphinix.com>
>> Subject: Re: [infinispan-dev] HotRod??
>> To: "infinispan -Dev List"<infinispan-dev at lists.jboss.org>
>> Date: Tuesday, November 24, 2009, 2:13 PM
>>
>> Ok, well once ISPN-170 has been done I will look at getting started on 172, for now, I believe some code crawling is in order.
>>
>> On Wed, Nov 25, 2009 at 4:05 AM, Manik Surtani<manik at jboss.org>  wrote:
>>
>> On 24 Nov 2009, at 14:50, Vladimir Blagojevic wrote:
>>
>>> What happened with Alex Kluge's code donation related to these JIRA's? Yeah it is based on MINA but it can be adapted to netty/xnio, right?
>>
>> I believe he and Galder will be discussing the protocol design, and we will see what we can harvest from a code perspective as well.
>>
>>
>>
>>>> Well step 1 is to get the protocol designed [ISPN-170].
>>>>
>>>> After that there are a host of tasks that need to happen -
>>>>
>>>> * Server module [ISPN-171]
>>>> * Smart client that can handle failover, etc [ISPN-172] and [ISPN-27] on the back of that.
>>>>
>>>> I believe we should have ISPN-170 done in the next 2 weeks (correct, Galder?) - at least in draft so that folks can review.  After that we could start working on 171 and 172.  Let me know if you feel like taking either of these on, 172 may be a good place to start.
>>>>
>>>> Cheers
>>>> Manik
>>>>
>>>> On 23 Nov 2009, at 23:24, Michael Lawson (mshindo) wrote:
>>>>
>>>>> Well, depending on how much work is required, yes I could lend a helping hand.
>>>>>
>>>>> Let me know how I can offer assistance to get this started.
>>>>>
>>>>> On Tue, Nov 24, 2009 at 10:04 AM, Manik Surtani<manik at jboss.org>  wrote:
>>>>>
>>>>> On 22 Nov 2009, at 23:24, Michael Lawson (mshindo) wrote:
>>>>>
>>>>>> Has dev on hotrod been started?
>>>>>
>>>>> Feel like helping?  :)
>>>>>
>>>>>>
>>>>>> --
>>>>>> Michael Lawson (mshindo)
>>>>>>
>>>>>>
>>>>>>   _______________________________________________
>>>>>> infinispan-dev mailing list
>>>>>> infinispan-dev at lists.jboss.org
>>>>>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>>>>
>>>>> --
>>>>> Manik Surtani
>>>>> manik at jboss.org
>>>>> Lead, Infinispan
>>>>> Lead, JBoss Cache
>>>>> http://www.infinispan.org
>>>>> http://www.jbosscache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> infinispan-dev mailing list
>>>>> infinispan-dev at lists.jboss.org
>>>>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Michael Lawson (mshindo)
>>>>>
>>>>> _______________________________________________
>>>>> infinispan-dev mailing list
>>>>> infinispan-dev at lists.jboss.org
>>>>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>>>
>>>> --
>>>> Manik Surtani
>>>> manik at jboss.org
>>>> Lead, Infinispan
>>>> Lead, JBoss Cache
>>>> http://www.infinispan.org
>>>> http://www.jbosscache.org
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> infinispan-dev mailing list
>>>> infinispan-dev at lists.jboss.org
>>>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>>
>>> _______________________________________________
>>> infinispan-dev mailing list
>>> infinispan-dev at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>
>> --
>> Manik Surtani
>> manik at jboss.org
>> Lead, Infinispan
>> Lead, JBoss Cache
>> http://www.infinispan.org
>> http://www.jbosscache.org
>>
>>
>>
>>
>>
>> _______________________________________________
>> infinispan-dev mailing list
>> infinispan-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>
>>
>>
>> --
>> Michael Lawson (mshindo)
>>
>>
>> -----Inline Attachment Follows-----
>>
>> _______________________________________________
>> infinispan-dev mailing list
>> infinispan-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>>
>>
>> _______________________________________________
>> infinispan-dev mailing list
>> infinispan-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/infinispan-dev
>
> --
> Manik Surtani
> manik at jboss.org
> Lead, Infinispan
> Lead, JBoss Cache
> http://www.infinispan.org
> http://www.jbosscache.org
>
>
>
>
>
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev

-- 
Galder Zamarreño
Sr. Software Engineer
Infinispan, JBoss Cache



More information about the infinispan-dev mailing list