Skip to content

how does falcon handling forking as it relates to database connections? #282

Description

@josh-m-sharpe

in puma land, we usually do something like this:

pseudocode:

before_fork do
  disconnect_database_connection
end

after_fork do
  reconnect_database_connection
end

Is there a corollary in falcon?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions