in reply to Database access and async web framework (like Mojolicious)

My concern is that because of the use of threads in such frameworks, keeping a DB handle over time will lead to problems.

The only way to quell or prove the anecdotal theories you have, is to test for yourself. Take the time to set up whatever DB configuration you want, then write an automated test suite to hammer the db code until it either breaks, or is usable beyond what you perceive to be acceptable.

FWIW, I prefer Dancer2, but I digress.

  • Comment on Re: Database access and async web framework (like Mojolicious)

Replies are listed 'Best First'.
Re^2: Database access and async web framework (like Mojolicious)
by Arunbear (Prior) on Dec 13, 2024 at 10:15 UTC
    Can you say more about why you prefer Dancer?