<?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: sockDaemon</title>
	<atom:link href="http://www.chabotc.com/phpsocketdaemon/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chabotc.com</link>
	<description>Random storms of thoughts</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:01:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Reverse Ajax : Comet &#171; remoteserver</title>
		<link>http://www.chabotc.com/phpsocketdaemon/comment-page-2/#comment-7775</link>
		<dc:creator>Reverse Ajax : Comet &#171; remoteserver</dc:creator>
		<pubDate>Thu, 02 Oct 2008 22:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chabotc.nl/phpsocketdaemon/#comment-7775</guid>
		<description>[...] Chabot wrote a php socket daemon : This project came into existence while i was writing a new web based IRC [...]</description>
		<content:encoded><![CDATA[<p>[...] Chabot wrote a php socket daemon : This project came into existence while i was writing a new web based IRC [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php socket sever für chat - AJAX (Asynchronous JavaScripting and XML) Forum</title>
		<link>http://www.chabotc.com/phpsocketdaemon/comment-page-2/#comment-7773</link>
		<dc:creator>php socket sever für chat - AJAX (Asynchronous JavaScripting and XML) Forum</dc:creator>
		<pubDate>Wed, 01 Oct 2008 08:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.chabotc.nl/phpsocketdaemon/#comment-7773</guid>
		<description>[...] dem php-socket-server: Comet in conjunction with a PHP socket server ... sockDaemon at chabotc.com     __________________  bild dir deine meinung Òó - es lebe die [...]</description>
		<content:encoded><![CDATA[<p>[...] dem php-socket-server: Comet in conjunction with a PHP socket server &#8230; sockDaemon at chabotc.com     __________________  bild dir deine meinung Òó &#8211; es lebe die [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rafael</title>
		<link>http://www.chabotc.com/phpsocketdaemon/comment-page-2/#comment-7545</link>
		<dc:creator>rafael</dc:creator>
		<pubDate>Mon, 05 Nov 2007 15:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.chabotc.nl/phpsocketdaemon/#comment-7545</guid>
		<description>Anybody have any easy example to connect on irc server?
For exemple... connect on efnet.

thanks :)</description>
		<content:encoded><![CDATA[<p>Anybody have any easy example to connect on irc server?<br />
For exemple&#8230; connect on efnet.</p>
<p>thanks <img src='http://www.chabotc.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mooph</title>
		<link>http://www.chabotc.com/phpsocketdaemon/comment-page-2/#comment-7176</link>
		<dc:creator>mooph</dc:creator>
		<pubDate>Fri, 12 Oct 2007 15:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.chabotc.nl/phpsocketdaemon/#comment-7176</guid>
		<description>Finally nice code! Pretty cool! ;] Enjoy</description>
		<content:encoded><![CDATA[<p>Finally nice code! Pretty cool! ;] Enjoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nediyakalaparambil</title>
		<link>http://www.chabotc.com/phpsocketdaemon/comment-page-2/#comment-6271</link>
		<dc:creator>Robert Nediyakalaparambil</dc:creator>
		<pubDate>Wed, 26 Sep 2007 09:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.chabotc.nl/phpsocketdaemon/#comment-6271</guid>
		<description>Actually I had sent this as a mail to Chris, but I thought
it was more useful for many to have it here, so that
the answers to the questions we are seeking are solved
in a parellel event driven fashion;)

---------------------------------------------------------------------------
I completely rewrote the httpd, and made it to
cache all pages in memory during startup.
(Needed for my project)

Now I have got lighttpd running on port 80 and
The (Chris-Robert) crhttpd running on port 81.

Both have the identical contents of 2070 files from
the selfhtml manual(14.8 mb). (selfhtml.de)

When I use &quot;time wget -m 10.0.0.2:81/contents/index.html&quot;
it finishes in 2.6-2.8 seconds (crhttpd)...

And when I use &quot;time wget -m 10.0.0.2/contents/index.html&quot;
it finishes mirroring in 8.5-8.9 seconds(lighttpd)...

I wonder why crhttpd is so fast...


But what puzzles me is that when i run httperf against
both, lighttpd serves almost twice the number of
requests... (4000+) i wonder why...

What is the effective performance, ie is it what I get from wget
or the measure from httperf?

But from the users view, I would say crhttpd is almost 3-3.5x
faster than lighttpd... But still I&#039;m not satisfied with the difference
in results in httperf...

Maybe I could send you the code?

By the way I ran it on a Compaq Presario TU506C Laptop with
1.86Ghz Celeron and 512MB + 256MB Ram under kubuntu linux,
2.6 kernel...

Please comment on this...

Regards and thanks for the lib...

Robert</description>
		<content:encoded><![CDATA[<p>Actually I had sent this as a mail to Chris, but I thought<br />
it was more useful for many to have it here, so that<br />
the answers to the questions we are seeking are solved<br />
in a parellel event driven fashion;)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
I completely rewrote the httpd, and made it to<br />
cache all pages in memory during startup.<br />
(Needed for my project)</p>
<p>Now I have got lighttpd running on port 80 and<br />
The (Chris-Robert) crhttpd running on port 81.</p>
<p>Both have the identical contents of 2070 files from<br />
the selfhtml manual(14.8 mb). (selfhtml.de)</p>
<p>When I use &#8220;time wget -m 10.0.0.2:81/contents/index.html&#8221;<br />
it finishes in 2.6-2.8 seconds (crhttpd)&#8230;</p>
<p>And when I use &#8220;time wget -m 10.0.0.2/contents/index.html&#8221;<br />
it finishes mirroring in 8.5-8.9 seconds(lighttpd)&#8230;</p>
<p>I wonder why crhttpd is so fast&#8230;</p>
<p>But what puzzles me is that when i run httperf against<br />
both, lighttpd serves almost twice the number of<br />
requests&#8230; (4000+) i wonder why&#8230;</p>
<p>What is the effective performance, ie is it what I get from wget<br />
or the measure from httperf?</p>
<p>But from the users view, I would say crhttpd is almost 3-3.5x<br />
faster than lighttpd&#8230; But still I&#8217;m not satisfied with the difference<br />
in results in httperf&#8230;</p>
<p>Maybe I could send you the code?</p>
<p>By the way I ran it on a Compaq Presario TU506C Laptop with<br />
1.86Ghz Celeron and 512MB + 256MB Ram under kubuntu linux,<br />
2.6 kernel&#8230;</p>
<p>Please comment on this&#8230;</p>
<p>Regards and thanks for the lib&#8230;</p>
<p>Robert</p>
]]></content:encoded>
	</item>
</channel>
</rss>
