Re: [infinispan-dev] CI run for the Cpp client

2013-12-02 Thread isavin
>> Windows Build Configuration (could use this for HotRod C# also): >> * m1.small with Windows Server 2012 x86_64 (initial: $0; per hour $0.091; >> ~$23 per month with 8h/day usage) >> * Visual Studio 2013 perpetual license (without MSDN subscription): >> (initial: ~$1000 after: $0) > > What abou

Re: [infinispan-dev] Integration between HotRod and OGM

2013-12-02 Thread Mircea Markus
On Nov 19, 2013, at 10:22 AM, Emmanuel Bernard wrote: > It's an interesting approach that would work fine-ish for entities > assuming the Hot Rod client is multi threaded and assuming the client > uses Future to parallelize the calls. The Java Hotrod client is both multithreaded and exposes an

Re: [infinispan-dev] CI run for the Cpp client

2013-12-02 Thread Mircea Markus
Thanks, Ion! On Dec 2, 2013, at 9:01 AM, isa...@redhat.com wrote: > On 11/19/2013 11:27 PM, Mircea Markus wrote: >> Hi, >> >> Ion has access to my AWS account so he can launch new instances. >> >> From the top of my head, for the Cpp client CI we'd need: >> - an RHEL5 build on every check in >>

Re: [infinispan-dev] Design of Remote Hot Rod events

2013-12-02 Thread Galder Zamarreño
On Dec 2, 2013, at 10:57 AM, Radim Vansa wrote: > On 11/26/2013 04:10 PM, Galder Zamarreño wrote: >> Hi Radim, >> >> Thanks for the excellent feedback, comments below: >> >> On Nov 13, 2013, at 11:33 AM, Radim Vansa wrote: >> >> >>> 3. IMO, registering events for particular keys is not that

Re: [infinispan-dev] Design of Remote Hot Rod events

2013-12-02 Thread Mircea Markus
On Dec 2, 2013, at 10:00 AM, Dan Berindei wrote: > > On Mon, Dec 2, 2013 at 11:44 AM, Galder Zamarreño wrote: > > On Nov 27, 2013, at 3:06 PM, Mircea Markus wrote: > > > > >> > >>> - how does the server know that a request originated from a certain > >>> client in order not to send it to t

Re: [infinispan-dev] Design of Remote Hot Rod events

2013-12-02 Thread Dan Berindei
On Mon, Dec 2, 2013 at 11:44 AM, Galder Zamarreño wrote: > > On Nov 27, 2013, at 3:06 PM, Mircea Markus wrote: > > > > >> > >>> - how does the server know that a request originated from a certain > client in order not to send it to that client again? There's no clientId in > the request… > >> >

Re: [infinispan-dev] Design of Remote Hot Rod events

2013-12-02 Thread Radim Vansa
On 11/26/2013 04:10 PM, Galder Zamarreño wrote: > Hi Radim, > > Thanks for the excellent feedback, comments below: > > On Nov 13, 2013, at 11:33 AM, Radim Vansa wrote: > >> Hi, my couple of questions & remarks: >> >> 1. Why there is no RemoteCacheEntryCreated? I guess you had good reason >> to exc

Re: [infinispan-dev] Design of Remote Hot Rod events

2013-12-02 Thread Galder Zamarreño
On Nov 27, 2013, at 3:06 PM, Mircea Markus wrote: > >> >>> - how does the server know that a request originated from a certain client >>> in order not to send it to that client again? There's no clientId in the >>> request… >> >> Well spotted :). There are two ways to solve this. >> >> Fi