<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017457" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017457</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-error-too-many-client-tasks#comment-1102185</link>
    <description> &lt;p&gt;Okay ... the error is either at line 66 or line 144 - both lines of code query the database as follows:&lt;/p&gt;
&lt;p&gt;	rsTimeFormat.Open strSQL, strCon&lt;/p&gt;
&lt;p&gt;The table being queried, as you might guess, is where the formatting preferences for the date and time are kept.&lt;/p&gt;
&lt;p&gt;I&#039;m at work today (boo!) and have put &#039;on error resume next&#039; before both of those lines.  Now all of that thread shows up but from the point where the error message was appearing the date and times have returned to default formatting (dates in US order and not in full text - ie. 02/13/2002 rather than 13 February 2002 as I have my preferences set).&lt;/p&gt;
&lt;p&gt;I&#039;m more than happy to have the thread showing regardless of how the date appears.  But if anyone is able to shed some light as to why the error might be occurring and how I can fix it I&#039;d be mucho grateful.&lt;/p&gt;
&lt;p&gt;Thanks again.&lt;/p&gt;
&lt;p&gt;Bug&lt;/p&gt;
&lt;p&gt;PS.  Not hosting on CFM Resources - we use Webcentral in Sydney, Australia who everyone keeps telling me are very good ...&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Feb 2002 22:45:05 +0000</pubDate>
 <dc:creator>Sparklebug</dc:creator>
 <guid isPermaLink="false">comment 1102185 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-error-too-many-client-tasks#comment-1102143</link>
    <description> &lt;p&gt;R U hosting on cfm-resources.com by any chance?  If so, there&#039;s your problem! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Feb 2002 19:13:21 +0000</pubDate>
 <dc:creator>openmind</dc:creator>
 <guid isPermaLink="false">comment 1102143 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-error-too-many-client-tasks#comment-1102096</link>
    <description> &lt;p&gt;Yeah, it would help to see your code. If it&#039;s always happening in the same spot then I don&#039;t think its a client connection limitation, unless you&#039;re doing something funny with connections or something.&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Feb 2002 13:47:59 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1102096 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-error-too-many-client-tasks#comment-1102062</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote:&lt;br /&gt;
Someone has told me this could be because of a slow DNS connection and said perhaps we should get a DNS-less connection ... Does this sound right and, if so, what does it mean and how do I sort it out??
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Just checking, do you mean DSN or DNS?&lt;/p&gt;
&lt;p&gt;Your error &lt;em&gt;might&lt;/em&gt; be generated by an infinite loop (usually that comes up as some sort of &quot;out of bounds&quot; error but still...), or since its a long thread your process mught just be crashing. I&#039;m not too sure... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;BTW, whats your code on line 144 like? It might help to know that. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Feb 2002 07:02:02 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1102062 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-error-too-many-client-tasks#comment-1102037</link>
    <description> &lt;p&gt;Yep - always in the same spot.  And only started appearing a day or so ago - was fine before that.  &lt;/p&gt;
&lt;p&gt;I&#039;ve not been able to do an &#039;on error resume next&#039; where the error is appearing in the code because I&#039;m not at work today and don&#039;t have access to the files.  Will try that tomorrow.&lt;/p&gt;
&lt;p&gt;I know Access isn&#039;t ideal, but we need to use it at the moment.  Also the forum really doesn&#039;t get much traffic at all - about 50 members and a very small group of regular posters within that.&lt;/p&gt;
&lt;p&gt;Bug&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Feb 2002 04:14:39 +0000</pubDate>
 <dc:creator>Sparklebug</dc:creator>
 <guid isPermaLink="false">comment 1102037 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/asp-error-too-many-client-tasks#comment-1102034</link>
    <description> &lt;p&gt;I&#039;m not an ASP guy, so this probably won&#039;t be of any help. But..&lt;/p&gt;
&lt;p&gt;I&#039;ve heard that Access isn&#039;t very desirable, especially for high traffic sites.&lt;/p&gt;
&lt;p&gt;Is the error &lt;strong&gt;always&lt;/strong&gt; at the same spot?&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Feb 2002 04:10:49 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1102034 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
