Page 1 of 1

master/slave question

Posted: Fri Jan 24, 2014 10:09 pm
by peter
Hello,

When you link a db to a 'master' tube... does it performs a SQL connection on every page request (every time a visitor enters my site) or it only connects on cron?

Please note i am refering to the SQL connection between the slave and the master DB, not between the slave and its own DB.

Thanks.

Re: master/slave question

Posted: Fri Jan 24, 2014 11:52 pm
by admin
Each time it needs to create a pages using master's thumbs DB

Re: master/slave question

Posted: Sat Jan 25, 2014 12:01 am
by peter
and how often it needs to create a page?

Re: master/slave question

Posted: Sat Jan 25, 2014 12:16 am
by admin
Well ..
If you have just 1 page - 1 time each X seconds where X is cache time.
if nobody visits that page - never.