http://www.perlmonks.org?node_id=1233319


in reply to Re^2: Mojolicious and connection to a database
in thread Mojolicious and connection to a database

hmm.. maybe try testing by putting a load on the web server and see how many connections you have to the database? I would think if that part is not working right you would see either increasing number of connections to the database up to some ceiling or your pages not getting data from the database. If I understand your concern correctly.