Im building a friends system on my website and Im wondering if I
should use a global channel, or one channel for each 2 users that are
friends. The down side of a global channel is that it would send data
between all the users without being needed (userjoin, userleft,
etc..), is there a way to configure a channel so it doesnt send
userjoin and userleft events to the client?
This may not be a big problem, but if I get more than 1000 users
connected there would be a lot of data being transfered them through
that "global" channel.

Regards

-- 
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-project@googlegroups.com
To unsubscribe from this group, send email to
ape-project+unsubscr...@googlegroups.com
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/

Reply via email to