[thelist] Best Way to Make a Forum

John McRaven theraven at san.rr.com
Sun Jul 29 20:53:09 CDT 2001


Thanks,
  I kinda figured it was a database.  What datatype do you use for the
messages though?

John

-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of J J
Sent: Sunday, July 29, 2001 8:45 PM
To: thelist at lists.evolt.org
Subject: Re: [thelist] Best Way to Make a Forum


Database, for sure.  SQL Server will work flawlessly
with several hundred connections
searching/viewing/posting thousands of messages if the
ASP code is written well.  Of course, most sites won't
have but a few connections at any one time if the
connections are properly opened and closed.

The main concern will be how well your code is
written.

I have over 100 forums running on one web server and
one dedicated SQL server, storing over 200,000
messages serving over 2 million data-driven pages a
month, with no problems and it's quite responsive.

But this is using code I've written from the ground up
and have modified or fine tuned over the last couple
years.



--- John McRaven <theraven at san.rr.com> wrote:
> Hey,
>   I was wondering what is the best way to make an
> ASP forum. When I say
> best, I mean one that will be fast, and eat up
> little server resources.
> Should I store messages in a database, and if so
> what datatype should
> messages be.  Or, should I store messages in files
> and use the filesystem
> object.  If I did this, would I want to store each
> message in an individual
> file?  Or if there is a better way, please tell me.
> Thanks.
>

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list