|
From: Lionel B. <lio...@bo...> - 2007-02-04 21:11:28
|
Lionel Bouton wrote the following on 04.02.2007 20:32 : > Just a quick line. > > I commited some changes in the 1.7.x branch: > - SQLgrey now optionally cache prepared statements (by default it no > longer does). This is an attempt to workaround the memory leaks that > occur with some DBI/DBD versions. People looking for the best > performance will have to use db_prepare_cache = 1 in the configuration file. > - Added "Reuse => 1". This should allow SQLgrey to restart more quickly. > - Removed a warning log message when there's no entry in the config > table (this occurs when we look for the db_last_cleanup entry for the > first time). > > Lionel, now going after the syslog-related crash. > Syslog related crashes are fixed in CVS (I went the "eval" way for the curious). There is only one last problem : SQLgrey can't start if syslog doesn't work (nothing much to do here I believe). It only support syslog being shutdown during operation. This should take care of the problems people reported though. This is in the 1.7.x branch. 1.6 backport and a 1.6.8 release will follow later. Lionel |