Are there any restrictions on keeping the connection alive
2 views
Skip to first unread message
Ram
unread,
Aug 30, 2009, 10:21:42 AM8/30/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello Guys,
We are Developing a solution which pushes a message/request back to
the Mobile. Hence we would like to keep the connection alive.
Are there any restrictions in place which prevents us from doing this?
We are developing using Java API.
Regards,
Ram.
Wooble
unread,
Aug 31, 2009, 12:09:13 PM8/31/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Yes. You can't do it at all. Requests must finish in 30 seconds or
they'll be terminated, and you can only send data back to the browser
when the request actually finishes.