> Which OS/distribution do you use? If a Linux, do you have upstart jobs or a SystemV-init-system?
Actually it's Ubuntu 10.04.4. Apache is started by SystemV-Init system whereas mysql is an upstart script. As far as I know there is no simple solution to define the dependency that apache (or any sysvinit script) should start after mysql (any upstart script). If both would be of the same type, this would be fairly easy. Additional discussion on this topic can be found here: http://serverfault.com/questions/513526/force-apache-start-after-mysql As you can see in the solution posted on Serverfault, it's not quite optimal. Thus I thought that it would be better to tell Catalyst or I18N somehow to wait for the first Client-Request and THEN connect to mysql, instead of connecting at startup. --- Stefan _______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/