<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013731" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013731</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/creating-online-forum-questions#comment-1079536</link>
    <description> &lt;p&gt;Just found out my ISP does not support DBs of any kind. So I think I might try it with 1 flat file per thread and limit searches to single topics. I could also retire treads after 6 months or so. I am doing for fun/learning. Maybe if I get alot of hits I could convert it to use mySQL later and I could pour the flat files into mySQL.&lt;/p&gt;
&lt;p&gt;Thanks for the suggestions.&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Mar 2001 21:57:04 +0000</pubDate>
 <dc:creator>spragueg</dc:creator>
 <guid isPermaLink="false">comment 1079536 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Of Databases...</title>
    <link>https://www.webmaster-forums.net/serverside-scripting/creating-online-forum-questions#comment-1079516</link>
    <description> &lt;p&gt;A bulletin board system is only as good as the database backing it up.  Flatfiles are destined for doom.  SQL is a far wiser choice, especially for searching.&lt;/p&gt;
&lt;p&gt;I strongly recommend using a language that provides a simple interface to an SQL database.  Perl, for instance, has the DBI module, which allows you to access practically any kind of SQL (and some non-SQL) databases with the same generic interface.&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Mar 2001 19:18:25 +0000</pubDate>
 <dc:creator>japhy</dc:creator>
 <guid isPermaLink="false">comment 1079516 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/creating-online-forum-questions#comment-1079489</link>
    <description> &lt;p&gt;Perl forums are not all that great.  Compair UBB to vBulletin.  UBB is written in Perl, and uses a flat file storage system. vBulleting is written in PHP and uses a mySQL storage system.  vBulleting is much faster.&lt;/p&gt;
&lt;p&gt;Also, if you use on file per whatever, you&#039;ll just increase the system load for searches.  Because you&#039;ll have to open each file, seach it, and close it.  Having many files storing your content may increase your spead for viewing threads (if done right).&lt;/p&gt;
&lt;p&gt;My recommendation is to use PHP with mySQL (if your server can supports it).&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Mar 2001 17:49:30 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1079489 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
