I am willing to implement a chat website on App Engine. But I found that Ap开发者_开发技巧p Engine will not allow me to go with server push. (as it will kill the response after 30 sec).
I need to create a comet server. W开发者_C百科hat webserver + modules do I have to use ?Here\'s a short list of COMET solution I tried, with pros and cons:
Howday, I want to push data to flex clients. I am talking about anywhere between 5000-15000 concurrent users, need to get data every time a currency is changed so tha开发者_运维问答t means lots of ch
I\'m looking for one that can be used to handle many long poll clients and does not create a thread for开发者_如何学运维 each request.Each call to IIS (ASP.NET) page works on its own thread. A good li
When will palm\'s push notification go live? What are the alternatives right now? We are in development of an app that need开发者_开发问答s push notification to function otherwise it will just not wor
if i write the comet push with php but use this code on a 开发者_开发百科java server via quercus, will that solve the one process per request problem that apache had and scale well with lot of users u
Its feature is so called \"server push\", which google wave seems also leverages. Can someone explain this concept by code snippet how it actu开发者_JS百科ally works in web application?Some pseudo-ja
I am working on a project for a client whereby their cms will be flex 3 and php. There will be multiple clients using it at once and I am trying to make it to where when one person makes a change, the
How can I implement the comet / server push design pattern using PHP and Javascript? Essentially what I would like is something like this:
Using techniques as hinted at in: http://msdn.microsoft.com/en-us/library/system.servicemodel.servicecontractattribute.callbackcontract.aspx