1
vote
3answers
292 views
Compatibility of Comet with current technology
I hear that I can use Comet as a server push technology along with my Ajax code to increase the performance of my web applications.
How mature this Comet technology?
Is it suppor …
0
votes
3answers
53 views
WCF Server Push connectivity test. Ping()?
Using techniques as hinted at in:
http://msdn.microsoft.com/en-us/library/system.servicemodel.servicecontractattribute.callbackcontract.aspx
I am implementing a ServerPush setup …
-1
votes
0answers
9 views
sql server 2005 replication
We have taken 25hrs to get to create a publisher with a maximum data size of 3.5GB at the end of the exercise. We got to subscribe to this publisher at a remote site (a branch) th …
0
votes
1answer
41 views
How to test Rails Juggernaut in Internet Explorer?
I'm having problem with my Rails application. I use juggernaut for server push, which works very nice in Firefox, Opera and Chrome, but it doesn't work at all in IE. It should be c …
2
votes
4answers
558 views
Server push (Comet) in Google App Engine in Python
How can I implement Comet / Server push in Google App Engine in Python?
1
vote
1answer
96 views
How to do HTTP Server Push — aka do I NEED STOMP, AMPQ, etc?
I am writing a collection of web services, one of which needs to implement server push.
The client will be native Objective-C. I want this to be as simple, fast, and lightweight a …
1
vote
1answer
85 views
Which way is best, to implement Comets in a Java Servlet
I want to write an aplication that uses the Comets pattern - that is a request that can be responded to when an event occurs on the server, rather than only as a response to an imm …
0
votes
1answer
34 views
Push questions and help
Hay guys, I'm looking into reading about 'push' technology, but i think i may have heard about it in the wrong way. Is there are interesting things i should know about it? How can …
3
votes
6answers
250 views
Implementing Server Push
Read about Server push here.
I want to push data to client from my web application in real time.
I was looking at TCP sockets as one of the options.
For HTTP I found a variety of f …
0
votes
4answers
55 views
Message to a client from the server
Hi, I have to design a client/server system emulated on a website running Ruby on Rails that should work like this:
a page is requested by a web browser and once it's opened the s …
0
votes
0answers
29 views
push method in streaming
I am trying to push an http stream to my server provider using media encoder 9. I am getting the titled error, which says:
"The Server service that received the HTTP push request …
1
vote
2answers
266 views
Comet applications without using IFrames
I am just getting started creating an AJAX application using server side push. I am using Grizzly Comet on Glassfish V2. Almost all the sample applications use IFrames for updating …
3
votes
2answers
150 views
Reverse AJAX? Can data changes be ‘PUSHED’ to script?
I have noticed that some of my ajax-heavy sites (ones I visit, not ones I have built), have certain auto-refresh features. For example, in GMail, if I get a new message, I see the …
1
vote
3answers
233 views
API Model for Server Push Technologies (COMET)
Hello,
I'm whiling to add a support of Server Side events to CppCMS. I understand the technical part of what to do on the
level of communication: Client sends long polling XmlHTTP …
0
votes
0answers
52 views
process to install ssl on linux machine [closed]
Please provide me a way to install ssl certificate on linux machine. Alternatively please do provide me process to install .p12 or .cer file on linux machine.
Is it necessary to i …
