ok thanks, may i ask that if in term of performance, sending a message on a channel is the same as sending the message on all users of the channel ? i'm not afraid of coding on server side or client side ... :-)
On 10 déc, 16:14, Nicolas Guibert <[email protected]> wrote: > Hi, > > My understanding is that messages sent to channels are zero-copied, so it > is not a problem to send to someone who does not need to receive. > > For your case, I would advise to only add a few lines of code on the client > side, so that you don't deal with the same message twice (an id for each > message may be necessary though to keep track of the messages, which means > a little bit of code on the server side actually) > > Hope this helps. > > 2011/12/10 Guillaume <[email protected]> > > > > > > > > > HI,I've just started with APE push engine, and i like it much, real > > time web is cool ! > > > But i'm facing a problem at the time and i would like to know if > > someone could help me ! > > > Ok basically i put users in differents channels according to > > "authorisation groups" > > > Guest are subscribed to channel 1 and Admins to channel 1 and 2 > > > Basically i don't want Admins to receive twice the data , > > > so me first thought is i just need to extract users from both channel > > and send data looping on that list. > > > I want to know if its a best practice or if it s a bit overkill > > > Basically i don't know how a send raw on a channel is doing > > > is it a loop or a better process like broadcasting ? > > > ok my skills in C and networking are low so i need help on that > > > Thanks > > > -- > > You received this message because you are subscribed to the Google > > Groups "APE Project" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/ape-project?hl=en > > --- > > APE Project (Ajax Push Engine) > > Official website :http://www.ape-project.org/ > > Git Hub :http://github.com/APE-Project/ -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
