server-push
chat application on appengine
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).[详细]
2022-12-24 17:09 分类:问答Best way to create a Comet/Push webserver?
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:[详细]
2022-12-24 04:16 分类:问答Push data to flex client
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[详细]
2022-12-23 08:07 分类:问答Are there any good open-sourced comet web servers for ASP.NET MVC applications?
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[详细]
2022-12-21 14:01 分类:问答When will palm's push notification go live? What are the alternatives right now?
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[详细]
2022-12-19 11:20 分类:问答php comet with quercus
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[详细]
2022-12-19 09:18 分类:问答Understanding Comet by Example
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[详细]
2022-12-16 17:24 分类:问答How to get "long polling" with flex 3 and php?
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[详细]
2022-12-13 19:43 分类:问答How to implement Server push / long polling / comet using PHP and Javascript
How can I implement the comet / server push design pattern using PHP and Javascript? Essentially what I would like is something like this:[详细]
2022-12-13 03:53 分类:问答WCF Server Push connectivity test. Ping()?
Using techniques as hinted at in: http://msdn.microsoft.com/en-us/library/system.servicemodel.servicecontractattribute.callbackcontract.aspx[详细]
2022-12-10 20:16 分类:问答