[dev] horde/scripts/alarms.php
Matt Selsky
selsky at columbia.edu
Thu Jul 10 21:01:51 UTC 2008
> 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?
> 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.
More information about the dev
mailing list