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

long pooling HTTP POST request #150

Closed pokal4u closed 10 years ago

pokal4u commented 10 years ago

HI,

Is possible to set long pooling HTTP POST request ?

I installed modules ngx_http_secure_link_module and HttpAccessKeyModule

Give me some examples for how to use above modules.

Thanks Pokal4u

wandenberg commented 10 years ago

What do you mean about "long pooling HTTP POST request ?"

pokal4u commented 10 years ago

Hi,

Yes And also how to use modules ngx_http_secure_link_module and HttpAccessKeyModule in long pooling? Thanks Pokal4u

wandenberg commented 10 years ago

Hi @pokal4u

sorry, but I still not understanding what do you want to know about use long polling with POST request. Can you explain better your doubt?

pokal4u commented 10 years ago

Hi, How to use modules ngx_http_secure_link_module and HttpAccessKeyModule in nginx push stream long pooling? Thanks Srinivas

wandenberg commented 10 years ago

ngx_http_secure_link_module and HttpAccessKeyModule are access modules and do not change the way push stream module works. Take a look on their documentation. There are examples on how you can work with them.