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

Puma not killing live streaming threads #10948

Closed
egru opened this issue Jun 14, 2013 · 2 comments
Closed

Puma not killing live streaming threads #10948

egru opened this issue Jun 14, 2013 · 2 comments

Comments

@egru
Copy link

egru commented Jun 14, 2013

I'm currently using live streaming in the 4-0-stable branch and puma for my server. I noticed every time I refresh a page, puma will launch off a thread, but will not kill. Refreshing the page multiple times will ultimately slow the site down to a halt. This seems to be directly related to live streams in my controller. When I commented out the event listener in my coffeescript, puma kills threads just fine. I tried debugging the controller and the streams show that they close after every refresh, but puma still keeps the threads around.

@egru egru closed this as completed Jun 17, 2013
@joeellis
Copy link

@egru Having the same issue, did you eventually find a solution?

@egru
Copy link
Author

egru commented Jun 27, 2013

@joeellis nope. I opened a new issue for it here #10989.

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

2 participants