<?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 : Is WebWizForums Scalable</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 : Is WebWizForums Scalable]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 08 Apr 2026 08:09:25 +0000</pubDate>
  <lastBuildDate>Sat, 27 Jan 2007 15:06:32 +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=22463</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[Is WebWizForums Scalable :   cyberax wrote:For performance...]]></title>
   <link>https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119901.html#119901</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25322">MrMellie</a><br /><strong>Subject:</strong> 22463<br /><strong>Posted:</strong> 27&nbsp;January&nbsp;2007 at 3:06pm<br /><br /> <table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by cyberax" alt="Originally posted by cyberax" style="vertical-align: text-bottom;" /> <strong>cyberax wrote:</strong><br /><br />For performance always try to have just one recordset object open at a time. This really boosts the performance.</td></tr></table>Where in WWF is there ever more than one recordset open? <img src="https://forums.webwiz.net/smileys/smiley5.gif" border="0" align="middle" /> There is one recordset variable, rsCommon. It's only ever open once at any time. <br /><br />Regards using stored procedures, I've seen this hotly debated on other forum software sites. The concensus seems to be (and being backed up by performance tests)that there is no performance gain by switching to stored procedures but they do make maintenance more painful.<br /><br />I agree the pagination isn't perfect, but I can't see how else to improve it. Melkor's site shows how it can start to suffer with the members list having to pull back 80,000 records to display just 25 and this takes 3-4 seconds. Even a SP will have to initially pull off those 80,000 records before it submits the final 25 for the page. This is an extreme example though. For me and my forum, I really can't see it being an issue.  <img src="https://forums.webwiz.net/smileys/smiley1.gif" border="0" align="middle" /> ]]>
   </description>
   <pubDate>Sat, 27 Jan 2007 15:06:32 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119901.html#119901</guid>
  </item> 
  <item>
   <title><![CDATA[Is WebWizForums Scalable :    jeffdaro wrote:   -boRg-...]]></title>
   <link>https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119897.html#119897</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 22463<br /><strong>Posted:</strong> 27&nbsp;January&nbsp;2007 at 1:54pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jeffdaro" alt="Originally posted by jeffdaro" style="vertical-align: text-bottom;" /> <strong>jeffdaro wrote:</strong><br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by -boRg-" alt="Originally posted by -boRg-" style="vertical-align: text-bottom;" /> <strong>-boRg- wrote:</strong><br /><br />The SQL has been performance tuned and the number of database hits have been kept to a minimum...<br></td></tr></table><br><br>Borg...I've seen you mention this a few times, and each time I wonder why you have not moved the queries to Stored Procedures. Your performance gains would be immense and the code maintenance would be so much easier.<br><br>I had MOD'ed 7.x to use all SP's, but I have not done so on 8.x. Any thoughts on this for 9x?<br><br></td></tr></table><br><br>Version 7 used Stored Procedures for the SQL Server version but these where dropped for version 8 as they coursed allot of problems for many users when trying to upgrade between versions. The extra performance gain was minimal and actually found could produce faster performing SQL queries by producing dynamic queries on the fly for many of the pages. This also allowed for greater flexibility in producing dynamic queries.<br>]]>
   </description>
   <pubDate>Sat, 27 Jan 2007 13:54:09 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119897.html#119897</guid>
  </item> 
  <item>
   <title><![CDATA[Is WebWizForums Scalable : For performance always try to...]]></title>
   <link>https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119887.html#119887</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21845">cyberax</a><br /><strong>Subject:</strong> 22463<br /><strong>Posted:</strong> 27&nbsp;January&nbsp;2007 at 5:53am<br /><br /><P>For performance always try to have just one recordset object open at a time. This really boosts the performance.</P><DIV>Regards,</DIV>]]>
   </description>
   <pubDate>Sat, 27 Jan 2007 05:53:00 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119887.html#119887</guid>
  </item> 
  <item>
   <title><![CDATA[Is WebWizForums Scalable :     jeffdaro wrote: Borg...I&amp;#039;ve...]]></title>
   <link>https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119886.html#119886</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25313">Melkor</a><br /><strong>Subject:</strong> 22463<br /><strong>Posted:</strong> 27&nbsp;January&nbsp;2007 at 5:47am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jeffdaro" alt="Originally posted by jeffdaro" style="vertical-align: text-bottom;" /> <strong>jeffdaro wrote:</strong><br /><br /><br>Borg...I've seen you mention this a few times, and each time I wonder why you have not moved the queries to Stored Procedures. Your performance gains would be immense and the code maintenance would be so much easier.<br><br>I had MOD'ed 7.x to use all SP's, but I have not done so on 8.x. Any thoughts on this for 9x?<br><br></td></tr></table><br><br>I have found that SP's can cause transaction deadlocks if more than one is used per page for large load sites.<br><br>Even the few SP's your SYBG Mod uses has occasionally caused TD's on LotRPlaza since I&nbsp; put it up and I am in the process of converting it to a non-SP version utilizing the rsCommon already open.<br><span style="font-size:10px"><br /><br />Edited by Melkor - 27&nbsp;January&nbsp;2007 at 7:23am</span>]]>
   </description>
   <pubDate>Sat, 27 Jan 2007 05:47:47 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119886.html#119886</guid>
  </item> 
  <item>
   <title><![CDATA[Is WebWizForums Scalable : I&amp;#039;ve always wondered about...]]></title>
   <link>https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119885.html#119885</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19827">dfrancis</a><br /><strong>Subject:</strong> 22463<br /><strong>Posted:</strong> 27&nbsp;January&nbsp;2007 at 5:01am<br /><br />I've always wondered about the RTE images... it seems they don't cache and have to be transfered on each page view. Any insight?]]>
   </description>
   <pubDate>Sat, 27 Jan 2007 05:01:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119885.html#119885</guid>
  </item> 
  <item>
   <title><![CDATA[Is WebWizForums Scalable :    -boRg- wrote:The SQL has...]]></title>
   <link>https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119877.html#119877</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20197">jeffdaro</a><br /><strong>Subject:</strong> 22463<br /><strong>Posted:</strong> 27&nbsp;January&nbsp;2007 at 1:33am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by -boRg-" alt="Originally posted by -boRg-" style="vertical-align: text-bottom;" /> <strong>-boRg- wrote:</strong><br /><br />The SQL has been performance tuned and the number of database hits have been kept to a minimum...<br></td></tr></table><br><br>Borg...I've seen you mention this a few times, and each time I wonder why you have not moved the queries to Stored Procedures. Your performance gains would be immense and the code maintenance would be so much easier.<br><br>I had MOD'ed 7.x to use all SP's, but I have not done so on 8.x. Any thoughts on this for 9x?<br><br>]]>
   </description>
   <pubDate>Sat, 27 Jan 2007 01:33:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119877.html#119877</guid>
  </item> 
  <item>
   <title><![CDATA[Is WebWizForums Scalable : Hey! I know that site! Hehe!As...]]></title>
   <link>https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119669.html#119669</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=25313">Melkor</a><br /><strong>Subject:</strong> 22463<br /><strong>Posted:</strong> 22&nbsp;January&nbsp;2007 at 3:58am<br /><br />Hey! I know that site! Hehe!<br><br>As a user of WWF and Tech Admin of the site mentioned by Borg above I can say without hesitation that WWF is easily capable of handling 1 million hits a day and more.<br><br>lotrplaza.com has been using WWF since we began in January 2002 and the version we used for the first 5 years (which had to be one of the first WWF's released I think) handled traffic in excess of that figure on a regular basis. The only issues we ever had with relation to traffic were all server based. That first early version of WWF worked like clockwork right up until December of last year when we switched to V8.5.<br><br>We average 2 million posts a year from 80,000 members and easily managed 200,000+ page views a day.<br><br>You won't have a problem with WWF as long as you have a server capable of handling that type of visitor load. <br>]]>
   </description>
   <pubDate>Mon, 22 Jan 2007 03:58:28 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119669.html#119669</guid>
  </item> 
  <item>
   <title><![CDATA[Is WebWizForums Scalable :  That shouldn&amp;#039;t be a problem,...]]></title>
   <link>https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119651.html#119651</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 22463<br /><strong>Posted:</strong> 21&nbsp;January&nbsp;2007 at 6:17pm<br /><br />That shouldn't be a problem, the following forum link usually has between 100 and 200 active users online at any given time:-<br><br><a href="http://www.lotrplaza.com/forum/" target="_blank">http://www.lotrplaza.com/forum/</a><br><br>Other people have reported installations of Web Wiz Forums with over 1 million posts.<br><br>However, you would need to use the SQL Server version to handle this amount of traffic. <br><br>The SQL has been performance tuned and the number of database hits have been kept to a minimum, with so called 'dirty reads' and only locking rows during updates.<br><br>To add to this common database queries that do not change often and other data is cached in the web servers memory to reduce the number of hits on the database. However this does not mean the server requires an extra memory than most normal ASP database driven web site to run.<br><span style="font-size:10px"><br /><br />Edited by -boRg- - 21&nbsp;January&nbsp;2007 at 6:18pm</span>]]>
   </description>
   <pubDate>Sun, 21 Jan 2007 18:17:40 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119651.html#119651</guid>
  </item> 
  <item>
   <title><![CDATA[Is WebWizForums Scalable : Hi Borg, What you think how much...]]></title>
   <link>https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119631.html#119631</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21845">cyberax</a><br /><strong>Subject:</strong> 22463<br /><strong>Posted:</strong> 20&nbsp;January&nbsp;2007 at 7:36pm<br /><br /><DIV>Hi Borg,</DIV><DIV><BR>What you think how much traffic the current WebWizForum 8.05&nbsp;software can take?</DIV><DIV>&nbsp;</DIV><DIV>And can it work in high traffic scenerios something over 1 million pages views a day</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 20 Jan 2007 19:36:35 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/is-webwizforums-scalable_topic22463_post119631.html#119631</guid>
  </item> 
 </channel>
</rss>