wandenberg / nginx-push-stream-module

A pure stream http push technology for your Nginx setup. Comet made easy and really scalable.
Other
2.22k stars 295 forks source link

Strings are stuck in the server on massive post. #63

Closed babynewton closed 11 years ago

babynewton commented 11 years ago

I'm using nginx-1.2.4 and I'm using the configuration in the example. I posted a string(length doesn't matter) to /pub by 10ms period. I found 10% of strings are stuck in the server. I.E., when I post a string for 300 times, /ws got only 280 strings. I'm newbie at this module, I have no idea where I should start. Where should I dig first? Thank you in advance.

wandenberg commented 11 years ago

Hi Newton,

which version of the module are you using (if using master send the commit you are using)? send your configuration file too.

When you have any question send it to the group list, let the issues for bug tracking and feature request ;)

Regards, Wandenberg

babynewton commented 11 years ago

Hi Wandenberg, Thank you for hearing from me.

I'm using the latest version.

I'm newbie at github. where is bug tracking or feature request? I looked around your host, but I couldn't find them.

wandenberg commented 11 years ago

Problem solved, already on master