rack-fiber_pool
rack-fiber_pool copied to clipboard
Rails 4
Has this been tried with Rails 4? I've been using it, and it works, but sometimes I get a "recursive locking" error, which seems odd since I'm not doing any locking (just Fiber yield/resume). Googling the error gives me information about something to do with thread-safe but not-fiber-safe code being an issue? I'm not sure.
I have not tried with Rails 4. I think a backtrace would be helpful here. Are you able to provide this and any other relevant information?
I don't get a backtrack because it happens in the Thin guts. I'll see if I can produce a simple test-case app to demonstrate.
Which version of Thin?
Thin 1.6.2
It's not happening to me with my fork. https://github.com/ShogunPanda/rack-fiber_pool. Give it a try.