<?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"
	>
<channel>
	<title>Comments for Peter Williams</title>
	<atom:link href="http://pezra.barelyenough.org/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pezra.barelyenough.org/blog</link>
	<description></description>
	<pubDate>Mon, 12 May 2008 04:23:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on mod_proxy_balancer Is A Two Timing Hussy by Casey</title>
		<link>http://pezra.barelyenough.org/blog/2008/04/mod_proxy_balancer-is-a-two-timing-hussy/#comment-50434</link>
		<dc:creator>Casey</dc:creator>
		<pubDate>Thu, 08 May 2008 18:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=328#comment-50434</guid>
		<description>&lt;p&gt;Peter,
I too have seen this same issue with mod_proxy_balancer and some long running queries.  It happens exactly how you described it too ... connection 1 starts the long running query, conn 2 and 3 finish ... and four is stuck waiting for 1 to finish.  Unfortunately at this point we have just increased the number of mongrels and tuned the long running queries.  It seems to have helped for now - but definitely not an optimal solution.  I would be interested to see how HAProxy worked for you.&lt;/p&gt;

&lt;p&gt;Keep me posted.
Casey&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Peter,<br />
I too have seen this same issue with mod_proxy_balancer and some long running queries.  It happens exactly how you described it too &#8230; connection 1 starts the long running query, conn 2 and 3 finish &#8230; and four is stuck waiting for 1 to finish.  Unfortunately at this point we have just increased the number of mongrels and tuned the long running queries.  It seems to have helped for now - but definitely not an optimal solution.  I would be interested to see how HAProxy worked for you.</p>
<p>Keep me posted.<br />
Casey</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Daemon by Prakash</title>
		<link>http://pezra.barelyenough.org/blog/2005/03/java-daemon/#comment-49335</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Fri, 02 May 2008 19:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/wordpress/?p=74#comment-49335</guid>
		<description>&lt;p&gt;I have a requirement to write a java daemon in Unix, which will be an java application. For example say abc.java. which should print "hello world" whenever i call the application. I have few questions is -
 How to make a call to a daemon ? 
Do i have to extend Thread in my abc.java class  to runn continuesly in the background?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a requirement to write a java daemon in Unix, which will be an java application. For example say abc.java. which should print &#8220;hello world&#8221; whenever i call the application. I have few questions is -<br />
 How to make a call to a daemon ?<br />
Do i have to extend Thread in my abc.java class  to runn continuesly in the background?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Daemon by DP</title>
		<link>http://pezra.barelyenough.org/blog/2005/03/java-daemon/#comment-49295</link>
		<dc:creator>DP</dc:creator>
		<pubDate>Fri, 02 May 2008 15:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/wordpress/?p=74#comment-49295</guid>
		<description>&lt;p&gt;Thanks for the excellent tutorial Peter.  I was able to create a java-based daemon modeled after your approach and saved hours (probably days?) of time. Great job!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the excellent tutorial Peter.  I was able to create a java-based daemon modeled after your approach and saved hours (probably days?) of time. Great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Humane Interfaces by kuri</title>
		<link>http://pezra.barelyenough.org/blog/2005/12/humane-interfaces/#comment-48640</link>
		<dc:creator>kuri</dc:creator>
		<pubDate>Tue, 29 Apr 2008 09:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=186#comment-48640</guid>
		<description>&lt;p&gt;if myarray.first.is_a ?(thingy)’ vs. ‘ myArray(0).Class.getName(), etc,etc; it is more natural to humans like a programming lang should be (after all, what’s the point?). Also you can state that conditional many ways if that is more natural to you, using one of the 78 available methods.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>if myarray.first.is_a ?(thingy)’ vs. ‘ myArray(0).Class.getName(), etc,etc; it is more natural to humans like a programming lang should be (after all, what’s the point?). Also you can state that conditional many ways if that is more natural to you, using one of the 78 available methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mod_proxy_balancer Is A Two Timing Hussy by Peter Williams</title>
		<link>http://pezra.barelyenough.org/blog/2008/04/mod_proxy_balancer-is-a-two-timing-hussy/#comment-48563</link>
		<dc:creator>Peter Williams</dc:creator>
		<pubDate>Mon, 28 Apr 2008 17:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=328#comment-48563</guid>
		<description>&lt;p&gt;Glenn,&lt;/p&gt;

&lt;p&gt;That does not appear to be exactly what I want.  I don't want requests dispatched to the least busy backend.  I want them dispatched to a not busy backend.  If there is not an idle backend available, I want them queued until there is one.&lt;/p&gt;

&lt;p&gt;Basically any balancer algorithm with the ability to set a max connections on each backend (that actually worked) would solve my problem.  Once there is a balancer for nginx that has that I am there.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Glenn,</p>
<p>That does not appear to be exactly what I want.  I don&#8217;t want requests dispatched to the least busy backend.  I want them dispatched to a not busy backend.  If there is not an idle backend available, I want them queued until there is one.</p>
<p>Basically any balancer algorithm with the ability to set a max connections on each backend (that actually worked) would solve my problem.  Once there is a balancer for nginx that has that I am there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on mod_proxy_balancer Is A Two Timing Hussy by Glenn Rempe</title>
		<link>http://pezra.barelyenough.org/blog/2008/04/mod_proxy_balancer-is-a-two-timing-hussy/#comment-48562</link>
		<dc:creator>Glenn Rempe</dc:creator>
		<pubDate>Mon, 28 Apr 2008 16:32:29 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/?p=328#comment-48562</guid>
		<description>&lt;p&gt;Your solution is likely waiting in Nginx + the Upstream Fair module.&lt;/p&gt;

