You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.
Now that there is the TaskFiber.backtrace option provided by @kenichi, I've been able to pinpoint where Reel is holding open actors in pools of request handlers. It's here:
Thanks for the reference @tarcieri. I will move over to this after celluloid/celluloid#406 if it's not resolved by the time I finish that. It's critical path for me, so it'll be no problem to come in on it and help land this.
Now that there is the
TaskFiber.backtrace
option provided by @kenichi, I've been able to pinpoint whereReel
is holding open actors in pools of request handlers. It's here:This is likely an issue with
Celluloid::IO
streams, but it is most felt inReel
I believe.There needs to be the ability to provide a timeout so it eventually lets go of the socket, and releases actors handling requests back to their pool.
The text was updated successfully, but these errors were encountered: