Dear,
I want to do something like this :
I have Java App to push infomation to APE Server (using inlinepush).
I want inlinepush Ape Server Store infomation in somewhere ( like a global
variable) instead of forwarding the infomation to all user in the channel.
Then, I use APE Server to send responds to client using the infomation store
in the global variable.
Note: each client request a part of the infomation.
Example :
Java Push the infomation:
{'a':1, 'b':2, 'c':3};
Then APE inpushline store this infomation to a global variable.
APE use the infomation stored in the global variable to send to clients :
Client 1: send only : 'a':1 ,
Client 2: send only : 'b':2,
Client 3: send only 'c':3
Do you have any ideas ?. Thank you very much
--
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/