View Full Version : Just to complain
Flyingbull
02-16-2009, 07:45 PM
Here is a thought, either change the settings in PHP.ini to allow for a longer timeout for you mysql db, or move it to the same server as your website. I know that I've actually had to move sites because of the time drag between a database server and the website. GoDaddy.com is one of the worst, but others do it too.
server seems to be getting hit pretty hard atm too gettin sad pageloads lol. im thinking the additional traffic from the toolkit and its advertisment on digg aint helpin lol
dhrandy
02-16-2009, 10:03 PM
Same here with failed page loads.
Bryce W
02-17-2009, 01:19 AM
I hear you. Technibble is running a dedicated server and the MySQL database is on the same server. Right now, the server is getting slammed with traffic from being on the front page of Digg and then a heap of other sites finding Technibble on Digg, then linking to it themselves.
Digg is enough to make any server cry: http://digg.com/tech_news/A_Computer_Repair_Utility_Kit_You_Can_Run_From_a_T humb_Drive
Then of course we have Lifehacker: http://lifehacker.com/5154441/computer-repair-utility-kit-packs-dozens-of-tools-in-one-portable-package
Hang tight, it should be better soon.
Flyingbull
02-17-2009, 10:17 AM
I hear you. Technibble is running a dedicated server and the MySQL database is on the same server. Right now, the server is getting slammed with traffic from being on the front page of Digg and then a heap of other sites finding Technibble on Digg, then linking to it themselves.
Digg is enough to make any server cry: http://digg.com/tech_news/A_Computer_Repair_Utility_Kit_You_Can_Run_From_a_T humb_Drive
Then of course we have Lifehacker: http://lifehacker.com/5154441/computer-repair-utility-kit-packs-dozens-of-tools-in-one-portable-package
Hang tight, it should be better soon.
I had a similar problem with PHP Nuke, it's one of the reasons why I don't use it any more, when our site started getting a lot of hits, it started failing connections, etc.. It is because each page needs to be compiled on demand, I have had similar problems with my older .asp/vb sites, but not as bad since I don't have a 100% database driven sites. I leave aspects of it static, and only leave the parts that needed to be generated, well that way.
Now WordPress is interesting, it doesn't seem to have the same performance issues, but I haven't seen it under stress yet, so I don't know.
Anyway, I hope your site gets better, I do enjoy posting (whining) in here,
Later!
Bryce W
02-17-2009, 11:01 AM
Wordpress has some caching abilities which I should get working. I should also clean up the layout a bit so it requires less CPU/SQL calls. Check out what I had to do to the Computer Repair Utility Kit page so it could survive a vicious raping from Digg: http://www.technibble.com/computer-repair-utility-kit/
Flyingbull
02-17-2009, 12:09 PM
Wordpress has some caching abilities which I should get working. I should also clean up the layout a bit so it requires less CPU/SQL calls. Check out what I had to do to the Computer Repair Utility Kit page so it could survive a vicious raping from Digg: http://www.technibble.com/computer-repair-utility-kit/
Heh, I've done that myself once or twice when I was using PHP Nuke. You know, just for the sake of keeping appearances you might try this, grab the source of the page, (View source, save to a handy folder) edit the page to have your article with the layout elements, and take the elements that refer to login or status out. Since most layout engines use nested tables, it shouldn’t be too difficult to take it out and replace it with a non breaking space
Flyingbull
02-17-2009, 01:24 PM
Heh, I've done that myself once or twice when I was using PHP Nuke. You know, just for the sake of keeping appearances you might try this, grab the source of the page, (View source, save to a handy folder) edit the page to have your article with the layout elements, and take the elements that refer to login or status out. Since most layout engines use nested tables, it shouldn�t be too difficult to take it out and replace it with a non breaking space
Ok, just because I wasn't sure if I was being clear, I gave an example of what I meant attached (I think it attached anyway).
Bryce W
02-17-2009, 02:23 PM
Thanks for the suggestion. I did that originally. However, servers CPU goes up to unmanagable loads whenever I do it (because of the extra image loading probably). So I had to revert it to the basic page again.
Flyingbull
02-17-2009, 06:07 PM
Thanks for the suggestion. I did that originally. However, servers CPU goes up to unmanagable loads whenever I do it (because of the extra image loading probably). So I had to revert it to the basic page again.
Your image is only like 18k the page is like 31k by itself, it would have to be something else, I would look more at the google code, I would guess that it was in there twice, having to load google add script more than once might have eaten up your bandwidth more than that image.
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.