John Cameron wrote:

Thankyou! We are using connect_on_init, so this may explain our problem.
What happens if I turn off connect_on_init? Do I need to change our code in
any way? Or will the connection be made automatically?

The connection will be made when you first do a DBI connect in that process. When you use connect_on_init, it is made when the child process spawns.

You would still be advised to move the static files to another server.

- Perrin

Reply via email to