Re: Atmosphere multi-request

2012-03-29 Thread Martin Grigorov
Hi,

On Thu, Mar 29, 2012 at 11:04 PM, Pierre Goupil  wrote:
> Good evening,
>
> Sorry for the lag, I missed this thread!
>
> The multi-request functionality of Atmosphere allows Comet channels and
> subscribing / pushing only in the right channel.
>
> There an example of Atmosphere / Wicket here:
>
> https://github.com/martin-g/wicket-atmosphere-tests

Huh. This points to my GitHub account :-)

>
> Atmosphere is a Comet framework and what I miss is its multi-request
> functionality. For the moment, whatever the number of channels I have is,
> every callback of every channel is called when getting a Comet response.
> That's overkill in terms of client-side CPU usage. So I'd like to have the
> said functionality integrated to Wicket but I was unable to have it work.
>
> Any help will be appreciated.

I'm still not sure what exactly you need.
AFAIU all you need is a named channels. I.e. a client connects and
subscribes to a named channel and later the server publishes a message
to this channel and only the subscribers for this channel receive this
message.

Is this what you have problems with ? If YES then what exactly is the problem ?

>
> Regards,
>
> Pierre Goupil
>
>
>
>
>
> On Tue, Mar 13, 2012 at 5:20 PM, Martin Grigorov wrote:
>
>> Hi Pierre,
>>
>> Can you give us a url that describes what multi-request is and what
>> issues do you face with it ?
>>
>> On Tue, Mar 13, 2012 at 5:40 PM, Pierre Goupil 
>> wrote:
>> > Good afternoon,
>> >
>> > I'm currently trying to integrate Atmosphere Comet framework and Wicket.
>> I
>> > used to have them working, but since the introduction of multi-request
>> > functionality, I have been unable to integrate both of them.
>> >
>> > So my question is simple: did anyone managed to have a working app with
>> > Atmosphere multi-request and Wicket (any version)?
>> >
>> > Regards,
>> >
>> > Pierre Goupil
>>
>>
>>
>> --
>> Martin Grigorov
>> jWeekend
>> Training, Consulting, Development
>> http://jWeekend.com
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
>
> --
> Si tu penses que la violence ne résout rien, c'est que tu n'as pas tapé
> assez fort.



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Atmosphere multi-request

2012-03-29 Thread Pierre Goupil
On Thu, Mar 29, 2012 at 11:04 PM, Pierre Goupil wrote:

>
> https://github.com/martin-g/wicket-atmosphere-tests


lol

I've just realized it is a project of yours!


Re: Atmosphere multi-request

2012-03-29 Thread Pierre Goupil
Good evening,

Sorry for the lag, I missed this thread!

The multi-request functionality of Atmosphere allows Comet channels and
subscribing / pushing only in the right channel.

There an example of Atmosphere / Wicket here:

https://github.com/martin-g/wicket-atmosphere-tests

Atmosphere is a Comet framework and what I miss is its multi-request
functionality. For the moment, whatever the number of channels I have is,
every callback of every channel is called when getting a Comet response.
That's overkill in terms of client-side CPU usage. So I'd like to have the
said functionality integrated to Wicket but I was unable to have it work.

Any help will be appreciated.

Regards,

Pierre Goupil





On Tue, Mar 13, 2012 at 5:20 PM, Martin Grigorov wrote:

> Hi Pierre,
>
> Can you give us a url that describes what multi-request is and what
> issues do you face with it ?
>
> On Tue, Mar 13, 2012 at 5:40 PM, Pierre Goupil 
> wrote:
> > Good afternoon,
> >
> > I'm currently trying to integrate Atmosphere Comet framework and Wicket.
> I
> > used to have them working, but since the introduction of multi-request
> > functionality, I have been unable to integrate both of them.
> >
> > So my question is simple: did anyone managed to have a working app with
> > Atmosphere multi-request and Wicket (any version)?
> >
> > Regards,
> >
> > Pierre Goupil
>
>
>
> --
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Si tu penses que la violence ne résout rien, c'est que tu n'as pas tapé
assez fort.


Re: Atmosphere multi-request

2012-03-13 Thread Martin Grigorov
Hi Pierre,

Can you give us a url that describes what multi-request is and what
issues do you face with it ?

On Tue, Mar 13, 2012 at 5:40 PM, Pierre Goupil  wrote:
> Good afternoon,
>
> I'm currently trying to integrate Atmosphere Comet framework and Wicket. I
> used to have them working, but since the introduction of multi-request
> functionality, I have been unable to integrate both of them.
>
> So my question is simple: did anyone managed to have a working app with
> Atmosphere multi-request and Wicket (any version)?
>
> Regards,
>
> Pierre Goupil



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Atmosphere multi-request

2012-03-13 Thread Pierre Goupil
Good afternoon,

I'm currently trying to integrate Atmosphere Comet framework and Wicket. I
used to have them working, but since the introduction of multi-request
functionality, I have been unable to integrate both of them.

So my question is simple: did anyone managed to have a working app with
Atmosphere multi-request and Wicket (any version)?

Regards,

Pierre Goupil