<?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: XenApp cmdlets VS MFCOM &#8211; Performance Test</title>
	<atom:link href="http://nickholmquist.com/archives/75/feed" rel="self" type="application/rss+xml" />
	<link>http://nickholmquist.com/archives/75</link>
	<description></description>
	<lastBuildDate>Sun, 06 May 2012 04:30:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: nickholmquist.com &#187; XenApp cmdlets VS MFCOM - Performance Test - Update</title>
		<link>http://nickholmquist.com/archives/75/comment-page-1#comment-271</link>
		<dc:creator>nickholmquist.com &#187; XenApp cmdlets VS MFCOM - Performance Test - Update</dc:creator>
		<pubDate>Fri, 03 Jul 2009 11:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://nickholmquist.com/?p=75#comment-271</guid>
		<description>[...] Performance Test - Update  July 3rd, 2009  Goto comments Leave a comment      So last month I did a comparison test with MFCOM vs the new XenApp cmdlets.  My intention was simply to see if the cmdlets had the same [...]</description>
		<content:encoded><![CDATA[<p>[...] Performance Test &#8211; Update  July 3rd, 2009  Goto comments Leave a comment      So last month I did a comparison test with MFCOM vs the new XenApp cmdlets.  My intention was simply to see if the cmdlets had the same [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XenApp cmdlets vs MFCOM &#124; ReneVester.com</title>
		<link>http://nickholmquist.com/archives/75/comment-page-1#comment-270</link>
		<dc:creator>XenApp cmdlets vs MFCOM &#124; ReneVester.com</dc:creator>
		<pubDate>Wed, 01 Jul 2009 19:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://nickholmquist.com/?p=75#comment-270</guid>
		<description>[...] Nick has a very nice overview of the results and you should go have a look at his blog post here: http://nickholmquist.com/archives/75 [...]</description>
		<content:encoded><![CDATA[<p>[...] Nick has a very nice overview of the results and you should go have a look at his blog post here: <a href="http://nickholmquist.com/archives/75" rel="nofollow">http://nickholmquist.com/archives/75</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Holmquist</title>
		<link>http://nickholmquist.com/archives/75/comment-page-1#comment-252</link>
		<dc:creator>Nick Holmquist</dc:creator>
		<pubDate>Fri, 05 Jun 2009 02:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://nickholmquist.com/?p=75#comment-252</guid>
		<description>I honestly thought that when a LoadData was performed it went ahead and pulled the servers and accounts (along with all of the other data).  I will run some more tests to get a better comparison.
Thanks for the info!</description>
		<content:encoded><![CDATA[<p>I honestly thought that when a LoadData was performed it went ahead and pulled the servers and accounts (along with all of the other data).  I will run some more tests to get a better comparison.<br />
Thanks for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Leon</title>
		<link>http://nickholmquist.com/archives/75/comment-page-1#comment-250</link>
		<dc:creator>Felipe Leon</dc:creator>
		<pubDate>Thu, 04 Jun 2009 21:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://nickholmquist.com/?p=75#comment-250</guid>
		<description>LoadData loads the app specific data (according to the app type), not its associations, which are more expensive to read (accounts, servers, etc).
This is why I suggested to compare it to Get-XAApplication.</description>
		<content:encoded><![CDATA[<p>LoadData loads the app specific data (according to the app type), not its associations, which are more expensive to read (accounts, servers, etc).<br />
This is why I suggested to compare it to Get-XAApplication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Holmquist</title>
		<link>http://nickholmquist.com/archives/75/comment-page-1#comment-248</link>
		<dc:creator>Nick Holmquist</dc:creator>
		<pubDate>Wed, 03 Jun 2009 21:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://nickholmquist.com/?p=75#comment-248</guid>
		<description>LoadData() does just that though, does it not?  I thought a LoadData call in MFCOM pulls back servers and accounts and enumerating through them does not make a separate call to the Server/Account objects?

I agree it isn&#039;t a fair comparison since it is a CTP and I am looking forward to what you guys can do to improve it!</description>
		<content:encoded><![CDATA[<p>LoadData() does just that though, does it not?  I thought a LoadData call in MFCOM pulls back servers and accounts and enumerating through them does not make a separate call to the Server/Account objects?</p>
<p>I agree it isn&#8217;t a fair comparison since it is a CTP and I am looking forward to what you guys can do to improve it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Leon</title>
		<link>http://nickholmquist.com/archives/75/comment-page-1#comment-247</link>
		<dc:creator>Felipe Leon</dc:creator>
		<pubDate>Wed, 03 Jun 2009 13:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://nickholmquist.com/?p=75#comment-247</guid>
		<description>I think to make the comparison a bit more fair, you would have to output all the properties from the mfcom objects. 
Also, instead of Get-XAApplicationReport, try using Get-XAApplication, which does not have to resolve the accounts, server names, and pull all the icon data for every app.
But still, this release is a CTP and it has not been optimized. Even thought it connects to the backend directly, the interoperability with unmanaged code provides a lot of opportunities for optimization.
Thanks.</description>
		<content:encoded><![CDATA[<p>I think to make the comparison a bit more fair, you would have to output all the properties from the mfcom objects.<br />
Also, instead of Get-XAApplicationReport, try using Get-XAApplication, which does not have to resolve the accounts, server names, and pull all the icon data for every app.<br />
But still, this release is a CTP and it has not been optimized. Even thought it connects to the backend directly, the interoperability with unmanaged code provides a lot of opportunities for optimization.<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

