<?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: Prepping for Load</title>
	<atom:link href="http://ryepup.unwashedmeme.com/blog/2008/07/07/prepping-for-load/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryepup.unwashedmeme.com/blog/2008/07/07/prepping-for-load/</link>
	<description>mostly tech, mostly rants</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:44:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ryan</title>
		<link>http://ryepup.unwashedmeme.com/blog/2008/07/07/prepping-for-load/comment-page-1/#comment-12065</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Wed, 09 Jul 2008 14:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://ryepup.unwashedmeme.com/blog/?p=92#comment-12065</guid>
		<description>@David: we&#039;re stealthy!  We&#039;re not hiring at the moment, but ideally some of this takes off and we&#039;ll be in need of more lispers.  If you&#039;re ever in town on vacation or something, drop me line (I&#039;ve emailed you my contact info), and we could chat.

@Holger: I&#039;ll make another post on that.  My co-worker Nathan put that together, so I&#039;ll go over the details with him first to be sure I get it right.

@patrick: I&#039;ll take a look at views, I didn&#039;t realize they were performance boosts.  I did spend an inordinate amount of time futzing with the cache size settings, and I&#039;m frustrated that all the advice I could google was basically &quot;there are no guidelines, just futz with it until you&#039;re done!&quot;</description>
		<content:encoded><![CDATA[<p>@David: we&#8217;re stealthy!  We&#8217;re not hiring at the moment, but ideally some of this takes off and we&#8217;ll be in need of more lispers.  If you&#8217;re ever in town on vacation or something, drop me line (I&#8217;ve emailed you my contact info), and we could chat.</p>
<p>@Holger: I&#8217;ll make another post on that.  My co-worker Nathan put that together, so I&#8217;ll go over the details with him first to be sure I get it right.</p>
<p>@patrick: I&#8217;ll take a look at views, I didn&#8217;t realize they were performance boosts.  I did spend an inordinate amount of time futzing with the cache size settings, and I&#8217;m frustrated that all the advice I could google was basically &#8220;there are no guidelines, just futz with it until you&#8217;re done!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrick giagnocavo</title>
		<link>http://ryepup.unwashedmeme.com/blog/2008/07/07/prepping-for-load/comment-page-1/#comment-12061</link>
		<dc:creator>patrick giagnocavo</dc:creator>
		<pubDate>Wed, 09 Jul 2008 03:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://ryepup.unwashedmeme.com/blog/?p=92#comment-12061</guid>
		<description>Interesting post!  My company hosts a lot of dynamic web servers like those using OpenACS ; but I have been meaning to get into Lisp &quot;one of these days&quot;.  Just a note about Postgresql performance:  1. use views wherever possible, as they are a) compiled b) reduce the amount of data that needs to go back and forth between client and server.  2. check the various cache size settings in the postgresql.conf file; tweaking some of these can give you very large performance boosts.</description>
		<content:encoded><![CDATA[<p>Interesting post!  My company hosts a lot of dynamic web servers like those using OpenACS ; but I have been meaning to get into Lisp &#8220;one of these days&#8221;.  Just a note about Postgresql performance:  1. use views wherever possible, as they are a) compiled b) reduce the amount of data that needs to go back and forth between client and server.  2. check the various cache size settings in the postgresql.conf file; tweaking some of these can give you very large performance boosts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Holger Schauer</title>
		<link>http://ryepup.unwashedmeme.com/blog/2008/07/07/prepping-for-load/comment-page-1/#comment-12052</link>
		<dc:creator>Holger Schauer</dc:creator>
		<pubDate>Tue, 08 Jul 2008 06:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://ryepup.unwashedmeme.com/blog/?p=92#comment-12052</guid>
		<description>Could you say a little bit more about adding the Cache-Controlled and Last-Modified headers and the new UCW dispatcher?</description>
		<content:encoded><![CDATA[<p>Could you say a little bit more about adding the Cache-Controlled and Last-Modified headers and the new UCW dispatcher?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Rupp</title>
		<link>http://ryepup.unwashedmeme.com/blog/2008/07/07/prepping-for-load/comment-page-1/#comment-12049</link>
		<dc:creator>David Rupp</dc:creator>
		<pubDate>Tue, 08 Jul 2008 02:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://ryepup.unwashedmeme.com/blog/?p=92#comment-12049</guid>
		<description>Someone&#039;s doing Lisp ... in Gainesville?! Why wasn&#039;t I told?! :-)

Greetings from a Gator expat in Denver. I&#039;ve been following your blog for a while now (via Planet Lisp), but I totally missed the Gainesville connection.

If you&#039;re ever hiring, please let me know. My family is all in (and around) Gainesville and I&#039;d love to get back there someday. Take a look at my blog for a taste of what I do. Mostly Java right now, but with a heritage of IBM mainframe assembler plus a passion for languages like Ruby, Python, Lisp, and Haskell / OCaml. I&#039;ve never coded Lisp for money, but the century is young...

P.S.: Sorry for the commercial, but I couldn&#039;t find an email address anywhere.</description>
		<content:encoded><![CDATA[<p>Someone&#8217;s doing Lisp &#8230; in Gainesville?! Why wasn&#8217;t I told?! :-)</p>
<p>Greetings from a Gator expat in Denver. I&#8217;ve been following your blog for a while now (via Planet Lisp), but I totally missed the Gainesville connection.</p>
<p>If you&#8217;re ever hiring, please let me know. My family is all in (and around) Gainesville and I&#8217;d love to get back there someday. Take a look at my blog for a taste of what I do. Mostly Java right now, but with a heritage of IBM mainframe assembler plus a passion for languages like Ruby, Python, Lisp, and Haskell / OCaml. I&#8217;ve never coded Lisp for money, but the century is young&#8230;</p>
<p>P.S.: Sorry for the commercial, but I couldn&#8217;t find an email address anywhere.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.562 seconds -->

