<?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 for I.II.I one.to.one</title>
	<atom:link href="http://www.121pcs.net/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.121pcs.net</link>
	<description>Serving public and private A&#124;E&#124;C firms, Federal, State, and Local agencies with expert solutions for leveraging technology in innovative, financially responsible ways.</description>
	<lastBuildDate>Wed, 02 Jun 2010 07:06:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Virtualization by Scott McEachron</title>
		<link>http://www.121pcs.net/?p=4095&#038;cpage=1#comment-746</link>
		<dc:creator>Scott McEachron</dc:creator>
		<pubDate>Wed, 02 Jun 2010 07:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.121pcs.net/?p=4095#comment-746</guid>
		<description>Virtualization certainly does have roots planted in partitioning.

The traditional model for deploying software applications has been to use one or more stand-alone computer systems, each of which runs a single operating system. As the power and capacity of individual hardware components – processing cores, network interfaces, and mass storage peripherals – has increased, the actual utilization of these hardware components has, in many cases, decreased. An immediate result of this combination is the desire to consolidate more than one software application or workload on the physical server. This practice is generally referred to as hardware consolidation. To address this desire for efficiency, manufacturers began providing a broad spectrum of hardware partitioning and sharing technologies.

Grouping hardware components of a physical computing configuration into subsystems or partitions is one approach to hardware consolidation. Because these partitions contain entire hardware components, they provide dedicated access to those components.

Providing a means of sharing hardware components within a physical server or partition can be performed in many different ways as outlined below:

Hard Partitions – nPars
With electrical separation, hard partitions are isolated in hardware from each other, so hardware failures are confined to the partition in which they occur. Applications and operating environments execute in hard partitions that function as if they were separate physical servers. Moreover, the majority of hardware upgrades will require that only the affected hard partitions be brought down, not the entire system.  The reconfiguration or rebooting of an individual hard partition does not require a reboot of the entire system. Hard partitions support multiple operating systems, including HP-UX 11i, Windows Server 2003®, and Linux®.

Virtual Partitions – vPars
Created by software, each virtual partition runs its own operating-system image and can host its own applications, offering complete software isolation. Many virtual partitions can run within a hard partition or on the same physical server. Since processing cores allocated to a virtual partition can be allocated dynamically without requiring the partition to be rebooted, they offer tremendous flexibility. Processing cores may be “moved” from one virtual partition to another dynamically, allowing for load rebalancing to address changing data processing requirements.

Virtual Machines
One important approach to hardware sharing is that of providing a layer between the physical hardware and the operating system(s) which virtualizes the hardware components. In doing so, a single hardware component may be associated with multiple virtual hardware components. These virtual hardware components may then be grouped together into a virtual computer system, or virtual machine.

