I have an idea for my problem : On Server : I have a list of User ( like a global variable ) . the variable contains infomation of User : Username, number of infomation the user need. Loop through the user list and parse the number of infomation each user need, build the raw and send raw infomation to the user's pipe.
On Client: Register as a new User. Send a raw of number of infomation client need. Receive infomation. Is the process right ? please help me. Thank you. On Fri, Feb 18, 2011 at 2:48 PM, Summer nguyen <[email protected]>wrote: > Dear all, > please help to solve my problem. I am newbie so I have no idea about the > solution. > The problem is : > The APE Server read the MySQL ( I know how to do this). > There are 10 piles of infomation which are updated every 1 second ( > another process will do it, APE just get the infomation ). > > There are many user use APE client to get infomationn from APE Server . > User A : get infomation number: 1,3,4,5,6 > User B get infomation number: 2,3,8,10 > User C get infomation 1,2,3,4,5,6 > > Could you please tell me which function should I use. > 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/
