nginx-push-stream-module
nginx-push-stream-module copied to clipboard
A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
This PR allows to use `push_stream_max_messages_stored` and `push_stream_message_ttl` in `server` and `location`. One thing this PR does **not** handle is taking into account the above-mentioned settings in regard to EVENT...
What appears to be happening is that a slow client of a push stream channel will eventually fall back far enough to receive data from another channel. I can reproduce...
Kudos @wandenberg for your work on the module. I've written a C-based socket client which interfaces with nginx/nginx-push-stream-module and is meant to receive streams from the server after they were...
I have multiple server instances defined in `/etc/nginx/sites-available` and enabled in `/etc/nginx/sites-enabled`, running on different ports for separation of concerns. Standard configurations, say: instance A: ``` server { listen 5601;...
Hello! I'm having a problem with large trash queue. It grows slowly. version of push-stream-module 0.5.4 ``` $ nginx -V 2>&1 | sed 's/--/\n--/g' nginx version: nginx/1.10.2 built by gcc...
Add the functionality to multiple servers works as a cluster, without use external tools like redis or memcached
Long polling - missing eventid parameter
Hi, @wandenberg It looks like that push stream module statistics can display wrong values for "stored_messages". For example, it now looks like this: ``` {"hostname": "my-hostname", "time": "2017-11-24T09:00:25", "channels": 2977,...
Hello. As I can see in the `push_stream_shared_memory_size` description: The size of the memory chunk this module will use to store published messages, channels and other shared structures. When this...