search for: mysqlstats_en

Displaying 2 results from an estimated 2 matches for "mysqlstats_en".

2013 Aug 06
0
MySQL Stats
...again, but there is an increment of an internal counter. Icecast tries to "reopen" MySQL connection for a maximum of 3 times, as defined in MYSQLSTATS_DBCHECK_RETRY_MAX. During the mysql-down period, all functions related to MySQL are skipped automatically using a global variable called mysqlstats_enabled. All statements regarding this variable, including conditional checks and assignments, are included between mutex lock and unlock, so there isn't the possibility that the connection is voluntarily closed during other threads' operations. After 3 retries, MySQL Stats are definitively d...
2013 Aug 06
2
MySQL Stats
Lucca, What happend if the DB server is not up? Thanks, Ale 2013/8/6 Basil Mohamed Gohar <basilgohar at librevideo.org> > On 08/06/2013 02:09 PM, Luca Cireddu wrote: > > Just a little preview of the browsing interface: > > https://github.com/sardylan/icecast-mysql-phpstats/wiki > > > > As you can see, I created a new repository for the PHP part of stats. >