<?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"
	>
<channel>
	<title>Comments on: NHibernate caching solution for web farms</title>
	<atom:link href="http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/</link>
	<description>Random software musings</description>
	<pubDate>Sun, 05 Feb 2012 07:42:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: admin</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-657</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 26 Jan 2012 21:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-657</guid>
		<description>Good luck finding and quashing the bug quickly.  Please drop me a note later on and let me know how FileSysCache is working out for you.</description>
		<content:encoded><![CDATA[<p>Good luck finding and quashing the bug quickly.  Please drop me a note later on and let me know how FileSysCache is working out for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-656</link>
		<dc:creator>Mac</dc:creator>
		<pubDate>Thu, 26 Jan 2012 16:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-656</guid>
		<description>Hi Daniel. We spoke too soon wrt to the Pre Prod enviro. It is also failing. An interesting note is that when we inherited this issue we noted that the lazy setting was set to "false" in the mappings. As the hibernate was failing already we changed it to "true". This has aggravated the situation. Now we get failure even without the filesyscache running. We are down to assuming it is a code bug of some type.</description>
		<content:encoded><![CDATA[<p>Hi Daniel. We spoke too soon wrt to the Pre Prod enviro. It is also failing. An interesting note is that when we inherited this issue we noted that the lazy setting was set to &#8220;false&#8221; in the mappings. As the hibernate was failing already we changed it to &#8220;true&#8221;. This has aggravated the situation. Now we get failure even without the filesyscache running. We are down to assuming it is a code bug of some type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-655</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 25 Jan 2012 17:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-655</guid>
		<description>Hi Mac, the way you've set your path appears correct.  It looks like the problem might be with the NH mapping or the data itself.

Are you sure the DB schema match exactly?  Is it possible that the data in pre-prod is different and so the problem doesn't surface in that environment?

What if you make a small test app that won't affect your main prod application, so that you can verify that FileSysCache works in prod?</description>
		<content:encoded><![CDATA[<p>Hi Mac, the way you&#8217;ve set your path appears correct.  It looks like the problem might be with the NH mapping or the data itself.</p>
<p>Are you sure the DB schema match exactly?  Is it possible that the data in pre-prod is different and so the problem doesn&#8217;t surface in that environment?</p>
<p>What if you make a small test app that won&#8217;t affect your main prod application, so that you can verify that FileSysCache works in prod?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mac</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-654</link>
		<dc:creator>Mac</dc:creator>
		<pubDate>Wed, 25 Jan 2012 17:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-654</guid>
		<description>Hello Daniel... looking for some insight or ideas on what an issue might be. We are running a webfarm of up to 8 servers on an older .net 2.0 project. Using Nhibernate 1.2.0xx. We have installed the FileSysCache, Syscache and Nhibernate dlls into our bin folders. We shared a directory out to the 8 servers as in "\\server\SharedcacheFolder" in our web.config. The issue we are encountering is that in Pre prod on two servers we don't get ANY errors. On our prod using 4 servers, we get the following 'You may not dereference an collection with cascade="all-delete-orphan"'. My question as per Pab is once again to confirm.. you should set your -- filesyscache path="\\server\sharedCacheFolder"/--. We are scratching our heads trying to look for ideas. Is it an issue that we are using the same sharedcachefolder for both PreProd and Prod? Thanks for any ideas.</description>
		<content:encoded><![CDATA[<p>Hello Daniel&#8230; looking for some insight or ideas on what an issue might be. We are running a webfarm of up to 8 servers on an older .net 2.0 project. Using Nhibernate 1.2.0xx. We have installed the FileSysCache, Syscache and Nhibernate dlls into our bin folders. We shared a directory out to the 8 servers as in &#8220;\\server\SharedcacheFolder&#8221; in our web.config. The issue we are encountering is that in Pre prod on two servers we don&#8217;t get ANY errors. On our prod using 4 servers, we get the following &#8216;You may not dereference an collection with cascade=&#8221;all-delete-orphan&#8221;&#8216;. My question as per Pab is once again to confirm.. you should set your &#8212; filesyscache path=&#8221;\\server\sharedCacheFolder&#8221;/&#8211;. We are scratching our heads trying to look for ideas. Is it an issue that we are using the same sharedcachefolder for both PreProd and Prod? Thanks for any ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-503</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 21 Apr 2010 20:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-503</guid>
		<description>Hi Pab, that's correct, the path is for a shared drive that all the servers can access.</description>
		<content:encoded><![CDATA[<p>Hi Pab, that&#8217;s correct, the path is for a shared drive that all the servers can access.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pabmohan</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-501</link>
		<dc:creator>pabmohan</dc:creator>
		<pubDate>Sun, 18 Apr 2010 15:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-501</guid>
		<description>Hi could you please let us know what should be the path may be in:
filesyscache path="C:\Projects\NHibernate.Caches.FileSysCache.Tests\bin\Debug\Cache

web farm. In the web.config of each server.</description>
		<content:encoded><![CDATA[<p>Hi could you please let us know what should be the path may be in:<br />
filesyscache path=&#8221;C:\Projects\NHibernate.Caches.FileSysCache.Tests\bin\Debug\Cache</p>
<p>web farm. In the web.config of each server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pab</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-500</link>
		<dc:creator>Pab</dc:creator>
		<pubDate>Fri, 16 Apr 2010 06:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-500</guid>
		<description>I am try to ask about this path:

filesyscache path="C:\Projects\NHibernate.Caches.FileSysCache.Tests\bin\Debug\Cache"</description>
		<content:encoded><![CDATA[<p>I am try to ask about this path:</p>
<p>filesyscache path=&#8221;C:\Projects\NHibernate.Caches.FileSysCache.Tests\bin\Debug\Cache&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pab</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-499</link>
		<dc:creator>Pab</dc:creator>
		<pubDate>Fri, 16 Apr 2010 06:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-499</guid>
		<description>hi,

I am trying to implement FileSyscache, I have a doubt here, in the following


    
  

In a web farm, could you please share how this path should be implemented? Is it like we have to create a shared location for all the servers in Web Farm and set this path to that shared folder? 

Or we need to define this path poining so some local folder in each individual server's web.config

Hope I am able to explain</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>I am trying to implement FileSyscache, I have a doubt here, in the following</p>
<p>In a web farm, could you please share how this path should be implemented? Is it like we have to create a shared location for all the servers in Web Farm and set this path to that shared folder? </p>
<p>Or we need to define this path poining so some local folder in each individual server&#8217;s web.config</p>
<p>Hope I am able to explain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-493</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 01 Apr 2010 12:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-493</guid>
		<description>My apologies, it was working from the home page, but not from the individual article page - it's fixed now.</description>
		<content:encoded><![CDATA[<p>My apologies, it was working from the home page, but not from the individual article page - it&#8217;s fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neelesh</title>
		<link>http://www.danielansari.com/wordpress/2010/02/nhibernate-caching-solution-for-web-farms/#comment-492</link>
		<dc:creator>Neelesh</dc:creator>
		<pubDate>Thu, 01 Apr 2010 09:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.danielansari.com/wordpress/?p=71#comment-492</guid>
		<description>Hi thanks for the reply.But this link does not open .It returns "page Not Found 404" error.</description>
		<content:encoded><![CDATA[<p>Hi thanks for the reply.But this link does not open .It returns &#8220;page Not Found 404&#8243; error.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

