<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Forum - Sloooow Posting....Help!</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Forum - Sloooow Posting....Help!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 13:52:31 +0000</pubDate>
  <lastBuildDate>Tue, 02 Dec 2003 05:37:06 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=7750</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Forum - Sloooow Posting....Help! :   morganhuet wrote:CDONTS component...]]></title>
   <link>https://forums.webwiz.net/forum-sloooow-posting-help_topic7750_post39284.html#39284</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12530">Paul Lush</a><br /><strong>Subject:</strong> 7750<br /><strong>Posted:</strong> 02&nbsp;December&nbsp;2003 at 5:37am<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by morganhuet" alt="Originally posted by morganhuet" style="vertical-align: text-bottom;" /> <strong>morganhuet wrote:</strong><br /><br />CDONTS component on the Win2K box&nbsp;</td></tr></table> </P><P>Use CDOSYS instead, then try persists</P>]]>
   </description>
   <pubDate>Tue, 02 Dec 2003 05:37:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-sloooow-posting-help_topic7750_post39284.html#39284</guid>
  </item> 
  <item>
   <title><![CDATA[Forum - Sloooow Posting....Help! : If you want a faster email, use...]]></title>
   <link>https://forums.webwiz.net/forum-sloooow-posting-help_topic7750_post39282.html#39282</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12530">Paul Lush</a><br /><strong>Subject:</strong> 7750<br /><strong>Posted:</strong> 02&nbsp;December&nbsp;2003 at 5:33am<br /><br /><P>If you want a faster email, use a component that just dumps email into a queue for sending.&nbsp; CDOSYS does this with a small change - this is what I use for a local SMTP (I think AspEmail has a email-to-queue option as well)<BR></P><P>Dim sch, cdoConfig<BR>sch = "<A href="http://schemas.microsoft.com/cdo/c&#111;nfigurati&#111;n/" target="_blank">http://schemas.microsoft.com/cdo/configuration/</A>"&nbsp;<BR>Set cdoConfig = Server.CreateObject("CDO.Configuration")<BR>With cdoConfig.Fields<BR>&nbsp;&nbsp;&nbsp; .Item(sch &amp; "sendusing") = 1 ' cdoSendUsingPickup<BR>&nbsp;&nbsp;&nbsp; .Item(sch &amp; "smtpserver") = "localhost" <BR>&nbsp;&nbsp;&nbsp; .Item(sch &amp; "smtpserverpickupdirectory") = "C:\inetpub\mailroot\pickup"<BR>&nbsp;&nbsp;&nbsp; .Item(sch &amp; "flushbuffersonwrite") = "true"<BR>&nbsp;&nbsp;&nbsp; .update 'new<BR>&nbsp;End With&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>Set objMessage = CreateObject("CDO.Message") <BR>Set objMessage.Configuration = cdoConfig&nbsp;<BR>objMessage.Sender = "<A href="mailto:audit@irs.gov" target="_blank">audit@irs.gov</A>"<BR>objMessage.To =&nbsp;&nbsp;"<A href="mailto:wells@fargo.com" target="_blank">wells@fargo.com</A>"<BR>objMessage.Send</P><span style="font-size:10px"><br /><br />Edited by Paul Lush</span>]]>
   </description>
   <pubDate>Tue, 02 Dec 2003 05:33:55 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-sloooow-posting-help_topic7750_post39282.html#39282</guid>
  </item> 
  <item>
   <title><![CDATA[Forum - Sloooow Posting....Help! : It would probally be faster using...]]></title>
   <link>https://forums.webwiz.net/forum-sloooow-posting-help_topic7750_post39259.html#39259</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 7750<br /><strong>Posted:</strong> 02&nbsp;December&nbsp;2003 at 2:57am<br /><br />It would probally be faster using CDONTS as the SMTP server it useswould be the local one, so no waiting for network transport etc.]]>
   </description>
   <pubDate>Tue, 02 Dec 2003 02:57:31 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-sloooow-posting-help_topic7750_post39259.html#39259</guid>
  </item> 
  <item>
   <title><![CDATA[Forum - Sloooow Posting....Help! : boRg, You are absolutely correct,...]]></title>
   <link>https://forums.webwiz.net/forum-sloooow-posting-help_topic7750_post39234.html#39234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=10415">morganhuet</a><br /><strong>Subject:</strong> 7750<br /><strong>Posted:</strong> 01&nbsp;December&nbsp;2003 at 8:03pm<br /><br /><P>boRg,</P><P>You are absolutely correct, I disabled the email notification in the Admin panel and it works really good now. Now I'm not sure what I can do regarding the email. I own the email server (Cobalt Unix) and have checked all the settings, it seems to be working just fine. Maybe I should use the CDONTS component on the Win2K box&nbsp;instead of ASPemail? Do you have any suggestions?</P><P>Morgan</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 01 Dec 2003 20:03:53 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-sloooow-posting-help_topic7750_post39234.html#39234</guid>
  </item> 
  <item>
   <title><![CDATA[Forum - Sloooow Posting....Help! : Are you using a remote SMTP server?  If...]]></title>
   <link>https://forums.webwiz.net/forum-sloooow-posting-help_topic7750_post39078.html#39078</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 7750<br /><strong>Posted:</strong> 01&nbsp;December&nbsp;2003 at 3:27am<br /><br />Are you using a remote SMTP server?<br><br>If so it could be that people have requested email notification andthat the reason why it is slow when you post is that the application iswhating for the SMTP server to responed before it completes the processof posting the post.<br><br>One way to test this could be to turn off email notification from theadmin section and then post a post and see if it is faster.<br>]]>
   </description>
   <pubDate>Mon, 01 Dec 2003 03:27:54 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-sloooow-posting-help_topic7750_post39078.html#39078</guid>
  </item> 
  <item>
   <title><![CDATA[Forum - Sloooow Posting....Help! : Hello, I posted a topic on Friday...]]></title>
   <link>https://forums.webwiz.net/forum-sloooow-posting-help_topic7750_post39050.html#39050</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=10415">morganhuet</a><br /><strong>Subject:</strong> 7750<br /><strong>Posted:</strong> 30&nbsp;November&nbsp;2003 at 10:20pm<br /><br /><P>Hello,</P><P>I posted a topic on Friday but didnt get any reply. <IMG style="CURSOR: pointer" &#111;nclick="AddSmileyIc&#111;n'smileys/smiley19.gif'" alt=Cry src="http://forums.webwiz.net/smileys/smiley19.gif" border="0">&nbsp;So I did some search over the weekend but still, cannot figure it out.&nbsp;I really&nbsp;hope you guys can help me!!! </P><P>The version of my forum is 7 (not the new one)&nbsp;and I run it against Access 2000 and while&nbsp;I've never had any problems with it, it's soooooooooooooooo slow each time you want to post a new topic that there must be something wrong with it. It takes like 2-3 minutes to post one reply, for real. I tried to compact the database, I tried to reboot the server but no luck. The rest of my site is running fine and fast, I own the server and it's got plenty of memory and bandwith. I'm just clueless on what I should do to fix the speed of the posting. The database is not even big, only 900 kb. The thing is I never get any error, it just takes forever.</P><P>Any idea? </P><P>Thanks for your assistance,</P><P>Morgan</P>]]>
   </description>
   <pubDate>Sun, 30 Nov 2003 22:20:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/forum-sloooow-posting-help_topic7750_post39050.html#39050</guid>
  </item> 
 </channel>
</rss>