in reply to Re^3: Database access and async web framework (like Mojolicious)
in thread Database access and async web framework (like Mojolicious)

Thank you very much for the detailed explanation.

it sounds like you actually were asking "what happens when a pre-forki +ng web app started with a database connection before it forked off it +s first worker, and then the worker tries to use that same handle".

Yes and thanks for the information. I will have this in mind when proceeding.