[google-appengine] Re: Using app engine for iPhone message push

2009-04-14 Thread Marco Borromeo
Would be cool if GAE team could setup a new API to let us interface with iPhone push service. I created a feature request for this, star it if you want ;) http://code.google.com/p/googleappengine/issues/detail?id=1291 2009/4/12 RSW ronald.s.w...@gmail.com: Yes, sadly, it is a binary data,

[google-appengine] Re: Using app engine for iPhone message push

2009-04-14 Thread Bryan
Someone seems to have created that request- http://code.google.com/p/googleappengine/issues/detail?id=1164colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component On Apr 13, 11:47 pm, Marco Borromeo ma...@marco-borromeo.com wrote: Would be cool if GAE team could setup a

[google-appengine] Re: Using app engine for iPhone message push

2009-04-13 Thread RSW
Yes, sadly, it is a binary data, one-way secure socket (no acknowledgement), but I guess it is not too surprising as a performance optimization. As a corporate programmer I see this for data sets like press releases and raw stock quote data; they are often streamed down a raw socket to ensure

[google-appengine] Re: Using app engine for iPhone message push

2009-04-11 Thread manschmidt
Nothing like this is announced yet. What exactly do you need ? Maybe it can be handled by another way. Every serious announcement is listed on the Roadmap (http:// code.google.com/appengine/docs/roadmap.html). - Arwed On Apr 11, 1:57 am, RSW ronald.s.w...@gmail.com wrote: I realize that the

[google-appengine] Re: Using app engine for iPhone message push

2009-04-11 Thread T.J. Crowder
Hi, If Apple is making the notification service available as a web app or web service, could you use a cron job doing a URLFetch? Apparently all push notifications will go through Apple servers, so they'll probably provide an HTTP-based API. FWIW, -- T.J. Crowder tj / crowder software / com

[google-appengine] Re: Using app engine for iPhone message push

2009-04-11 Thread Robert Christian
I am looking for Service for storing and serving large files ... looks like it is on the way! Thanks. On Sat, Apr 11, 2009 at 10:35 AM, manschmidt google...@tliff.com wrote: Nothing like this is announced yet. What exactly do you need ? Maybe it can be handled by another way. Every serious

[google-appengine] Re: Using app engine for iPhone message push

2009-04-11 Thread Marco Borromeo
Sadly, it's not an HTTP-based web service, and moreover it doesn't run on an HTTP/s port. We need a pure socket interface to talk with Apple push server. 2009/4/11 T.J. Crowder t...@crowdersoftware.com: Hi, If Apple is making the notification service available as a web app or web service,