<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Updates on Bluehost server status</title>
	<atom:link href="http://www.webhostingsecretrevealed.com/updates-news/updates-on-bluehost-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webhostingsecretrevealed.com/updates-news/updates-on-bluehost-server/</link>
	<description>Hosting up a new website? Read our unbiased review and helpful how-to guides on web hosting services.</description>
	<lastBuildDate>Tue, 27 Jul 2010 16:50:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Frank</title>
		<link>http://www.webhostingsecretrevealed.com/updates-news/updates-on-bluehost-server/comment-page-1/#comment-3772</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Mon, 05 Oct 2009 14:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.webhostingsecretrevealed.com/?p=839#comment-3772</guid>
		<description>Hi, my website have the sample problem again, and when i talk with support, they said, they can do nothing. :( that is really bad. Here is the suggestion , but in fact we can do nothing to our database....

&lt;blockquote&gt;&lt;strong&gt;What are CPU Quota/Suspension Errors?&lt;/strong&gt;

CPU Quota/Suspensions Errors are used as a maintenance tool to help avoid server lockups by preventing customers from running inefficient scripts that monopolize unnecessary CPU time and slow your server down.

&lt;strong&gt;Why do I get CPU Quota/Suspension Errors?&lt;/strong&gt;

CPU Quota/Suspension Errors are currently triggered by a single process taking more than 30 CPU seconds to run or if your total processes take more than 40 CPU seconds in any 60 second window. They are set up like this to avoid server lockups. Your site will generally come back up after 5-10 minutes of suspension. In some cases the following issues may trigger CPU Quota/Suspension Errors:
&lt;ul&gt;
	&lt;li&gt;Over sized and unnecessary database queries can lead to performance issues. Optimize your applications to use less CPU by adding appropriate indeces (index) to your MySQL tables. Click here to learn more about Optimizing MySQL: Queries and Indexes&lt;/li&gt;
	&lt;li&gt;Poorly coded .php scripts may lead to extended processing times. Try using static .html documents instead of .php scripts; doing so will practically eliminate CPU Quota Suspension/Errors&lt;/li&gt;
&lt;/ul&gt;

&lt;strong&gt;How can I prevent more CPU Quota/Suspension Errors?&lt;/strong&gt;

If you receive several CPU Quota/Suspension Errors a day or notice this to be a repetitive issue, we encourage you to consult your personal designer, programmer or webmaster. As these issues are the account holders responsibility to resolve, BlueHost Technical Support is not authorized to troubleshoot your scripting or database programming issues on your behalf. Please have your designer, programmer or webmaster review your detailed log files by doing the following:

1. Log into your BlueHost Control Panel.

2. Locate the Files menu.

3. Locate and click on the File Manager icon.

4. When the Directory Selection menu loads select the Home Directory option.

5. This will take you to the Root ( / ) directory of your File Manager.

6. Locate and double click on the tmp folder.

7. Inside this folder there are two folders that may have information pertaining to this issue; the cpu_exceeded_logs and mysql_slow_queries.

8. The cpu_exceeded_logs folder will contain individual log files listed in order by date. If you wish to view the details of these log files right click on the file you would like to open and select View from the drop down list.

Important: The cpu_exceeded_logs contain important information about which processes you were running and their lengths that coincide with your cpu exceeded errors.

Example:
Fri Jul 7 17:07:36 2006: used 716.27 seconds of cpu time for HTTP Request: yourdomain.com: GET /img_yourproducts/shop_images_026.jpg HTTP/1.1
Fri Jul 7 17:07:37 2006: used 0.18 seconds of cpu time for HTTP Request: yourdomain.com: GET /img_yourproducts/shop_images_027.jpg HTTP/1.1


9. The mysql_slow_queries folder will contain individual log files listed in order by date. If you wish to view the details of these log files right click on the file you would like to open and select View from the drop down list.

Important: The mysql_slow_queries contain important information about which queries you were running and their lengths that coincide with your mysql_slow_queries errors. These will appear much like the above logs. only providing details on your particular mysql queries.

Example:

    Tue Aug 28 11:54:54 2007:
    Query_time: 4 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
    use yourdoma_yourdoma;
    update SS_categories set viewed_times=viewed_times+1 where categoryID=&#039;665&#039;

    Tue Aug 28 11:54:56 2007
    Query_time: 2 Lock_time: 0 Rows_sent: 0 Rows_examined: 0
    update SS_products set viewed_times=viewed_times+1 where productID=&#039;21925&#039;


Once again if you are unable to resolve this issue yourself we recommend that you consult your personal designer, programmer or webmaster. If you have already done so and feel your situation warrants review by our Technical Support department please fill out our online CPU Exceeded Error Form.Let our World Class U.S. based Support Team help answer your questions. Please allow (24-48 hours) for a response.



Thank you,
Scott
Technical Support Engineer
BlueHost.com
888.401.4678 
&lt;/blockquote&gt;




Does anyone can help me ?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, my website have the sample problem again, and when i talk with support, they said, they can do nothing. <img src='http://www.webhostingsecretrevealed.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  that is really bad. Here is the suggestion , but in fact we can do nothing to our database&#8230;.</p>
<blockquote><p><strong>What are CPU Quota/Suspension Errors?</strong></p>
<p>CPU Quota/Suspensions Errors are used as a maintenance tool to help avoid server lockups by preventing customers from running inefficient scripts that monopolize unnecessary CPU time and slow your server down.</p>
<p><strong>Why do I get CPU Quota/Suspension Errors?</strong></p>
<p>CPU Quota/Suspension Errors are currently triggered by a single process taking more than 30 CPU seconds to run or if your total processes take more than 40 CPU seconds in any 60 second window. They are set up like this to avoid server lockups. Your site will generally come back up after 5-10 minutes of suspension. In some cases the following issues may trigger CPU Quota/Suspension Errors:</p>
<ul>
<li>Over sized and unnecessary database queries can lead to performance issues. Optimize your applications to use less CPU by adding appropriate indeces (index) to your MySQL tables. Click here to learn more about Optimizing MySQL: Queries and Indexes</li>
<li>Poorly coded .php scripts may lead to extended processing times. Try using static .html documents instead of .php scripts; doing so will practically eliminate CPU Quota Suspension/Errors</li>
</ul>
<p><strong>How can I prevent more CPU Quota/Suspension Errors?</strong></p>
<p>If you receive several CPU Quota/Suspension Errors a day or notice this to be a repetitive issue, we encourage you to consult your personal designer, programmer or webmaster. As these issues are the account holders responsibility to resolve, BlueHost Technical Support is not authorized to troubleshoot your scripting or database programming issues on your behalf. Please have your designer, programmer or webmaster review your detailed log files by doing the following:</p>
<p>1. Log into your BlueHost Control Panel.</p>
<p>2. Locate the Files menu.</p>
<p>3. Locate and click on the File Manager icon.</p>
<p>4. When the Directory Selection menu loads select the Home Directory option.</p>
<p>5. This will take you to the Root ( / ) directory of your File Manager.</p>
<p>6. Locate and double click on the tmp folder.</p>
<p>7. Inside this folder there are two folders that may have information pertaining to this issue; the cpu_exceeded_logs and mysql_slow_queries.</p>
<p>8. The cpu_exceeded_logs folder will contain individual log files listed in order by date. If you wish to view the details of these log files right click on the file you would like to open and select View from the drop down list.</p>
<p>Important: The cpu_exceeded_logs contain important information about which processes you were running and their lengths that coincide with your cpu exceeded errors.</p>
<p>Example:<br />
Fri Jul 7 17:07:36 2006: used 716.27 seconds of cpu time for HTTP Request: yourdomain.com: GET /img_yourproducts/shop_images_026.jpg HTTP/1.1<br />
Fri Jul 7 17:07:37 2006: used 0.18 seconds of cpu time for HTTP Request: yourdomain.com: GET /img_yourproducts/shop_images_027.jpg HTTP/1.1</p>
<p>9. The mysql_slow_queries folder will contain individual log files listed in order by date. If you wish to view the details of these log files right click on the file you would like to open and select View from the drop down list.</p>
<p>Important: The mysql_slow_queries contain important information about which queries you were running and their lengths that coincide with your mysql_slow_queries errors. These will appear much like the above logs. only providing details on your particular mysql queries.</p>
<p>Example:</p>
<p>    Tue Aug 28 11:54:54 2007:<br />
    Query_time: 4 Lock_time: 0 Rows_sent: 0 Rows_examined: 0<br />
    use yourdoma_yourdoma;<br />
    update SS_categories set viewed_times=viewed_times+1 where categoryID=&#8217;665&#8242;</p>
<p>    Tue Aug 28 11:54:56 2007<br />
    Query_time: 2 Lock_time: 0 Rows_sent: 0 Rows_examined: 0<br />
    update SS_products set viewed_times=viewed_times+1 where productID=&#8217;21925&#8242;</p>
<p>Once again if you are unable to resolve this issue yourself we recommend that you consult your personal designer, programmer or webmaster. If you have already done so and feel your situation warrants review by our Technical Support department please fill out our online CPU Exceeded Error Form.Let our World Class U.S. based Support Team help answer your questions. Please allow (24-48 hours) for a response.</p>
<p>Thank you,<br />
Scott<br />
Technical Support Engineer<br />
BlueHost.com<br />
888.401.4678
</p></blockquote>
<p>Does anyone can help me ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FatCow vs BlueHost: Who&#8217;s better?</title>
		<link>http://www.webhostingsecretrevealed.com/updates-news/updates-on-bluehost-server/comment-page-1/#comment-3720</link>
		<dc:creator>FatCow vs BlueHost: Who&#8217;s better?</dc:creator>
		<pubDate>Fri, 02 Oct 2009 02:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.webhostingsecretrevealed.com/?p=839#comment-3720</guid>
		<description>[...] loaded (sign of unmanaged overselling!) and my database server is on and off broken. Nevertheless, the problem is solved by [...]</description>
		<content:encoded><![CDATA[<p>[...] loaded (sign of unmanaged overselling!) and my database server is on and off broken. Nevertheless, the problem is solved by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SimpleTechGuy</title>
		<link>http://www.webhostingsecretrevealed.com/updates-news/updates-on-bluehost-server/comment-page-1/#comment-2078</link>
		<dc:creator>SimpleTechGuy</dc:creator>
		<pubDate>Tue, 21 Apr 2009 11:28:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.webhostingsecretrevealed.com/?p=839#comment-2078</guid>
		<description>I&#039;m having problems with bluehost now.  Just woke up this morning and everything is down.  This is my first bad experience with bluehost, and I don&#039;t like it.  I do have access to my cpanel, but I can&#039;t get into anything else, not even the help desk.  I hope they can get everything back up soon!  Are your websites down?  Would you send me a mail and let me know?  Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m having problems with bluehost now.  Just woke up this morning and everything is down.  This is my first bad experience with bluehost, and I don&#8217;t like it.  I do have access to my cpanel, but I can&#8217;t get into anything else, not even the help desk.  I hope they can get everything back up soon!  Are your websites down?  Would you send me a mail and let me know?  Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
