﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » Task scheduler</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 01:39:06 GMT</lastBuildDate><ttl>20</ttl><item><title>Task scheduler</title><link>http://forum.strataframe.net/FindPost22511.aspx</link><description>Hi,&lt;br&gt;
I am developing task scheduler. May I know if SF ThreadManager suitable to be used here? Any ideas how to developer task scheduler?&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Thu, 25 Jun 2009 07:06:44 GMT</pubDate><dc:creator>ChanKK</dc:creator></item><item><title>RE: Task scheduler</title><link>http://forum.strataframe.net/FindPost23673.aspx</link><description>Again, it depends on how it will be shelled.  Most likely it will work fine in this environment, but I would still use a threaded timer in this type of scenario.</description><pubDate>Thu, 25 Jun 2009 07:06:44 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Task scheduler</title><link>http://forum.strataframe.net/FindPost23672.aspx</link><description>Hi,&lt;br&gt;
What if I use it for TaskManager? TaskManager will responsible to invoke an object method in async or sync mode; record down its start/end datetime; duration and etc.&lt;br&gt;
&lt;br&gt;
Please advice.&lt;br&gt;
&lt;br&gt;
Thank you</description><pubDate>Thu, 25 Jun 2009 06:34:20 GMT</pubDate><dc:creator>ChanKK</dc:creator></item><item><title>RE: Task scheduler</title><link>http://forum.strataframe.net/FindPost22521.aspx</link><description>Depends.&amp;nbsp; If you are doing this on the web, then no.&amp;nbsp; But even still, you are better off using a System.Threading.Timer in this type of situation so that you can create a scheduler to a timed event.&amp;nbsp; The System.Threading.Timer class is create for a threaded async or synced callback.&amp;nbsp; This is how we create our scheduled tasks.&lt;/P&gt;&lt;P&gt;This is a very low overhead mechanism to use.&amp;nbsp; In some cases we may have 20-30 of these going through an application and they work great.</description><pubDate>Mon, 30 Mar 2009 08:13:27 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>