Uh oh, my bad. I was talking about the old Allaire forums which went
open-source.
http://www.houseoffusion.com/forumspot
Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division
-----Original Message-----
From: Che Vilnonis [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 10:46 AM
To: CF-Talk
Subject: RE: CF Forum 2000
Help me out...are we talking about the following forum here???
http://www.cfcode.com/index.cfm/fuse/forumdetails.htm
Let me know...Ché
-----Original Message-----
From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 10:43 AM
To: CF-Talk
Subject: RE: CF Forum 2000
Yes but..... it looks nice.
-----Original Message-----
From: Adam Wayne Lehman [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 9:35 AM
To: CF-Talk
Subject: RE: CF Forum 2000
Run, do not walk away from cfForums. It is a curse. It's one of the
most
poorly written applications I've seen. I've read every single line of
code, and my god, it's junk. We had over 30 forums and it was slow and
unresponsive. Not to mention debugging the application and/or
integrating it is a feat in patience. The code is so disorganized and
backasswards.
Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division
-----Original Message-----
From: Jim Davis [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 3:19 AM
To: CF-Talk
Subject: RE: CF Forum 2000
Actually - if I remember correctly - CF Forums was never encrypted.
So
no matter what version you have you should be able to dig in.
My main issue with it is that the fundamental codebase for CF Forums
was
begun with CF 2.0 and was maintained on a "oh, do we HAVE to!" budget
and timeline. It was a fine piece of software 5 or six years ago, but
it's age is just too apparent now.
Jim Davis
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, October 17, 2003 2:04 AM
To: CF-Talk
Subject: Re: CF Forum 2000
Yes, maybe, and yes. :)
If you are talking about rewriting it I assume you have the open
source version. CF Forums main bottleneck is that it uses subqueries
to generate the message counts. Get a lot of messages, or a lot of
forums and it starts to blow a gasket. It's also been a while and
there may be a new version out...so my experience may be outdated
here.
The key optimizations that needs to be done it start precalculating
those topic totals, etc, remove all the looped over queries, then
start in caching.
In the end I was able to get a forum with 50! forums and over 75,000
messages displaying in sub 100ms times with a single user, before
any db optimizations. Under load it did well...can't remember times
though.
--
mailto:[EMAIL PROTECTED]
Friday, October 17, 2003, 12:21:35 AM, you wrote:
RS> Hi all,
RS> Has anyone here implemented a high volume site using CF FORUM
2000?
RS> We have just inherited one, and am wondering how solid the code
is.
RS> Its a very busy forum, doing about 3 gigs of traffic per day, and
its
RS> started to show signs of breaking down, e.g. deadlock errors,
RS> timeouts, "No more data available to read" errors.
RS> Should I be looking for different forum software? Or re-write the
code
RS> myself?
RS> Has anyone done an optimisation job on the CFFORUM code and can
give
a
RS> few pointers on where the bottlenecks are?
RS> thanks, bye!
_____
_____
_____
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
- Goofy Rows Questions Eric Hoffman
- RE: Goofy Rows Questions Tony Weeg
- RE: Goofy Rows Questions Tony Weeg
- CF Forum 2000 Ryan Sabir
- Re: CF Forum 2000 jonhall
- RE: CF Forum 2000 Jim Davis
- RE: CF Forum 2000 Adam Wayne Lehman
- RE: CF Forum 2000 Mark A. Kruger - CFG
- RE: CF Forum 2000 Che Vilnonis
- Re: CF Forum 2000 Adam Wayne Lehman
- Re: CF Forum 2000 Jochem van Dieten
- Sort Order Best Practic... Les Mizzell
- Re: Sort Order Best Pra... Deanna Schneider
- Re: Sort Order Best Pra... Les Mizzell
- SQL Server Indexing of tables help Rafael Bleiweiss
- RE: Goofy Rows Questions Eric Hoffman
- RE: Goofy Rows Questions Eric Hoffman
- RE: Goofy Rows Questions Tony Weeg
- RE: Goofy Rows Questions Charlie Griefer
- RE: Goofy Rows Questions Pascal Peters