The server-push tag has no wiki summary.
0
votes
0answers
7 views
Django Server Push Method
I developed a Django application which requires the server push (or comet) for the further enhancement. I first had successfully implemented the server push using the "orbited" which worked great in ...
1
vote
1answer
39 views
Remote Control for Website
I want to start to create a website which is opened on a mobile phone (any kind of smartphone). This website will have the feature to control a website you have already opened on your computer. (The ...
0
votes
0answers
21 views
JSF - server calls a Javascript on client side
I'm working on a project, which has so many background threads.
Even request-response cycle finished, background threads will work.
I want to give a message to the client after finishing the ...
0
votes
1answer
40 views
Push message not received in device
I am struggling for long with push messaging in BlackBerry. I am able to register successfully for push messaging with a returned code of rc=200. However, when I run the server side code, be it in PHP ...
0
votes
0answers
18 views
Pull Vs Push - different timezones
I have an app that needs to send regular push notifications to the clients (browsers via HTML5 websockets). The timing for the push is like : every hour when the clock strikes :15 , :30 and :45 minute ...
0
votes
1answer
74 views
How should I implement server push so that the browser is updated with DB updates?
I am reading on various ways of doing server push to client side(broswer).I would like to understand the best approach out of these.
Long polling -- To be avoided as it holds up resources longer on ...
0
votes
1answer
27 views
Periodical website parsing consumes high data downloading. Should I migrate my logic to a server? How?
First of all, sorry for my bad English.
I've made an Android app which seems to work fine. Its mission is to connect to a website and parse it to see if there is new data. In that case, it creates a ...
-3
votes
1answer
59 views
HTTP Server Push technology as of now 2013 [closed]
I have a JSF Webapplication which talks to a EIS in the backend. The web application has JSF component which will wrap and render a SilverLight SpreadSheet. Following is the scenario :
i) A Main ...
3
votes
0answers
98 views
GWT RequestFactory and propagating server-side changes to the client
I need some advice on how propagating server-side changes of entities to the client is best handled with GWT's RequestFactory.
Let us assume we have two EntityProxies, a PersonProxy and a ...
0
votes
3answers
105 views
Should we unregister the receiver in gcm (Android)
I got deviceId from GCM upon successful registration.I am storing my deviceId in SharedPreference.In the main activity i am unregistering the receiver in onDestroy method.
If I dont unregister the ...
3
votes
1answer
125 views
Cometd vs ActiveMQ for server side push for real time web applications
We have requirement to develop server side push infra for real time web applications. For this, I have been considering using Cometd since this supports both long polling as well as web sockets based ...
1
vote
1answer
57 views
Does Socket.io garantee that broadcasted events are received in order client side?
Is there some kind of ordering mechanism in Socket.io that garanties that events are received in order by clients.
Exemple : if Server emits event Evt1 to client A, Server broadcasts Evt2 to all ...
2
votes
1answer
57 views
out.print not pushing the data to browser
I have a JSP with while (true) where data is sent to browser . code snippet
while (true) {
out.print("pushing some data to browser");
out.flush();
try {
Thread.sleep(1000);
...
0
votes
1answer
147 views
Livechat system with push notifications (php)
im developing a dating site, which includes a livechat system where people can chat in private conversations (like facebook chat, or the badoo message system).
What is the best approach for a live ...
0
votes
1answer
127 views
Httpsessionlistener: two sessions are created and none are destroyed
Edit: I reformulated the question
I'm using Spring and GWTEventService (which is basicly the same as Comet). When I make a simpler HttpSessionListener, I see sessionCreated() is called twice and ...
-1
votes
1answer
80 views
Pushing data into a browser from JRuby: highly reliable websockets package or what SHOULD I use? [closed]
If I need to push data into a modern browser from a RoR program running in JRuby, what are realistic options to do this? socket.io vs. sockjs vs. faye? What else? What is #eventmachine use? Where does ...
0
votes
1answer
170 views
How facebook pushes notifications, friend requests and other updates to its android mobile app?
What polling mechanism (implementation) does Facebook use to push data to its android mobile app ?
0
votes
0answers
147 views
C# Server Side code - BlackBerry not receiving push message
I have successfully register for Push Notification on my BlackBerry device. I am now trying to send a message to the registered device through my C# Server Side Code. Message is sent when the user ...
0
votes
1answer
65 views
Is there a way to clear XDomainRequest.responseText in IE8
I'm implementing server push solution.
Is there a way to clear XDomainRequest.responseText of IE8, since it gets filled with the every response chunk?
(to get same effect as in Firefox ...
0
votes
1answer
88 views
Socket to receive data and push to client browser in a web application
There is a SocketServer which I need to connect, receive data and then push it back to clients (web browser).
I just need to confirm the approach. I will create a Socket connection which will keep ...
2
votes
1answer
93 views
grails server push
I've been evaluating grails server push technologies, and I keep coming across the grails atmosphere plugin, but it doesn't seem like it is actively being developed. I've also seen the grails events ...
0
votes
1answer
57 views
How to know whether a person left your website?
I am building a website in PHP and i need your help. I want to know the time of the user who logged in my site. The task was to store the login time and then the logout time. The login can be stored ...
0
votes
1answer
144 views
How to start a background thread after the HTTP request is served and sent back to the client?
I have a Vaadin application and I'm implementing some asynchronous background processing. As far as I know, all requests from the client are processed by one of the threads from the Tomcat's thread ...
0
votes
1answer
83 views
HTTP 2.0 will support server push, what does this mean?
I've read a lot of things about HTTP 2.0 (which is still in development), so I also heard about the server push feature, but I my head, this is not clean.
Does this server push feature mean that the ...
0
votes
0answers
126 views
Push messages in BlackBerry
I am implementing a chat function in my BlackBerry App which is a minor feature compared to the other features the App offers. The mechanism for the chat feature is as follows:
BlackBerry App sends ...
2
votes
0answers
62 views
PHP Comet (Server Side Push) [duplicate]
Possible Duplicate:
Using comet with PHP?
I am writing a social application with a back end written in PHP (I'm using the FuelPHP framework). I would like to notify a client that some event ...
0
votes
1answer
110 views
Server throwing OutOfMemory Exception when reading byte array from TCP connection
I'm still working on my push server! I have successfully implemented encryption using javax.crypto.cipher. This requires I read/write bytes to the socket's stream. I can send and receive just fine. ...
1
vote
1answer
449 views
Difference between async servlet long poll and bayeux protocol (Comet)
What is the difference between a simple Async servlet and the Comet / Bayeux protocol?
I am trying to implement a "Server Push" (or "Reverse Ajax") kind of webpage that will receive updates from the ...
0
votes
1answer
63 views
A “native container”-“device management server” pair to push Html5 apps
We have multiple customers and each customer would have multiple apps. One more thing is that users would have different apps (workflow apps, chart apps, administration apps, etc.) assigned by their ...
0
votes
2answers
113 views
How HTTP streaming is different from Comet for server push?
I want to implement Server Push in my Java web application.
HTTP Streaming is that I can open a connection with the client and its always open and sends data whenever server gets it.
1. But how is ...
0
votes
1answer
178 views
Implement server push in Java application
I have a standalone application in Java which reads data through IPC. Now I want that when the data is read, the Java application pushes the data to the clients on browsers. Can this be achieved? I am ...
-1
votes
1answer
157 views
Multithreaded socket server is only working with one request during its lifetime [closed]
I have yet another question about my push server. For some reason the server will only accept one connection during it's lifetime. Even after the first connection has been closed, the server won't do ...
0
votes
1answer
150 views
What is the correct way to wait for a client response in java?
First off, if you helped me solve my problem with reading an undefined length HTTP response, I'd like to thank you. I took your advice and switched from HTTP responses to raw Java sockets. But I'm ...
6
votes
2answers
183 views
Parse an infinitley long input in Java
I wrote a "push server" that, when a client opens a connection, it remains open while the server writes to the stream. I would like to know how to write a client in Java that reacts to commands as it ...
0
votes
1answer
362 views
Does websocket only broadcasts the data to all clients connected instead of sending to a particular client?
I am new to Websockets. While reading about websockets, I am not been able to find answers to some of my doubts. I would like if someone clarifies it.
Does websocket only broadcasts the data to all ...
1
vote
1answer
882 views
uPnP pushing video to Smart TV/Samsung TV on OSX/Mac
I would like to make a simple script to push a movie to a Smart TV.
I have already install miniupnp or ushare, but I don't want to go in a folder by the TV Smart Apps, i want to push the movie to the ...
0
votes
1answer
38 views
Can't publish in cometd channel
I'm getting this error when I try to publish a string in a channel:
java.lang.AbstractMethodError: org.cometd.client.BayeuxClient$BayeuxClientChannel.publish(Ljava/lang/Object;)V
this is the code ...
0
votes
0answers
219 views
Parse.com iOS Push Notification Server
This is my first time posting here, so I hope I am doing it right. Anyways, I'm working on an app.net client for iOS and would like to add push notifications. I am going to use parse.com as they ...
0
votes
1answer
253 views
push data from webservice to android app: C2DM
I have a use case where I need to send some information from my webservice to an Android App. I just got to know about C2DM which is used for such use cases (correct me if I am wrong).
Does someone ...
0
votes
1answer
338 views
Server for iOS Push Notifications
I'm trying to figure out how to create a push notification server for a twitter app. I'd like to be able to set up push notification for mentions, stars, follows, etc etc. This is all possible with ...
1
vote
2answers
198 views
Unable to send binary data over WebSockets
I am developing a viewer application, in which server captures image, perform some image processing operations and this needs to be shown at the client end, on HTML5 canvas. The server that I've ...
0
votes
0answers
38 views
Comments application with Server Push
My application have 5 posts (for example), and each post has its own commentaries.
When I see a post, I save on the session the last comment's ID to push newers comments from here. Based on logic, I ...
0
votes
2answers
460 views
Custom push notification to mobile devices
I am searching for information about custom push notification.
I want to implement a tunnel between server and devices (Android and iOS). When it comes a time server should send information to device ...
0
votes
1answer
105 views
How server push approach to browser is supported and role of websockets in that?
I had a use case where i was planning to poll from browser to server to check any updates for a given customer.Then i thought
of exploring push approach where webserver(in my case tomcat) can do it ...
0
votes
0answers
127 views
What's the relationship between HTTP Keep-alive and long polling
I read some articles about comet tech. Most implements of comet is using long polling or web stream.
To use long polling, server should hold the connection for a while, until some condition are met. ...
0
votes
0answers
116 views
Server sent event module hangs
Hi I have a simple module to read new notifications from a mysql table. At the start it seems to work well. But if I keep the page open and after sometime I push a new row in the mysql table, it seems ...
1
vote
1answer
125 views
php: how i can replace the infinite while loop in client-server communication with someone else to achieve same server service
I am building a client server real time communication application in php, where i want to implement true server push with optimization.
I know already the other techniques that came under Comet ...
3
votes
2answers
445 views
Downside of using Server-Sent events for bidirectional client-server communication (instead of WebSockets)
Recently I've found out of Server-Sent events as a much simpler alternative to WebSockets for doing push from the server. Most places that compare them (like here, here and here) say that if you don't ...
1
vote
1answer
443 views
Grails with Comet working example
I'm trying to implement server Push technology in Grails application using Comet by working out few simple examples, but I'm struggling to make it really work. I've been trying out 2 examples from ...
3
votes
1answer
461 views
pushwoosh error unrecognized selector sent to instance Cordova 1.7.0
I am trying out pushwoosh and tried unregistering an iOS device on the remote api and this error came up:
-[__NSDictionaryI cdvjk_JSONString]: unrecognized selector sent to instance
*** Terminating ...
