Marcin Sołtysiak <[EMAIL PROTECTED]> wrote:

> Hi,

Hi!
 
> 1. On dragoon, lots of mysql messages like:
> 
> Aborted connection 1179872 to db: 'vox_bw' user: 'midgard' host: 'helioos' 
> (Got timeout reading communication packets)
> Aborted connection 1179872 to db: 'vox_bw' user: 'midgard' host: 'helioos' 
> (Got an error reading communication packets)

I wuld focus on this issue only. Other ones are related and mainly started here 
IMO. 

I think there are two possible cases:

 * Problem with mysql server <->client 
        - connection timeout 
        - max clients

 * Apache ( for some weird reason ) uses threads instead of forks.
midgard-apache module only initializes connection using mysql client libraries.
Later, connection pointer is "stored" in fork model of core ( absolutely not 
thread safe )

Anything interesting in mysql error logs?

Piotras

_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user

Reply via email to