<?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: SharePoint: Improving Performance</title>
	<atom:link href="http://arnoldit.com/wordpress/2008/09/23/sharepoint-improving-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://arnoldit.com/wordpress/2008/09/23/sharepoint-improving-performance/</link>
	<description>by Stephen E. Arnold</description>
	<lastBuildDate>Thu, 24 May 2012 08:08:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Thomas Trung Vo</title>
		<link>http://arnoldit.com/wordpress/2008/09/23/sharepoint-improving-performance/comment-page-1/#comment-173060</link>
		<dc:creator>Thomas Trung Vo</dc:creator>
		<pubDate>Wed, 01 Jun 2011 07:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://arnoldit.com/wordpress/?p=1954#comment-173060</guid>
		<description>Improve reading files performance for SharePoint 2010 / T?ng hi?u su?t ??c file cho SharePoint 2010  http://sharepointtaskmaster.blogspot.com/2011/06/improve-reading-files-performance-for.html</description>
		<content:encoded><![CDATA[<p>Improve reading files performance for SharePoint 2010 / T?ng hi?u su?t ??c file cho SharePoint 2010  <a href="http://sharepointtaskmaster.blogspot.com/2011/06/improve-reading-files-performance-for.html" rel="nofollow">http://sharepointtaskmaster.blogspot.com/2011/06/improve-reading-files-performance-for.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fred</title>
		<link>http://arnoldit.com/wordpress/2008/09/23/sharepoint-improving-performance/comment-page-1/#comment-98221</link>
		<dc:creator>fred</dc:creator>
		<pubDate>Tue, 09 Mar 2010 06:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://arnoldit.com/wordpress/?p=1954#comment-98221</guid>
		<description>@steve

ncachepoint sound very good. like other products that existed before it e.g storagepoint, etc. ncachepoint too externalizes and caches blobs that really help much in putting load off from sql database. moreover, the software is good for caching other ncachepoint stuff as well, it is a good think to look at for heavy sharepoint users</description>
		<content:encoded><![CDATA[<p>@steve</p>
<p>ncachepoint sound very good. like other products that existed before it e.g storagepoint, etc. ncachepoint too externalizes and caches blobs that really help much in putting load off from sql database. moreover, the software is good for caching other ncachepoint stuff as well, it is a good think to look at for heavy sharepoint users</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://arnoldit.com/wordpress/2008/09/23/sharepoint-improving-performance/comment-page-1/#comment-98122</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Mon, 08 Mar 2010 11:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://arnoldit.com/wordpress/?p=1954#comment-98122</guid>
		<description>This is true the SQL bottlenecks does occur that affects SharePoint performance. .NET applications using SQL Server faces same problems, too.

The issue of SQL can be resolved if BLOBs are not stored in SQL Server but in an external store instead, like EBS.

Further improvements to SharePoint performance and scalability can be resolved by using a third-party caching solution like Ncachepoint or others that do the same thing. Ncachepoint not only externalizes BLOBs but also caches them. It also caches Lists, Views and Sessions. 

What else to cache? Ncachepoint caches most things that will lead to performance boost. I think Ncachepoint from alachisoft, a company that is already in making caching solutions for .NET has done a good job of making this software for Ncachepoint.</description>
		<content:encoded><![CDATA[<p>This is true the SQL bottlenecks does occur that affects SharePoint performance. .NET applications using SQL Server faces same problems, too.</p>
<p>The issue of SQL can be resolved if BLOBs are not stored in SQL Server but in an external store instead, like EBS.</p>
<p>Further improvements to SharePoint performance and scalability can be resolved by using a third-party caching solution like Ncachepoint or others that do the same thing. Ncachepoint not only externalizes BLOBs but also caches them. It also caches Lists, Views and Sessions. </p>
<p>What else to cache? Ncachepoint caches most things that will lead to performance boost. I think Ncachepoint from alachisoft, a company that is already in making caching solutions for .NET has done a good job of making this software for Ncachepoint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Grabner</title>
		<link>http://arnoldit.com/wordpress/2008/09/23/sharepoint-improving-performance/comment-page-1/#comment-37608</link>
		<dc:creator>Andreas Grabner</dc:creator>
		<pubDate>Sat, 24 Jan 2009 18:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://arnoldit.com/wordpress/?p=1954#comment-37608</guid>
		<description>I agree with you in some points. I also want to point out that systems that are highly customizable are usually not trimmed on performance for your specific need.
Its therefore necessary that you understand what you do when customizing a platform like SharePoint. There are many DO&#039;s and DONT&#039;s. Understanding the Platform helps a lot when you write your own WebParts or when you define your Lists, Views and Indices.
I spent some time analyzing the SharePoint object model to understand how to best develop against sharepoint lists and views and how to best customize it.
check out my findings at http://blog.dynatrace.com/category/net/sharepoint-net

Hope this helps</description>
		<content:encoded><![CDATA[<p>I agree with you in some points. I also want to point out that systems that are highly customizable are usually not trimmed on performance for your specific need.<br />
Its therefore necessary that you understand what you do when customizing a platform like SharePoint. There are many DO&#8217;s and DONT&#8217;s. Understanding the Platform helps a lot when you write your own WebParts or when you define your Lists, Views and Indices.<br />
I spent some time analyzing the SharePoint object model to understand how to best develop against sharepoint lists and views and how to best customize it.<br />
check out my findings at <a href="http://blog.dynatrace.com/category/net/sharepoint-net" rel="nofollow">http://blog.dynatrace.com/category/net/sharepoint-net</a></p>
<p>Hope this helps</p>
]]></content:encoded>
	</item>
</channel>
</rss>

