Exactly what I want is: when the system resource is not enough to add a new subscriber, how to disconnect(may be randomly) an existing subscriber to make room for that newly registered one?
In client side, the browser will terminate that disconnected ajax(chunked) call with some timeout(Is it 4sec?) delay. Then I reconnect it later.
By the way,
how can I get the no. of existing subscribers registered by push_list_add()?