panakin Posted August 18, 2011 Share Posted August 18, 2011 Hi all, We need some help with this enviroment. I have a website which has 3 webservers. Now to keep the coherence of the pages I have a main webserver where I change the files of the projects and a redaktional system copies/overwrite the files to the rest of the webservers. I have implemented a php caching system which generated the cache file in the main webserver and redaktional copy this cache files to the rest of the webservers (more than 17 millions of pages) This redaktional system is very slow and sometimes we have a lot of problems because it dont copy the files, etc. Do you know another way to develop this enviroment? A PHP page cache system on 3 webservers and show the same version of the page on 3 webservers Thanks for all Quote Link to comment https://forums.phpfreaks.com/topic/245129-caching-a-php-page-in-a-multiserver-enviroment/ Share on other sites More sharing options...
.josh Posted August 18, 2011 Share Posted August 18, 2011 what...what kind of site has 17 million pages?!? Quote Link to comment https://forums.phpfreaks.com/topic/245129-caching-a-php-page-in-a-multiserver-enviroment/#findComment-1259088 Share on other sites More sharing options...
panakin Posted August 18, 2011 Author Share Posted August 18, 2011 A big big big website I have about 1.500.000 pages in 12 languages...so it is possible about 17.000.000 of URL diferents..... Quote Link to comment https://forums.phpfreaks.com/topic/245129-caching-a-php-page-in-a-multiserver-enviroment/#findComment-1259185 Share on other sites More sharing options...
MasterACE14 Posted August 19, 2011 Share Posted August 19, 2011 so it is possible about 17.000.000 of URL diferents..... 18,000,000 * what...what kind of site has 17 million pages?!? One that I imagine is very... very... poorly designed. Quote Link to comment https://forums.phpfreaks.com/topic/245129-caching-a-php-page-in-a-multiserver-enviroment/#findComment-1259267 Share on other sites More sharing options...
Philip Posted August 19, 2011 Share Posted August 19, 2011 The thought of 18 million pages, my server cries in pain. Quote Link to comment https://forums.phpfreaks.com/topic/245129-caching-a-php-page-in-a-multiserver-enviroment/#findComment-1259302 Share on other sites More sharing options...
.josh Posted August 19, 2011 Share Posted August 19, 2011 I'm serious though...wtf kind of site has that many individual pages? I can't even begin to imagine a site that would have that many "pages" worth of content except for a frakkin' library...but even then, why would they be individual pages and not stored in db with a template? Surely the real answer here involves cutting down how many physical pages you have... Quote Link to comment https://forums.phpfreaks.com/topic/245129-caching-a-php-page-in-a-multiserver-enviroment/#findComment-1259398 Share on other sites More sharing options...
MasterACE14 Posted August 19, 2011 Share Posted August 19, 2011 maybe... just maybe... he's aiming for a guiness world record? Quote Link to comment https://forums.phpfreaks.com/topic/245129-caching-a-php-page-in-a-multiserver-enviroment/#findComment-1259402 Share on other sites More sharing options...
panakin Posted August 19, 2011 Author Share Posted August 19, 2011 Hi guys I need a solution je je je. It is the same as website has 17 millions of URLs or only 500....Does anyone has an idea to develop this enviroment? For Crayon Violent I use mod rewrite. I have not 17 millions of pages files....but if I have 17 millions of cache files.... I dont know if I get what you understand me... Thanks Quote Link to comment https://forums.phpfreaks.com/topic/245129-caching-a-php-page-in-a-multiserver-enviroment/#findComment-1259539 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.