Tony Devlin <[email protected]> wrote: > We have an issue where if a site is not accessed for around (average) 30 > minutes the next query will timeout, and it will timeout on all the workers > opened. IE: If I have two workers, then both of those workers will > timeout, even if the first one, > after timeout, starts to work. As soon as the second worker is called upon > it will timeout. Then everything runs perfectly good and great until the > site is not accessed for 30 minutes or more. Then the timeout issue starts > all over again.
This sounds like the idle timeout for MySQL (or similar) kicking in. What database(s) or other backends are you using? That said, we've had problems with hibernate/suspend in the past, so I'll double check.
