<?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: Using Quartz.NET, Spring.NET and NHibernate to run Scheduled Tasks in ASP.NET</title>
	<atom:link href="http://www.zorched.net/2009/03/07/using-quartznet-springnet-and-nhibernate-to-run-scheduled-tasks-in-aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorched.net/2009/03/07/using-quartznet-springnet-and-nhibernate-to-run-scheduled-tasks-in-aspnet/</link>
	<description>Musings of a software developer in Milwaukee, WI.</description>
	<lastBuildDate>Fri, 05 Mar 2010 11:50:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve Edward</title>
		<link>http://www.zorched.net/2009/03/07/using-quartznet-springnet-and-nhibernate-to-run-scheduled-tasks-in-aspnet/comment-page-1/#comment-16039</link>
		<dc:creator>Steve Edward</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=293#comment-16039</guid>
		<description>Do you happen to have the working code example available for this. I am new to Spring/NHibernate and that would really help me fill in some blanks.</description>
		<content:encoded><![CDATA[<p>Do you happen to have the working code example available for this. I am new to Spring/NHibernate and that would really help me fill in some blanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jérôme De Cuyper</title>
		<link>http://www.zorched.net/2009/03/07/using-quartznet-springnet-and-nhibernate-to-run-scheduled-tasks-in-aspnet/comment-page-1/#comment-16030</link>
		<dc:creator>Jérôme De Cuyper</dc:creator>
		<pubDate>Mon, 04 Jan 2010 23:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=293#comment-16030</guid>
		<description>Excellent post, thanks a lot for sharing!</description>
		<content:encoded><![CDATA[<p>Excellent post, thanks a lot for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Lane</title>
		<link>http://www.zorched.net/2009/03/07/using-quartznet-springnet-and-nhibernate-to-run-scheduled-tasks-in-aspnet/comment-page-1/#comment-15889</link>
		<dc:creator>Geoff Lane</dc:creator>
		<pubDate>Mon, 26 Oct 2009 14:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=293#comment-15889</guid>
		<description>@nur kan,
I haven&#039;t tried it with Sybase and it does not seem that the Quartz.net distribution distributes Sybase SQL files. Behind the scenes Quartz uses ADO.NET so, assuming you have a Sybase provider, you should be able to get it to work.

Internally they have some DB specific Delegates for dealing with differences. I&#039;m sure they would love for someone to contribute a Sybase specific implementation...</description>
		<content:encoded><![CDATA[<p>@nur kan,<br />
I haven&#8217;t tried it with Sybase and it does not seem that the Quartz.net distribution distributes Sybase SQL files. Behind the scenes Quartz uses ADO.NET so, assuming you have a Sybase provider, you should be able to get it to work.</p>
<p>Internally they have some DB specific Delegates for dealing with differences. I&#8217;m sure they would love for someone to contribute a Sybase specific implementation&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nur kan</title>
		<link>http://www.zorched.net/2009/03/07/using-quartznet-springnet-and-nhibernate-to-run-scheduled-tasks-in-aspnet/comment-page-1/#comment-15888</link>
		<dc:creator>nur kan</dc:creator>
		<pubDate>Mon, 26 Oct 2009 07:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=293#comment-15888</guid>
		<description>can we use this solution with sybase database ? do you have any idea ?</description>
		<content:encoded><![CDATA[<p>can we use this solution with sybase database ? do you have any idea ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Lahma</title>
		<link>http://www.zorched.net/2009/03/07/using-quartznet-springnet-and-nhibernate-to-run-scheduled-tasks-in-aspnet/comment-page-1/#comment-15078</link>
		<dc:creator>Marko Lahma</dc:creator>
		<pubDate>Wed, 13 May 2009 03:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/?p=293#comment-15078</guid>
		<description>Actually the preferred way to configure the locking mechanism is to define semaphore implementation:

properties[&quot;quartz.jobStore.lockHandler.type&quot;] = &quot;Quartz.Impl.AdoJobStore.UpdateLockRowSemaphore, Quartz&quot;;

This hides the SQL details.

You have a good point there about not being able to run out of the box with SQL Server. Maybe there should be at least a warning issued about not having the correct row locking implementation. SQLite actually needs this configuration also.</description>
		<content:encoded><![CDATA[<p>Actually the preferred way to configure the locking mechanism is to define semaphore implementation:</p>
<p>properties["quartz.jobStore.lockHandler.type"] = &#8220;Quartz.Impl.AdoJobStore.UpdateLockRowSemaphore, Quartz&#8221;;</p>
<p>This hides the SQL details.</p>
<p>You have a good point there about not being able to run out of the box with SQL Server. Maybe there should be at least a warning issued about not having the correct row locking implementation. SQLite actually needs this configuration also.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
