Tagged Questions

0
votes
1answer
59 views

How to create HTTP server push (also known as HTTP streaming) with PHP?

How to create HTTP server push (also known as HTTP streaming) with PHP (better streaming video)? Tuts Libs are vary welcome
2
votes
2answers
69 views

Set up git to pull and push all branches

I'd like to push and pull all the branches by default, including the newly created ones. Is there a setting that I can define for it? Otherwise, when I add a new branch, locally and I want to pull …
2
votes
2answers
41 views

Avoiding union by join?

Hi, My problem is on Oracle, but is probably database independent (?). I have the following tables: aa vid cb --- -- 1 10 2 15 bb vid cb --- -- 3 25 4 24 *rep repid …
1
vote
2answers
63 views

why Mercurial doesn’t authenticate first before push data?

I have a big size clone to push to google code, and it takes a long time for the authenticate dialog to show up after the push is fired up, so does TortoiseHg push data first authenticate second? if …
0
votes
0answers
27 views

Getting errors using APNS PHP

heres the code I'm using <?php $deviceToken = 'my device key'; // not putting in for security $payload['aps'] = array('alert' => 'This is the alert text', 'badge' => 1, 'sound' => 'default'); …
0
votes
2answers
30 views

Sinatra/Rack Sleep until Response Ready (like Exchange ActiveSync)

I'm wanting to do a lightweight push-style HTTP response in my existing Sinatra web app. Is there any mechanism that allows me to not respond to an HTTP request and keep the connection open until I …
1
vote
7answers
178 views

How to push data over the Internet?

I want to push data to a client application. The client app can be thick or a thin. The push has to happen over the Internet. How can this be done? EDIT: Is there a way wherein the client app opens a …
3
votes
1answer
97 views

iPhone: how to remove badge after Push Notification?

Hi guys, What is the code to remove the badge on my app's icon? When I receive push, I need to remove it when a button is clicked!
2
votes
3answers
146 views

Need opinion regarding design/architecture of a web application

I am working on a web application which needs to get data from some local and some non local resources and then display it. As it could take arbitrary amount of time to get the data from these …
0
votes
1answer
49 views

Server Push vs Server pull in IIS

Hi, I was thinking of building a chat application in ASP .NET. I was thinking of either using push or pull. I have found that pull is more scalable than push. But does any body know if the web chat …
1
vote
1answer
159 views

Multiple iPhone APN messages, single connection.

I have a strange issue. I'm trying to get Apple Push Notifications working with Python. I can connect and send individual messages without a problem. The issues pop up when I start sending more than …
4
votes
2answers
133 views

How to send a push notification using Erlang?

I'm trying to send a push notification to APNs using Erlang. This is the code I came up with so far: -module(apnstest2). -export([connect/0]). connect() -> application:start(ssl), …
0
votes
2answers
66 views

How long is an APNS token valid for?

With APNS, when a device registers, how long is the token it registers with good for? The entire time the app is installed? I seem to recall a note in the documentation saying it was only good until …
0
votes
2answers
91 views

After pushViewController, how to disable the backBarButtonItem?

After pushViewController, how to disable the backBarButtonItem, that going back will not be possible? tnx :)
0
votes
1answer
33 views

How does push work on ipod touch with respect to auth credentials ?

I installed this instant messenger program called IM+ that keeps your accounts online even when you exit the application (you know... touch: only one app at a time) it accepts push deliveries to …

1 2 3 4 5 next
15 30 50 per page