I have read about the push technologies recently. Using it real-time data streaming is very easy. I also saw an implementation called ajax push engine, but it runs on linux or mac server. I wanted to use this technology in an asp.net site.
So is there any open source implementation of the push technology that is available for direct use...
I recently encountered a few cases where a server would distribute an event stream that contains the exact same data for all listeners, such as a 'recent activity' box.
It occurred to me that it is quite strange and inefficient to have a server like Apache run a thread processing and querying the database for every single comet stream c...
Whenever I disable the APE comet Server, AJAX file uploads run properly. And when enabled, the response.responseText from PHP is not parsed.
This problem has been bugging me since about more than a month.
There's another person here with the same problem: http://stackoverflow.com/questions/3012636/can-not-use-ajax-upload-because-of-ape...
We are developing an online real-time web browser game and we have chosen to use APE Server.
We have an in-game chat system from our previous project and we would like to port it to APE. As we are a bit new to APE we are not sure about which scenario would work better or maybe would not work at all.
Now the chat works the following way:...
(OFFTOPIC: It seems, I got it wrong with my previous question about APE and chat. The problem is elsewhere)
We are looking for a free Comet server which is also free for commercial use. The server must support the following:
basic publish/subscribe functionality, no fancy features needed;
supports publishing messages from any type of ...