<?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: WordPress, PerformancePress, and GSoC 2008</title>
	<atom:link href="http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/</link>
	<description>Connecting Ideas</description>
	<pubDate>Sat, 06 Sep 2008 17:27:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-bleeding</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Muhammed</title>
		<link>http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-148023</link>
		<dc:creator>Muhammed</dc:creator>
		<pubDate>Sun, 27 Apr 2008 17:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-148023</guid>
		<description>first how r u all ?
then i want to know something abt how to hack a website 
i am not gonna to use this in illegal way but i want to know how to active this work i gotta be  mad !!
if u read my reply i will be happy if helped me !!
mail me pls L nighty_soft@hotmail.com or nighty_soft@yahoo.com</description>
		<content:encoded><![CDATA[<p>first how r u all ?<br />
then i want to know something abt how to hack a website<br />
i am not gonna to use this in illegal way but i want to know how to active this work i gotta be  mad !!<br />
if u read my reply i will be happy if helped me !!<br />
mail me pls L <a href="mailto:nighty_soft@hotmail.com">nighty_soft@hotmail.com</a> or <a href="mailto:nighty_soft@yahoo.com">nighty_soft@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahmoud Al-Qudsi</title>
		<link>http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-121521</link>
		<dc:creator>Mahmoud Al-Qudsi</dc:creator>
		<pubDate>Sat, 29 Mar 2008 13:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-121521</guid>
		<description>Thanks for the well-wishes, Omar.

PerformancePress decides which code to load through an htaccess file (intrepreting what content is being called via the URI), which means Apache will be doing the checking (in C++, of course) and possibly caching the results (if it's done in httpd.ini); so the overhead is neglible.</description>
		<content:encoded><![CDATA[<p>Thanks for the well-wishes, Omar.</p>
<p>PerformancePress decides which code to load through an htaccess file (intrepreting what content is being called via the URI), which means Apache will be doing the checking (in C++, of course) and possibly caching the results (if it&#8217;s done in httpd.ini); so the overhead is neglible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-119315</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Tue, 25 Mar 2008 15:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-119315</guid>
		<description>I do think the bit about selectively loading the code used in the site would be rather interesting to experiment with. I guess there will be a certain limit of modularity after which the code would be too busy deciding which bit of the code to load but tracking down that limit should be worth a try..

Good luck</description>
		<content:encoded><![CDATA[<p>I do think the bit about selectively loading the code used in the site would be rather interesting to experiment with. I guess there will be a certain limit of modularity after which the code would be too busy deciding which bit of the code to load but tracking down that limit should be worth a try..</p>
<p>Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alpha2</title>
		<link>http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-118998</link>
		<dc:creator>alpha2</dc:creator>
		<pubDate>Mon, 24 Mar 2008 12:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-118998</guid>
		<description>Yeah, it'd be awesome if you released PerformancePress!</description>
		<content:encoded><![CDATA[<p>Yeah, it&#8217;d be awesome if you released PerformancePress!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahmoud Al-Qudsi</title>
		<link>http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-118526</link>
		<dc:creator>Mahmoud Al-Qudsi</dc:creator>
		<pubDate>Sat, 22 Mar 2008 20:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-118526</guid>
		<description>Barry, Arnold: I'll see if I can't do some load-testing tomorrow (on Apache2 and possibly LightTPD comparing WP trunk, 2.x, and PerformancePress).

As for releasing the PerformancePress code... I'll consider the options and see what happens. I was planning on publishing it prior to the start of GSoC 2008, and using the ideas and principles from there for the performance project; but you've given me some food-for-thought here.

My biggest concern is that I absolutely don't want to publish anything that can be mis-construed as a fork of WordPress. So long as it's sitting on our server and doing its thing, it's just a WordPress install with an alternate frontend. But once it's released, I can easily imagine it going the same way as LightningPress (which has gone the way of the dodo), which attempted to optimize the existing WP frontend (whereas PerformancePress is a complete from-scratch re-write using completely-different architectures).

Let's get the load testing done, then go from there, shall we? ;-)</description>
		<content:encoded><![CDATA[<p>Barry, Arnold: I&#8217;ll see if I can&#8217;t do some load-testing tomorrow (on Apache2 and possibly LightTPD comparing WP trunk, 2.x, and PerformancePress).</p>
<p>As for releasing the PerformancePress code&#8230; I&#8217;ll consider the options and see what happens. I was planning on publishing it prior to the start of GSoC 2008, and using the ideas and principles from there for the performance project; but you&#8217;ve given me some food-for-thought here.</p>
<p>My biggest concern is that I absolutely don&#8217;t want to publish anything that can be mis-construed as a fork of WordPress. So long as it&#8217;s sitting on our server and doing its thing, it&#8217;s just a WordPress install with an alternate frontend. But once it&#8217;s released, I can easily imagine it going the same way as LightningPress (which has gone the way of the dodo), which attempted to optimize the existing WP frontend (whereas PerformancePress is a complete from-scratch re-write using completely-different architectures).</p>
<p>Let&#8217;s get the load testing done, then go from there, shall we? <img src='http://neosmart.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnold W.</title>
		<link>http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-118518</link>
		<dc:creator>Arnold W.</dc:creator>
		<pubDate>Sat, 22 Mar 2008 20:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-118518</guid>
		<description>I realize that you guys are reluctant to release your highly configuration/server/environment-dependant code out to the public for many reasons (perhaps you're worried it won't perform as well on other configurations than yours?) but even if it's not the answer for 99.9% of WP users out there; there &lt;em&gt;is&lt;/em&gt; a very-capable userbase of avid code hackers that would take anything you care to dish out and make the best of it.

So what if it'll take a day or two to strip out all the references to your own configuration? It's better than us having to rewrite WP, especially if someone's already done it and did a good job (i'm judging by the PerformancePress page-load times on this site). 

I second what Barry says about the benchmarks - I'd love to see some stress-test results for the two systems on a "normal" dedicated server running Linux, Apache2, and PHP5.

Seriously, please consider releasing the code. After all, odds are thanks to community contributions and patches you'll end up further increasing the performance of PerformancePress on your own server, etc. Even if you don't feel like doing the work to clean it up and "generic-ize" it, just release it and someone or the other in the huge WP community would do the rest!

Drop me an email if there's anything I can do to help or further convince you!

-Arnold</description>
		<content:encoded><![CDATA[<p>I realize that you guys are reluctant to release your highly configuration/server/environment-dependant code out to the public for many reasons (perhaps you&#8217;re worried it won&#8217;t perform as well on other configurations than yours?) but even if it&#8217;s not the answer for 99.9% of WP users out there; there <em>is</em> a very-capable userbase of avid code hackers that would take anything you care to dish out and make the best of it.</p>
<p>So what if it&#8217;ll take a day or two to strip out all the references to your own configuration? It&#8217;s better than us having to rewrite WP, especially if someone&#8217;s already done it and did a good job (i&#8217;m judging by the PerformancePress page-load times on this site). </p>
<p>I second what Barry says about the benchmarks - I&#8217;d love to see some stress-test results for the two systems on a &#8220;normal&#8221; dedicated server running Linux, Apache2, and PHP5.</p>
<p>Seriously, please consider releasing the code. After all, odds are thanks to community contributions and patches you&#8217;ll end up further increasing the performance of PerformancePress on your own server, etc. Even if you don&#8217;t feel like doing the work to clean it up and &#8220;generic-ize&#8221; it, just release it and someone or the other in the huge WP community would do the rest!</p>
<p>Drop me an email if there&#8217;s anything I can do to help or further convince you!</p>
<p>-Arnold</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry Abrahamson</title>
		<link>http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-118478</link>
		<dc:creator>Barry Abrahamson</dc:creator>
		<pubDate>Sat, 22 Mar 2008 17:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://neosmart.net/blog/2008/wordpress-performancepress-and-gsoc-2008/#comment-118478</guid>
		<description>I would be interested in seeing some performance comparisons between WordPress trunk and PerformancePress under high levels of concurrency.  Also, even if the PerformancePress code is not directly applicable to mainstream WordPress users, the principles likely are.  It would be nice to see the code released or at least made available.</description>
		<content:encoded><![CDATA[<p>I would be interested in seeing some performance comparisons between WordPress trunk and PerformancePress under high levels of concurrency.  Also, even if the PerformancePress code is not directly applicable to mainstream WordPress users, the principles likely are.  It would be nice to see the code released or at least made available.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
