I'm looking forward to reduce the initialization time of MySQL when working on servlets. It looks like this is a hard thing to do, so I need a better solution.
Is there any preloaded way to solve this? Something like a pool or whatever? (I don't know what I'm talking about).
SCENARIO User sets login parameters. Press Login button. MySQL initializes (5 secs!!). Still loads... User thinks service is not working. User closes tabs.