What steps will reproduce the problem?
Try to use Long-polling with multiple http server
Please provide any additional information below.
Because class Connection's static attr "_notifications" cannot be shared
between different Python interpreter,the HttpChannel's "_notifyConnections"
method cannot trigger the "notification event" in other interpreter.