1
billychow 2010-09-30 10:05:06 +08:00
|
3
zhaiduo 2010-09-30 10:12:53 +08:00
http://www.rumpetroll.com/ WebSocket Sperm~
|
4
billychow 2010-09-30 10:27:45 +08:00
我觉得问题根本不是在于是否作为 SERVER,而是 GAE 的限制,你不能创建一个持久的链接,无论是 pull 还是 push...
"For instance, a call to a method that attempts to open a socket or write to a file will raise an exception." from: http://code.google.com/appengine/docs/whatisgoogleappengine.html |
5
billychow 2010-09-30 17:37:50 +08:00
刚刚似乎找到了一个可能:Channel API
但是似乎还没有开放,只能申请体验 https://spreadsheets.google.com/a/google.com/viewform?formkey=dGFxQ1A4T1BSYWxNdFlYVFhUcmg2amc6MQ |
6
Livid MOD I'll study it.
|
7
lamengao 2010-09-30 17:42:55 +08:00
Building real-time web apps with App Engine and the Feed API
http://goo.gl/zrbc |
9
billychow 2010-09-30 18:55:22 +08:00
嗯,Google I/O 上也有讲过,还放了 DEMO。
不过现在还没有开放,非常期待这个功能,因为我目前做的一个应用就是 pull,而由于 gae 的计划任务限制最小间隔时间为 1 分钟,所以实时性不能保障,有些浪费资源。 |
10
lamengao 2010-09-30 19:15:52 +08:00
GAE的roadmap中有对Comet的支持,就是不知道是什么时候了。
http://code.google.com/appengine/docs/roadmap.html |