Choosing and deploying a comet server

前端 未结 6 483
自闭症患者
自闭症患者 2020-12-08 05:23

I want to push data to the browser over HTTP without killing my django/python application.

I decided to use a comet server, to proxy requests between my application

6条回答
  •  萌比男神i
    2020-12-08 06:17

    One option is Netty, client-server socket framework based on Java NIO from JBoss. For a comparison and discussion see here. It reportedly handles 100000 simultaneous open connections on a quad-core server.

提交回复
热议问题