|
Haven't registered yet? Do it here now!
|
Carl0s2
Joined: 26 Jun 2008 Posts: 48
|
|
|
|
|
|
|
Posted: Fri Jul 22, 2011 10:05 am Post subject: Slow Server Problems |
|
|
|
|
|
|
|
|
|
|
I'm running BO version 3.5 on a VPS with 256MB RAM. I have around 160 domains doing about 14K page views a day. In the last few days I've been getting slow server response and contacted the host. This was their reply...
Quote: | We've investigated this in detail, and the issue definitely looks like Blogs Organizer connecting back to itself. This is based on running debug traces on the Apache processes after they stopped responding to normal requests; in every instance, they were waiting on a socket connection that was never freeing up. You might try contacting the author of the script to see if they have any recommendations. |
I'm using cURL for includes in BO and I also use LO with cURL includes. I'm thinking that swithing to local linking for LO might help (all my sites are now on one server). Is it possible to use local linking for BO as well? |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Fri Jul 22, 2011 5:18 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
Hi there,
yes using local includes would improve the performance a bit. There are no local includes for BO as it can't work that way..
Anyways, you might consider upgrading your hosting plan in the near future as you always must have some free resources in advance for traffic peaks... _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
Carl0s2
Joined: 26 Jun 2008 Posts: 48
|
|
|
|
|
|
|
Posted: Fri Jul 22, 2011 5:21 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
OK, thanks. Is there a way to turn stats off? I use separate stats program so I never look at the BO stats. |
|
|
|
|
|
|
|
Carl0s2
Joined: 26 Jun 2008 Posts: 48
|
|
|
|
|
|
|
Posted: Fri Jul 22, 2011 6:22 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
I was just playing around and it seems that local includes will work in index.php and bopost.php...
index.php
Code: |
<?php
@error_reporting(0);
@ini_set('display_errors',0);
@ini_set('expose_php', 'Off');
@include "/web/sites/carl0s2/mydomain.com/bo/boblogs/blog12.php";
?> |
bopost.php
Code: |
<?php
@error_reporting(0);
@ini_set('display_errors',0);
@ini_set('expose_php', 'Off');
$blog = 12;
@include "/web/sites/carl0s2/mydomain.com/bo/bopost.php";
?> |
For some reason the same trick won't work on pages.php though. |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Sat Jul 23, 2011 11:26 am Post subject: |
|
|
|
|
|
|
|
|
|
|
yes, as i said local includes can't be used within BO. Only certain files can use them, but depending on the features of the blog that could cause problems as well..
To turn the stats, either simply make the /bo/bo-in.php a blank file or in the blog linking files remove the line:
@include 'track.php'; _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|
|
|
|
| |