The virtual machine solved a problem: How to take advantage of hardware, as well as software needs, under the hood of the same box.  By its very definition,  &quot;an efficient, isolated duplicate of a real machine.&quot;  Great idea to resolve an age old problem with AutoCAD - how to run one version in DOS, and another in windows, to take advantage of as many resources and functions as were were able to within the confines of a single box.  Just like we did with AutoCAD 12 for DOS and 13 for Windows.  Release 13 had issues until patch c4 was issued.  And until that time, many of us booted to DOS for production work, back to Windows for other &quot;stuff.&quot;  But make no mistake, virtualization is solving the same problem (technically &quot;partitioning&quot;) for a dual &quot;boot,&quot; albiet a virtual dual boot - simply in a different era.</description>
		<content:encoded><![CDATA[<p>Virtualization certainly does have roots planted in partitioning.</p>
<p>The traditional model for deploying software applications has been to use one or more stand-alone computer systems, each of which runs a single operating system. As the power and capacity of individual hardware components – processing cores, network interfaces, and mass storage peripherals – has increased, the actual utilization of these hardware components has, in many cases, decreased. An immediate result of this combination is the desire to consolidate more than one software application or workload on the physical server. This practice is generally referred to as hardware consolidation. To address this desire for efficiency, manufacturers began providing a broad spectrum of hardware partitioning and sharing technologies.</p>
<p>Grouping hardware components of a physical computing configuration into subsystems or partitions is one approach to hardware consolidation. Because these partitions contain entire hardware components, they provide dedicated access to those components.</p>
<p>Providing a means of sharing hardware components within a physical server or partition can be performed in many different ways as outlined below:</p>
<p>Hard Partitions – nPars<br />
With electrical separation, hard partitions are isolated in hardware from each other, so hardware failures are confined to the partition in which they occur. Applications and operating environments execute in hard partitions that function as if they were separate physical servers. Moreover, the majority of hardware upgrades will require that only the affected hard partitions be brought down, not the entire system.  The reconfiguration or rebooting of an individual hard partition does not require a reboot of the entire system. Hard partitions support multiple operating systems, including HP-UX 11i, Windows Server 2003®, and Linux®.</p>
<p>Virtual Partitions – vPars<br />
Created by software, each virtual partition runs its own operating-system image and can host its own applications, offering complete software isolation. Many virtual partitions can run within a hard partition or on the same physical server. Since processing cores allocated to a virtual partition can be allocated dynamically without requiring the partition to be rebooted, they offer tremendous flexibility. Processing cores may be “moved” from one virtual partition to another dynamically, allowing for load rebalancing to address changing data processing requirements.</p>
<p>Virtual Machines<br />
One important approach to hardware sharing is that of providing a layer between the physical hardware and the operating system(s) which virtualizes the hardware components. In doing so, a single hardware component may be associated with multiple virtual hardware components. These virtual hardware components may then be grouped together into a virtual computer system, or virtual machine.</p>
<p>The virtual machine solved a problem: How to take advantage of hardware, as well as software needs, under the hood of the same box.  By its very definition,  &#8220;an efficient, isolated duplicate of a real machine.&#8221;  Great idea to resolve an age old problem with AutoCAD &#8211; how to run one version in DOS, and another in windows, to take advantage of as many resources and functions as were were able to within the confines of a single box.  Just like we did with AutoCAD 12 for DOS and 13 for Windows.  Release 13 had issues until patch c4 was issued.  And until that time, many of us booted to DOS for production work, back to Windows for other &#8220;stuff.&#8221;  But make no mistake, virtualization is solving the same problem (technically &#8220;partitioning&#8221;) for a dual &#8220;boot,&#8221; albiet a virtual dual boot &#8211; simply in a different era.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMWare Fusion 3 vs. Parallels Desktop 5 by Scott McEachron</title>
		<link>http://www.121pcs.net/?p=7478&#038;cpage=1#comment-745</link>
		<dc:creator>Scott McEachron</dc:creator>
		<pubDate>Wed, 02 Jun 2010 06:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.121pcs.net/?p=7478#comment-745</guid>
		<description>It&#039;s fairly simple, really, and it&#039;s sound advice if the intent was to run AutoCAD Civil 3D on either Fusion or Parallels.  

Thanks Anonymous (I&#039;ll never understand why those intending to be heard hide behind &quot;John Doe, we may like to ask more of your opinions).

Civil 3D will only run in a Windows Environment.  With the release of several surveys in the past year, it is clear Autodesk is interested in moving more design packages to the Mac.  More development staff, more AE staff, more high end users are interested in making a move to the Mac and running AutoCAD Civil 3D in a virtual environment.  And while Autodesk has said it &lt;a href=&quot;http://www.parallels.com/news/id,20267&quot; rel=&quot;nofollow&quot;&gt;supports Parallels&lt;/a&gt;, it&#039;s performance is far from smooth, and even farther from robust when running AutoCAD Civil 3D - again, the target of the post.

I stand by my initial findings.  Parallels is not robust enough to run AutoCAD Civil 3D in a production environment.   Fusion is.  Not only is this sound advice, it is likely the only advice you&#039;ll find comparing the strength of Running AutoCAD Civil 3D in Fusion vs. Parallels on Snow Leopard.</description>
		<content:encoded><![CDATA[<p>It&#8217;s fairly simple, really, and it&#8217;s sound advice if the intent was to run AutoCAD Civil 3D on either Fusion or Parallels.  </p>
<p>Thanks Anonymous (I&#8217;ll never understand why those intending to be heard hide behind &#8220;John Doe, we may like to ask more of your opinions).</p>
<p>Civil 3D will only run in a Windows Environment.  With the release of several surveys in the past year, it is clear Autodesk is interested in moving more design packages to the Mac.  More development staff, more AE staff, more high end users are interested in making a move to the Mac and running AutoCAD Civil 3D in a virtual environment.  And while Autodesk has said it <a href="http://www.parallels.com/news/id,20267" rel="nofollow">supports Parallels</a>, it&#8217;s performance is far from smooth, and even farther from robust when running AutoCAD Civil 3D &#8211; again, the target of the post.</p>
<p>I stand by my initial findings.  Parallels is not robust enough to run AutoCAD Civil 3D in a production environment.   Fusion is.  Not only is this sound advice, it is likely the only advice you&#8217;ll find comparing the strength of Running AutoCAD Civil 3D in Fusion vs. Parallels on Snow Leopard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Virtualization by Anonymized Thoughts</title>
		<link>http://www.121pcs.net/?p=4095&#038;cpage=1#comment-744</link>
		<dc:creator>Anonymized Thoughts</dc:creator>
		<pubDate>Wed, 02 Jun 2010 06:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.121pcs.net/?p=4095#comment-744</guid>
		<description>It certainly does not have &quot;its roots in partitioning&quot;. 
Creating Hardware abstractions layers to provide for a modular/portable way to initiate and/or transfer a guest OS to and from a host OS, has little to do with the process of bare metal booting rom a different partition after closing down an OS on another.

While this flexibility may seem to have some resemblance to you, as rebooting from another partition; this is certainly not the nature nor the origins Virtualizing one hardware and software platform in order to run on another.  Perhaps you were thinking of roots related to &quot;emulation&quot;, but certainly not &quot;partitioning&quot;.  This is like saying &quot;abstraction layers have their roots in defragmentation.&quot; - huh?</description>
		<content:encoded><![CDATA[<p>It certainly does not have &#8220;its roots in partitioning&#8221;.<br />
Creating Hardware abstractions layers to provide for a modular/portable way to initiate and/or transfer a guest OS to and from a host OS, has little to do with the process of bare metal booting rom a different partition after closing down an OS on another.</p>
<p>While this flexibility may seem to have some resemblance to you, as rebooting from another partition; this is certainly not the nature nor the origins Virtualizing one hardware and software platform in order to run on another.  Perhaps you were thinking of roots related to &#8220;emulation&#8221;, but certainly not &#8220;partitioning&#8221;.  This is like saying &#8220;abstraction layers have their roots in defragmentation.&#8221; &#8211; huh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMWare Fusion 3 vs. Parallels Desktop 5 by Anonymized Thoughts</title>
		<link>http://www.121pcs.net/?p=7478&#038;cpage=1#comment-743</link>
		<dc:creator>Anonymized Thoughts</dc:creator>
		<pubDate>Wed, 02 Jun 2010 05:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.121pcs.net/?p=7478#comment-743</guid>
		<description>Not very sound advice... 
Choosing a host OS for any high-end 3D applications is a much more sophisticated problem than the referring article aludes to. The Authors criticism in stability and GUI / Interface features is reckless and again lacks any solid reasoning where related to choosing a host OS for Mission Critical workflows and advanced 3D applications.

A much smarter corse of action would be to follow a solid, best practice, set of workflow procedure; and certainly eliminate any tendency to activate useless &quot;Coherence&quot; modes / features, or worry with &quot;multitouch&quot; or touchpad gestures, which have little to do with the PC application being utilized within the guest OS.  His criticism are a distraction from effective real-world test and any useful results for those wishing to exploit the power of OpenGL and DirectX application in question by your readers.

Anyone actually depending on Virtualized environments for the purpose of 3D Content Creation, Visualization or Simulation, will certainly benefit from using OS-X, and the Parallels solution for a multitude of stability and performance related issues which this reviewer is failing to even come close to consider, test or address.  I would not want to be in a position of siding with him, nor advising people to blindly switch or re-consider a choice of VM Ware product line for these particular use cases.

Incidentally, I also suggest utilizing some appropriate graphics hardware with a Multi-Proc Xeon, Mac Pro which can fully take advantage of both the Host OS and the Guest OS APIs and GLs; such as the Nvidia GTX-285.</description>
		<content:encoded><![CDATA[<p>Not very sound advice&#8230;<br />
Choosing a host OS for any high-end 3D applications is a much more sophisticated problem than the referring article aludes to. The Authors criticism in stability and GUI / Interface features is reckless and again lacks any solid reasoning where related to choosing a host OS for Mission Critical workflows and advanced 3D applications.</p>
<p>A much smarter corse of action would be to follow a solid, best practice, set of workflow procedure; and certainly eliminate any tendency to activate useless &#8220;Coherence&#8221; modes / features, or worry with &#8220;multitouch&#8221; or touchpad gestures, which have little to do with the PC application being utilized within the guest OS.  His criticism are a distraction from effective real-world test and any useful results for those wishing to exploit the power of OpenGL and DirectX application in question by your readers.</p>
<p>Anyone actually depending on Virtualized environments for the purpose of 3D Content Creation, Visualization or Simulation, will certainly benefit from using OS-X, and the Parallels solution for a multitude of stability and performance related issues which this reviewer is failing to even come close to consider, test or address.  I would not want to be in a position of siding with him, nor advising people to blindly switch or re-consider a choice of VM Ware product line for these particular use cases.</p>
<p>Incidentally, I also suggest utilizing some appropriate graphics hardware with a Multi-Proc Xeon, Mac Pro which can fully take advantage of both the Host OS and the Guest OS APIs and GLs; such as the Nvidia GTX-285.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seeing Civil 3D Contours in AutoCAD by Scott McEachron</title>
		<link>http://www.121pcs.net/?p=5909&#038;cpage=1#comment-631</link>
		<dc:creator>Scott McEachron</dc:creator>
		<pubDate>Mon, 26 Apr 2010 15:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.121pcs.net/?p=5909#comment-631</guid>
		<description>2010 in a 64-bit environment scares me.  I&#039;ve just seen too many issues, and I don&#039;t know of any third party options.  With that said, &lt;strong&gt;Civil 3D 2011 is 64-bit&lt;/strong&gt;, and it&#039;s available now!</description>
		<content:encoded><![CDATA[<p>2010 in a 64-bit environment scares me.  I&#8217;ve just seen too many issues, and I don&#8217;t know of any third party options.  With that said, <strong>Civil 3D 2011 is 64-bit</strong>, and it&#8217;s available now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seeing Civil 3D Contours in AutoCAD by TJ BRACE</title>
		<link>http://www.121pcs.net/?p=5909&#038;cpage=1#comment-630</link>
		<dc:creator>TJ BRACE</dc:creator>
		<pubDate>Mon, 26 Apr 2010 14:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.121pcs.net/?p=5909#comment-630</guid>
		<description>So what do you do with a 64bit environment running ACAD 2010 and you need to see Civil objects? Autodesk does not have a 64bit OE and the 32bit version will not run in 64... Is there a 3rd party option? They have 64 versions of Arch, MEP and others; any plans for Civil? THX</description>
		<content:encoded><![CDATA[<p>So what do you do with a 64bit environment running ACAD 2010 and you need to see Civil objects? Autodesk does not have a 64bit OE and the 32bit version will not run in 64&#8230; Is there a 3rd party option? They have 64 versions of Arch, MEP and others; any plans for Civil? THX</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Library Registration Information by Use Size Name From Parts List As Description - Paving the Way</title>
		<link>http://www.121pcs.net/?page_id=6643&#038;cpage=1#comment-607</link>
		<dc:creator>Use Size Name From Parts List As Description - Paving the Way</dc:creator>
		<pubDate>Wed, 07 Apr 2010 19:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.121pcs.net/?page_id=6643#comment-607</guid>
		<description>[...] Civil 3D Tutorials at I.II.I one.to.one AutoCAD&#174; Civil 3D&#174; Tutorials. Click Here for Registration Information. [...]</description>
		<content:encoded><![CDATA[<p>[...] Civil 3D Tutorials at I.II.I one.to.one AutoCAD&#174; Civil 3D&#174; Tutorials. Click Here for Registration Information. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flood Insurance Rate Maps &#8211; FIRMs, Q3 Data, and DFIRMs by Conan Witzel</title>
		<link>http://www.121pcs.net/?p=9582&#038;cpage=1#comment-521</link>
		<dc:creator>Conan Witzel</dc:creator>
		<pubDate>Thu, 25 Mar 2010 13:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.121pcs.net/?p=9582#comment-521</guid>
		<description>Scott,

Somewhere on the FEMA site there is a file to allow you to see the FEMA data in Google Earth.  I downloaded the kmz and it works great.  The kmz is named FEMA_NFHL_v2.3.kmz.

I can send it to you via email if you would like.

We use it all the time.

Thanks,

Conan</description>
		<content:encoded><![CDATA[<p>Scott,</p>
<p>Somewhere on the FEMA site there is a file to allow you to see the FEMA data in Google Earth.  I downloaded the kmz and it works great.  The kmz is named FEMA_NFHL_v2.3.kmz.</p>
<p>I can send it to you via email if you would like.</p>
<p>We use it all the time.</p>
<p>Thanks,</p>
<p>Conan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Haiti Earthquake: Converting Shipping Containers Into Emergency Housing by Brian</title>
		<link>http://www.121pcs.net/?p=7568&#038;cpage=1#comment-412</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 13 Feb 2010 02:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.121pcs.net/?p=7568#comment-412</guid>
		<description>Shipping containers turned into housing is a great idea. When I was in Iraq in 03-04, they were a welcome sight. It&#039;s not exactly luxury, but it&#039;s better than nothing. This is a great idea, and maybe we should look into this for hurricane season (I am from the gulf coast) for those that lose their homes in major storms. Anyway, just wanted to say I am glad to see folks improvising to find shelter for the earthquake victims.</description>
		<content:encoded><![CDATA[<p>Shipping containers turned into housing is a great idea. When I was in Iraq in 03-04, they were a welcome sight. It&#8217;s not exactly luxury, but it&#8217;s better than nothing. This is a great idea, and maybe we should look into this for hurricane season (I am from the gulf coast) for those that lose their homes in major storms. Anyway, just wanted to say I am glad to see folks improvising to find shelter for the earthquake victims.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Autodesk Acquires Assets from BOSS International by Femi Pearse</title>
		<link>http://www.121pcs.net/?p=6163&#038;cpage=1#comment-348</link>
		<dc:creator>Femi Pearse</dc:creator>
		<pubDate>Thu, 14 Jan 2010 14:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.121pcs.net/?p=6163#comment-348</guid>
		<description>Dear Sir/Ma,
         I am staff of a leading Engineering Consulting Firm in Nigeria and Abroad(GKW Nigeria Limited)
         We just purchased the WaterNet and StormNet  Software with license. I am new employed staff  
         that has not make   use of your software to design before now. 
         Please,help me with fast learning materials that we assist in using the WaterNet and StormNet 
         or how i can get myself trained on how to use either in Lagos here or abroad or online.
         The manual is instruction is not lucid enough. 
          Thank for your positive response.
    
          Femi Pearse</description>
		<content:encoded><![CDATA[<p>Dear Sir/Ma,<br />
         I am staff of a leading Engineering Consulting Firm in Nigeria and Abroad(GKW Nigeria Limited)<br />
         We just purchased the WaterNet and StormNet  Software with license. I am new employed staff<br />
         that has not make   use of your software to design before now.<br />
         Please,help me with fast learning materials that we assist in using the WaterNet and StormNet<br />
         or how i can get myself trained on how to use either in Lagos here or abroad or online.<br />
         The manual is instruction is not lucid enough.<br />
          Thank for your positive response.</p>
<p>          Femi Pearse</p>
]]></content:encoded>
	</item>
</channel>
</rss>