&lt;p&gt;Nginx is a fantastic (and lightweight) reverse proxy and the Upstream fair load balancer loads your back end processes according to usage.&lt;/p&gt;

&lt;p&gt;The module is here.&lt;/p&gt;

&lt;p&gt;http://github.com/gnosek/nginx-upstream-fair/tree/master&lt;/p&gt;

&lt;p&gt;Glenn&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Your solution is likely waiting in Nginx + the Upstream Fair module.</p>
<p>Nginx is a fantastic (and lightweight) reverse proxy and the Upstream fair load balancer loads your back end processes according to usage.</p>
<p>The module is here.</p>
<p><a href="http://github.com/gnosek/nginx-upstream-fair/tree/master" rel="nofollow">http://github.com/gnosek/nginx-upstream-fair/tree/master</a></p>
<p>Glenn</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Load Testing and Virtualization Tools by Robert Iakobashvili</title>
		<link>http://pezra.barelyenough.org/blog/2008/03/load-testing-and-virtualization-tools/#comment-44574</link>
		<dc:creator>Robert Iakobashvili</dc:creator>
		<pubDate>Mon, 24 Mar 2008 10:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/2008/03/load-testing-and-virtualization-tools/#comment-44574</guid>
		<description>&lt;p&gt;Peter,
Thanks for your great introduction into curl-loader.&lt;/p&gt;

&lt;p&gt;If you can and wish to release your scripts under an open-source license, please, either post them inlined to the curl-loader-devel mailing list or to me.&lt;/p&gt;

&lt;p&gt;Thank you in advance.
Sincerely,
Robert Iakobashvili
A curl-loader maintainer.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Peter,<br />
Thanks for your great introduction into curl-loader.</p>
<p>If you can and wish to release your scripts under an open-source license, please, either post them inlined to the curl-loader-devel mailing list or to me.</p>
<p>Thank you in advance.<br />
Sincerely,<br />
Robert Iakobashvili<br />
A curl-loader maintainer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Load Testing and Virtualization Tools by Glenn Rempe</title>
		<link>http://pezra.barelyenough.org/blog/2008/03/load-testing-and-virtualization-tools/#comment-43762</link>
		<dc:creator>Glenn Rempe</dc:creator>
		<pubDate>Tue, 18 Mar 2008 04:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/2008/03/load-testing-and-virtualization-tools/#comment-43762</guid>
		<description>&lt;p&gt;Do think you would be able to share any of the load generating ruby scripts you wrote for curl-loader as a starting point for us?  (You can email them to me at the address provided if you like)&lt;/p&gt;

&lt;p&gt;Much appreciated.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Do think you would be able to share any of the load generating ruby scripts you wrote for curl-loader as a starting point for us?  (You can email them to me at the address provided if you like)</p>
<p>Much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nicer phpDoc Comments by Peter Williams</title>
		<link>http://pezra.barelyenough.org/blog/2006/10/nicer-phpdoc-comments/#comment-43634</link>
		<dc:creator>Peter Williams</dc:creator>
		<pubDate>Mon, 17 Mar 2008 03:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/2006/10/nicer-phpdoc-comments/#comment-43634</guid>
		<description>&lt;p&gt;Spot,&lt;/p&gt;

&lt;p&gt;I have heard tale of VIM having the ability to be customized and that seems be an abomination to all for which VI stands.  :)   Which is a long way of saying, I don't have a shortcut like this for VIM.   Good luck, though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Spot,</p>
<p>I have heard tale of VIM having the ability to be customized and that seems be an abomination to all for which VI stands.  :)   Which is a long way of saying, I don&#8217;t have a shortcut like this for VIM.   Good luck, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nicer phpDoc Comments by Spot</title>
		<link>http://pezra.barelyenough.org/blog/2006/10/nicer-phpdoc-comments/#comment-43572</link>
		<dc:creator>Spot</dc:creator>
		<pubDate>Sun, 16 Mar 2008 13:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://pezra.barelyenough.org/blog/2006/10/nicer-phpdoc-comments/#comment-43572</guid>
		<description>&lt;p&gt;I know asking this to an Emacs fan is like the Soviet Union asking the United States for a cookie during the Cold War, but...&lt;/p&gt;

&lt;p&gt;We all use VIM on our project, and while we have full PHP syntax highlighting, I completely agree with what you are saying here. In fact I think if the comments were highlighted it would be easier for me to get my developers to actually document stuff. :)&lt;/p&gt;

&lt;p&gt;Do you know of any shortcut like this for VIM?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I know asking this to an Emacs fan is like the Soviet Union asking the United States for a cookie during the Cold War, but&#8230;</p>
<p>We all use VIM on our project, and while we have full PHP syntax highlighting, I completely agree with what you are saying here. In fact I think if the comments were highlighted it would be easier for me to get my developers to actually document stuff. :)</p>
<p>Do you know of any shortcut like this for VIM?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
