Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple HTTP pooling #155

Open
Choobz opened this issue Aug 21, 2017 · 0 comments
Open

Simple HTTP pooling #155

Choobz opened this issue Aug 21, 2017 · 0 comments

Comments

@Choobz
Copy link

Choobz commented Aug 21, 2017

Hi,

From my understanding of the Atmosphere Specification, simple http pooling should be available :
https://github.com/Atmosphere/wasync/wiki/Atmosphere-Client-Specification-1.0#transports-supported

I can't find anywhere.

Due to the lack of async servlet on our application server, coupled with the sudden influx of 16k clients, we need a simple http pooling to avoid an explosion of threads on our servers. We're currently using http long-polling.

The servers will be upgraded at the end of next year and we should be able to use Websockets at the same time.
In the meantime though, we're stuck with a suboptimal solution of simple http pooling.

Did I miss something ? Would it be possible to develop a simple implementation of simple http pooling on our end or would that be a daunting task ?

Thanks for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant