Implement Comet / Server push in Google App Engine in Python

后端 未结 6 1740
盖世英雄少女心
盖世英雄少女心 2021-02-02 09:46

How can I implement Comet / Server push in Google App Engine in Python?

6条回答
  •  不要未来只要你来
    2021-02-02 10:45

    At this time, I would rule out doing Comet in App Engine (any language). Comet is based on long-lived HTTP connections, and App Engine will time out any single connection in about 30 seconds or so at most; it's hard to conceive of a worse match!

提交回复
热议问题