how does falcon handling forking as it relates to database connections? #283
Replies: 3 comments
-
I see this thing: https://socketry.github.io/falcon/guides/rails-integration/index#isolation-level - but wrapping all our calls to active record in a mature codebase is infeasible. |
Beta Was this translation helpful? Give feedback.
-
We should update that documentation, Since Falcon does not fork while handling application code, so you should not need any such handlers. |
Beta Was this translation helpful? Give feedback.
-
Thanks. Some updated documentation would be very welcome. I think we're so used to forking severs and how to deploy those, anything different than that leaves a lot to discover :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
in puma land, we usually do something like this:
pseudocode:
Is there a corollary in falcon?
Beta Was this translation helpful? Give feedback.
All reactions