<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Balancing innovation against deadlines &#187; architecture</title>
	<atom:link href="http://www.aaronheld.com/post/tag/architecture/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aaronheld.com</link>
	<description>because work and life have hard deadlines.....</description>
	<lastBuildDate>Wed, 02 Nov 2011 19:25:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Designing a new Infrastructure is like buying a new car</title>
		<link>http://www.aaronheld.com/post/designing-infrastructure-buying-car</link>
		<comments>http://www.aaronheld.com/post/designing-infrastructure-buying-car#comments</comments>
		<pubDate>Wed, 17 Jun 2009 13:23:03 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Professional]]></category>
		<category><![CDATA[architecture]]></category>

		<guid isPermaLink="false">http://www.aaronheld.com/?p=206</guid>
		<description><![CDATA[You usually start this process due to a crash]]></description>
			<content:encoded><![CDATA[<p>Because I happen to be both buying a new car and deploying new infrastructure the realization dawned upon me about how similar these two activities are.</p>
<p>1) You start the investigation with some preconceived "gut-level" notions.<br />
code: Multiprocess distributed job engine is what I need<br />
car : I want a Mazda 3 with "Zoom Zoom"</p>
<p>2) Everybody has a story about why your choice is bad<br />
code: "In my last job I used a python-C++ wrapper from vcron"<br />
car : My cousin"s friends brother had a mazda and the engine fell out on 95</p>
<p>3) Everybody loves what they have (but its not for you)<br />
code: Our feed system rocks, oh but we don"t pull in news every minute<br />
car : I love my Civic, oh but I don"t have 3 kids where one of them is 6"2"</p>
<p>4) Everybody thinks what you currently have is no good<br />
code: "Your cache middleware is no good because it can"t run jobs""<br />
car :  "Dude, you can"t drive a Camry and date girls"" (true comment post-divorce)</p>
<p>5) ** <strong>You usually start this process due to a crash</strong> **</p>
<p>code: User gen data + no cache eviction = FAIL<br />
car : SUV from the side + swerve = One less Stop sign.</p>
<p>So my investigation has started and it is taking interesting twists.   We pull in a weather feed via a RESTish api and the vendor would like us to FTP a large data file instead.  This is clearly a good fit for a multiprocess job engine so that project has kicked off for real.  I"m looking at one of the top open source systems "Job Scheduler"" because that fit all my critericode:  It can spread jobs across multiple machines and give operations some command and control of background systems.  Our ops team is really good at the command line / Solaris thing so having our systems look more like shell scripts and less like java interface implementations will help.<br />
I did a good amount of research and made sure that this app was solaris friendly and patted myself on the back for caring about my ops team.  Just the other day I find out that the solaris binary is sparc only and we plan on running this on Solaris/x86.  First threat to my guy choice has manifested.</p>
<p>On the car front I went to reedman-toll and took the Mazda 3 (stick shift) around their test track with my daughter.  The car was a fun to drive but second gear took me from 5-25mph.  That will be awesome when I"m stuck in traffic (and pissed that I bought a manual rather then an automatic) but limited my sense of control over the gearing.  The point of a stick is to feel that "snick-snick" as you upshift around S curves and downshift into corners. In short there was no "Zoom-Zoom"</p>
<p>In my youth I would have just deployed my first choice (one day I should blog about when I thought it was a good idea to build a custom accounting program) and bought a car based on first impressions.</p>
<p>Now that I<span style="text-decoration: line-through;"> have less disposable income and more oversight on my engineering decisions </span>am wiser I"ll take some time to really focus on what the needs are.</p>
<p>I"ll blog more on this later, but I have to work on my project plan for the Alfresco based CMS.</p>
<p>That was a good choice - Open source, Java, active community - "Zoom Zoom"..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronheld.com/post/designing-infrastructure-buying-car/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

