[dev] horde/scripts/alarms.php

Didi Rieder adrieder at sbox.tugraz.at
Thu Jul 10 21:45:08 UTC 2008


Quoting Matt Selsky <selsky at columbia.edu>:

>> This works now, its still a lot of queries but they get closed now.
>>
>> mysql> SHOW GLOBAL STATUS LIKE 'Com_stmt_%';
>> +-------------------------+--------+
>> | Variable_name           | Value  |
>> +-------------------------+--------+
>> | Com_stmt_close          | 59598  |
>> | Com_stmt_execute        | 101910 |
>> | Com_stmt_fetch          | 0      |
>> | Com_stmt_prepare        | 101910 |
>> | Com_stmt_reset          | 0      |
>> | Com_stmt_send_long_data | 0      |
>> +-------------------------+--------+
>> 6 rows in set (0.00 sec)
>>
>> There might be other places too, where the prepared statements don't get
>> freed.
>
> Agreed.  I only looked at that one file so far.  Do you know how to view
> the contents of the query cache?

Unfortunately no :-(

>
>> I noticed that the alarms do not get sent via the mailer config
>> specified in conf.php
>> $conf['mailer']...
>> but rather over the local sendmail. I think this should be changed to.
>
> Another developer will have to comment on this.

Ok, thanks

Didi

-- 
-------------------------
Didi Rieder
adrieder at sbox.tugraz.at
PGPKey ID: 3431D0B0
-------------------------



More information about the dev mailing list