Pixelated a phpBB Template by SkaidonDesigns
 
Cheapest Web Software Support Area Forum Index www.cheapestwebsoftware.com
Play with the Best, be the Best!
Cheapest Web Software
FAQ
Search
Memberlist
Usergroups
Profile
Log in to check your private messages
Log in

The Mightiest Webmaster Solutions Ever
Porn Blog Space
Porn Blog Space
Blogs Automater
Blogs Automater
Links Organizer
Links Organizer
Kaktusan Cash
Kaktusan Cash

Haven't registered yet? Do it here now!
Slow Server Problems

 
Post new topic   Reply to topic    Cheapest Web Software Support Area Forum Index -> Blogs Organizer
View previous topic :: View next topic  
Author Message
Carl0s2



Joined: 26 Jun 2008
Posts: 48

PostPosted: Fri Jul 22, 2011 10:05 am    Post subject: Slow Server Problems Reply with quote
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?
Back to top
View user's profile Send private message

Author Message
Atanasis
Owner


Joined: 22 May 2004
Posts: 4284
Location: The Net

PostPosted: Fri Jul 22, 2011 5:18 pm    Post subject: Reply with quote
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

Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number

Author Message
Carl0s2



Joined: 26 Jun 2008
Posts: 48

PostPosted: Fri Jul 22, 2011 5:21 pm    Post subject: Reply with quote
OK, thanks. Is there a way to turn stats off? I use separate stats program so I never look at the BO stats.
Back to top
View user's profile Send private message

Author Message
Carl0s2



Joined: 26 Jun 2008
Posts: 48

PostPosted: Fri Jul 22, 2011 6:22 pm    Post subject: Reply with quote
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.
Back to top
View user's profile Send private message

Author Message
Atanasis
Owner


Joined: 22 May 2004
Posts: 4284
Location: The Net

PostPosted: Sat Jul 23, 2011 11:26 am    Post subject: Reply with quote
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

Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number

Display posts from previous:   
Post new topic   Reply to topic    Cheapest Web Software Support Area Forum Index -> Blogs Organizer All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
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