<?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: Thoughts on W3Counter page view limits</title>
	<atom:link href="http://www.dangrossman.info/2007/05/16/thoughts-on-w3counter-page-view-limits/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dangrossman.info/2007/05/16/thoughts-on-w3counter-page-view-limits/</link>
	<description>Entrepreneur and web developer</description>
	<lastBuildDate>Wed, 08 Feb 2012 22:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Dan</title>
		<link>http://www.dangrossman.info/2007/05/16/thoughts-on-w3counter-page-view-limits/comment-page-1/#comment-24651</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sun, 20 May 2007 10:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dangrossman.info/2007/05/16/thoughts-on-w3counter-page-view-limits/#comment-24651</guid>
		<description>Some follow-up to this issue: I did some testing today on performance against larger log tables. While W3Counter 3 had several reports that entered multiple-second query times to generate, not one showed up in my slow query log using W3Counter 4. Looks like I&#039;ve knocked out all the query-related bottlenecks.

That means I&#039;m now more free to raise the log size, and I plan to do so. Stats for free accounts will still run off the last 25,000 page views, but I&#039;ll be at least doubling that for premium accounts. I&#039;ll also be increasing the daily page view limits; I&#039;ll have chosen the new values by the time the new site goes up tomorrow night. 

Increasing log size does still increase the time it takes for nightly maintenance when the older entries are deleted to maintain the table size, but with a bit of artificial delay between queries (thanks to SLEEP()), that won&#039;t be a serious issue.</description>
		<content:encoded><![CDATA[<p>Some follow-up to this issue: I did some testing today on performance against larger log tables. While W3Counter 3 had several reports that entered multiple-second query times to generate, not one showed up in my slow query log using W3Counter 4. Looks like I&#8217;ve knocked out all the query-related bottlenecks.</p>
<p>That means I&#8217;m now more free to raise the log size, and I plan to do so. Stats for free accounts will still run off the last 25,000 page views, but I&#8217;ll be at least doubling that for premium accounts. I&#8217;ll also be increasing the daily page view limits; I&#8217;ll have chosen the new values by the time the new site goes up tomorrow night. </p>
<p>Increasing log size does still increase the time it takes for nightly maintenance when the older entries are deleted to maintain the table size, but with a bit of artificial delay between queries (thanks to SLEEP()), that won&#8217;t be a serious issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.dangrossman.info/2007/05/16/thoughts-on-w3counter-page-view-limits/comment-page-1/#comment-24012</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 17 May 2007 05:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dangrossman.info/2007/05/16/thoughts-on-w3counter-page-view-limits/#comment-24012</guid>
		<description>Yep, that&#039;s certainly doable, and not very hard. The design is set up to do that eventually if it&#039;s necessary. But right now there just aren&#039;t enough paying accounts. It takes a lot of $5 accounts to pay for beefy servers.

Maybe this is the excuse I&#039;ve been looking for to play around with Amazon Elastic Compute Cloud. I&#039;ll look into it this weekend, and thanks for bringing it up.</description>
		<content:encoded><![CDATA[<p>Yep, that&#8217;s certainly doable, and not very hard. The design is set up to do that eventually if it&#8217;s necessary. But right now there just aren&#8217;t enough paying accounts. It takes a lot of $5 accounts to pay for beefy servers.</p>
<p>Maybe this is the excuse I&#8217;ve been looking for to play around with Amazon Elastic Compute Cloud. I&#8217;ll look into it this weekend, and thanks for bringing it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.dangrossman.info/2007/05/16/thoughts-on-w3counter-page-view-limits/comment-page-1/#comment-24002</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 17 May 2007 04:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dangrossman.info/2007/05/16/thoughts-on-w3counter-page-view-limits/#comment-24002</guid>
		<description>It seems to me you have an application that could very easily scale to multiple servers (as long as the paid accounts can support the cost of course!).

The stats from siteX don&#039;t really need to live beside those from siteY. They could be completely autonomous. Sure you are probably interested in global stats and averages, but you don&#039;t need those reports to be 100% fresh.

Why not just replicate your app across N servers? You would need to maintain multiple copies of the code and database, but so does all the distributed software in the world :)

The servers wouldn&#039;t even need to communicate with each other in a special way. They each just act as the database, file and application server for the accounts they host.</description>
		<content:encoded><![CDATA[<p>It seems to me you have an application that could very easily scale to multiple servers (as long as the paid accounts can support the cost of course!).</p>
<p>The stats from siteX don&#8217;t really need to live beside those from siteY. They could be completely autonomous. Sure you are probably interested in global stats and averages, but you don&#8217;t need those reports to be 100% fresh.</p>
<p>Why not just replicate your app across N servers? You would need to maintain multiple copies of the code and database, but so does all the distributed software in the world <img src='http://www.dangrossman.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The servers wouldn&#8217;t even need to communicate with each other in a special way. They each just act as the database, file and application server for the accounts they host.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.dangrossman.info/2007/05/16/thoughts-on-w3counter-page-view-limits/comment-page-1/#comment-23990</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 17 May 2007 02:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.dangrossman.info/2007/05/16/thoughts-on-w3counter-page-view-limits/#comment-23990</guid>
		<description>This has to run on a computer, and computational power is still quite limited in 2007. Even with 4 cores, 4GB RAM, it&#039;s still just a computer, with one hard disk. How many sites of that size, that need to do multiple database queries on every page view, do you run on one server? W3Counter has to handle thousands of sites without blinking.</description>
		<content:encoded><![CDATA[<p>This has to run on a computer, and computational power is still quite limited in 2007. Even with 4 cores, 4GB RAM, it&#8217;s still just a computer, with one hard disk. How many sites of that size, that need to do multiple database queries on every page view, do you run on one server? W3Counter has to handle thousands of sites without blinking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.dangrossman.info/2007/05/16/thoughts-on-w3counter-page-view-limits/comment-page-1/#comment-23980</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 17 May 2007 01:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.dangrossman.info/2007/05/16/thoughts-on-w3counter-page-view-limits/#comment-23980</guid>
		<description>So even if someone pays for your largest &quot;Premium&quot; package, they can&#039;t surpass 10,000 pageviews per day?  I&#039;m guessing 200,000 is out of the question :(</description>
		<content:encoded><![CDATA[<p>So even if someone pays for your largest &#8220;Premium&#8221; package, they can&#8217;t surpass 10,000 pageviews per day?  I&#8217;m guessing 200,000 is out of the question <img src='http://www.dangrossman.info/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

