I'm not sure your assumptions are 100% correct.

If I'm not mistaken, there are two types of pipes:

a) multipipe
b) unipipe

sending something to a multipipe will make the server send this
"something" to every user that joined this multipipe==channel.

And every user is/has one unipipe. Know the unipipe, send something to
it == sending something to "a user"

A user does not need "a unipipe on a channel", there is just one
unipipe per user

user==unipipe
channel==multipipe

Und if you join a "non-interactive" channel (= a channel starting with
*), there will be not notifications or sharing of private information

On 30 Jul., 11:16, Tyler Slater <[email protected]> wrote:
> I've been learning about interactive and non-interactive channels.  I
> understand non-interactive pipes cannot be edited by users.  Does that
> mean that they cannot create unipipes on these channels? Is there a
> way to create unipipes without all the users seeing each other?  I
> don't want all users to have access to each other's information for
> privacy's sake.  Also, it would be a lot of extra network overhead to
> notify users who have no interest in each other.

-- 
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/

Reply via email to