<?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>DaVinci Unlimited Software &#187; reference</title>
	<atom:link href="http://www.davinciunltd.com/category/reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davinciunltd.com</link>
	<description>Jim McKeeth's blog on creative and innovative Delphi programming.</description>
	<lastBuildDate>Wed, 09 Nov 2011 10:39:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Differences in desktop VMWare versions</title>
		<link>http://www.davinciunltd.com/2007/10/differences-in-desktop-vmware-versions/</link>
		<comments>http://www.davinciunltd.com/2007/10/differences-in-desktop-vmware-versions/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 20:50:18 +0000</pubDate>
		<dc:creator>Jim McKeeth</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://www.davinciunltd.com/2007/10/differences-in-desktop-vmware-versions/</guid>
		<description><![CDATA[As a developer, VMWare provides a great way to test your software and version control your entire development environment.  You can do it for free too.
Version controlling your client requires just installing Delphi in VMWare and doing your development in the VM.  Then when you have a release you backup the entire VM [...]]]></description>
			<content:encoded><![CDATA[<p>As a developer, <a href="http://www.vmware.com/">VMWare</a> provides a great way to test your software and version control your entire development environment.  You can do it for free too.</p>
<p>Version controlling your client requires just installing Delphi in VMWare and doing your development in the VM.  Then when you have a release you backup the entire VM and move forward, able to change your packages, libraries and components without fear.  Then if you need to go back and make a one off on the previous release you can go back to that backup and everything is setup just as you left it.  Naturally you keep your source code in a version control system with the versions marked and forked correctly.</p>
<p>Technically VMWare claims to have 2 desktop versions: VMWare Workstation (their desktop powerhouse) and VMWare Player (their free version), but their base VMWare server is very similar to VMWare Workstation and is also free.  I&#8217;ve always just used VMWare Workstation, which is what I recommend if you have the choice.  But if you are on a budget, or want the latest version without upgrading (what happened to me) then here is a feature matrix of the differences for your reference:</p>
<table border="1" cellpadding="2" cellspacing="0">
<tr>
<td><strong>Version</strong></td>
<td><strong>Make new </strong></td>
<td><strong>Snapshots</strong></td>
<td><strong>Multiprocessor VM&#8217;s</strong></td>
<td><strong>Drag &amp; drop*</strong></td>
<td><strong>Price</strong></td>
</tr>
<tr>
<td valign="top"><a href="http://www.vmware.com/products/ws/" target="_blank">Workstation</a></td>
<td valign="top">Full</td>
<td valign="top">Multiple and forks</td>
<td valign="top">1 or 2 CPU (if host supports)</td>
<td valign="top">Between host and guest</td>
<td valign="top">$189</td>
</tr>
<tr>
<td valign="top"><a href="http://www.vmware.com/products/player/" target="_blank">Player</a></td>
<td valign="top">No, w/ limited editing</td>
<td valign="top">None*</td>
<td valign="top">Yes, but can&#8217;t change</td>
<td valign="top">Same as Workstation</td>
<td valign="top">Free</td>
</tr>
<tr>
<td valign="top"><a href="http://www.vmware.com/products/server/" target="_blank">Server</a></td>
<td valign="top">Full</td>
<td valign="top">Single Snapshots</td>
<td valign="top">Same as workstation</td>
<td valign="top">No drag and drop</td>
<td valign="top">Free</td>
</tr>
</table>
<ul>
<li>Drag and drop requires VMWare Tools to be installed.</li>
<li>While player has no Snapshots, you can always backup the whole VM.</li>
<li>Server has the added bonus of connecting to a VM on a remote VMWare server or locally.</li>
<li>Only Workstation has multi-monitor support.</li>
<li>Server and Workstation have a nice quick switch view for running multiple VM&#8217;s at once.</li>
</ul>
<p>For development,  VMWare Workstation is really the best.  It has a number of other features not even listed here, like video capture of the screen.  There are a lot of other features in common on all three too.</p>
<p><em><strong>One last tip:</strong></em> If you can, get the <em>Volume License </em>version of<em> Windows XP</em> to install inside your VM since it <strong>does not require activation</strong> or reactivation.  What an annoying feature of XP &#8211; make a change to the VM and it comes up telling you that you software is now illegal and no longer works.  I believe the Volume License version of the Enterprise edition of Vista also circumvents the activation hurdle, although with <a href="http://www.codinghorror.com/blog/archives/000778.html" title="Extending The Windows Vista Grace Period to 120 Days" target="_blank">120 day evaluation</a>, that isn&#8217;t such a big deal.</p>
<p>Are there other differences I am missing?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davinciunltd.com/2007/10/differences-in-desktop-vmware-versions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MREWS and Threading in the Night</title>
		<link>http://www.davinciunltd.com/2007/10/mrews-and-threading-in-the-night/</link>
		<comments>http://www.davinciunltd.com/2007/10/mrews-and-threading-in-the-night/#comments</comments>
		<pubDate>Mon, 08 Oct 2007 17:47:42 +0000</pubDate>
		<dc:creator>Jim McKeeth</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://www.davinciunltd.com/2007/10/mrews-and-threading-in-the-night/</guid>
		<description><![CDATA[So I wanted to look up what exactly MREWS is (I had a vague idea) and found this great resource:  Multithreading &#8211; The Delphi Way by Martin Harvey version 1.1.
The introduction states:
 This guide is intended for anyone who is interested in improving performance and responsiveness in their Delphi applications by using threads. It [...]]]></description>
			<content:encoded><![CDATA[<p>So I wanted to look up what exactly MREWS is (I had a vague idea) and found this great resource: <a href="http://www.eonclash.com/Tutorials/Multithreading/MartinHarvey1.1/" title="Multithreading - The Delphi Way" target="_blank"> Multithreading &#8211; The Delphi Way by Martin Harvey version 1.1</a>.</p>
<p>The introduction states:</p>
<blockquote><p> This guide is intended for anyone who is interested in improving performance and responsiveness in their Delphi applications by using threads. It covers a range of topics from absolute beginner to intermediate level, and some of the real world examples raise issues bordering on the advanced. It assumes that the reader has a reasonable knowledge of Object Pascal programming, including simple object orientation, and a working understanding of event based programming.</p></blockquote>
<p>A lot of really good information on threading there, and <a href="http://www.eonclash.com/Tutorials/Multithreading/MartinHarvey1.1/Ch11.html" title="Chapter 11 - Synchronizers and Events">Chapter 11 even covers MREWS</a>.  Despite being last updated in 2000, I would say it is still a good reference.</p>
<p>It would appear that Martin Harvey originally published his paper elsewhere, but then the original site went down.  Now it is mirrored on another server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davinciunltd.com/2007/10/mrews-and-threading-in-the-night/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

