Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
3 Registered (Gizmo, Mtier, 1 invisible), 17 Guests and 18 Spiders online.
Key: Admin, Global Mod, Mod
Top Posters
Gizmo 11707
Rick 7567
Ian 4107
Mark S 3983
ntdoc 3114
Sirdude 2041
jgeoff 1882
David Dreezer 1759
driv 1569
AllenAyres 1530
Latest Photos
Carrie - So Very
Testing
Test Photo
4TH of July at the river!
Test shots from D300 part 3
Page 1 of 2 1 2 >
Topic Options
Rate This Topic
#215304 - 07/08/08 05:25 PM UBB Threads Vs UBB.x and OpenTopic
Naz Offline
newbie

Registered: 06/30/08
Posts: 28
Hi - can any one explain to me the difference between these products and where I can get more info on UBB.x & OpenTopic.

Also can someone elaborate what the following means:

The UBB.x™ and OpenTopic™ applications use XML to organize information within the database. The end-result is that the data can be readily used in other formats.

- thanks, Naz

P.S: also the pricing info on UBB.x & OpenTopic


Edited by Nas (07/08/08 05:39 PM)
_________________________
Naz.
[The world is big enough for everyone - so be HAPPY smile ]

Top
#215310 - 07/08/08 06:32 PM Re: UBB Threads Vs UBB.x and OpenTopic [Re: Naz]
Pink Jazz Offline
member

Registered: 06/17/06
Posts: 116
Um, OpenTopic has been discontinued for several years now. UBB.x is now part of the Eve Community platform, which is now only limited to enterprise purchases.

UBB.threads is a downloadable forum solutition written in PHP. It is the most reliable forum software package out there. The price is definately worth it over other paid forum packages such as vBulletin or Invision Power Board.

Top
#215377 - 07/10/08 05:41 PM Re: UBB Threads Vs UBB.x and OpenTopic [Re: Pink Jazz]
David Dreezer Offline
Pooh-Bah

Registered: 07/21/06
Posts: 1759
Wow. Well done, Pink.
_________________________
I swear, if we wipe on trash one more time ...

Top
#215607 - 07/19/08 01:07 AM Re: UBB Threads Vs UBB.x and OpenTopic [Re: David Dreezer]
flyboyz Offline
stranger

Registered: 07/18/08
Posts: 1
I still have UBB classic. I have 6.7.1, I think it got up to .3 as the last upgrade. I'm not sure why I didn't do the last available upgrade. I know each time they had a default of 8 graemlins per post and I wanted 15, but it was never a CP feature so I got tired of looking for the file to change it manually each time there was an upgrade. Also at some point in the upgrade process UBB classic became really server intensive in terms of resources and some host providers banned it for that reason. I had to end up going to a high volume server.

Anyway, I've used UBB classic since 1999, so I've definitely been a loyal customer. I'd guess my question is how resource heavy is threads compared to classic? I'm interested in upgrading to threads, but I'd like to know that first.

Top
#215609 - 07/19/08 02:16 AM Re: UBB Threads Vs UBB.x and OpenTopic [Re: flyboyz]
Gizmo Moderator Online   shocked


Registered: 06/04/06
Posts: 11707
Loc: Portland, OR; USA
I had been running classic since god knows how long and moved over to threads when 7 came out and I couldn't be happier; the resource usage dwindled to near nothingness as compared to classic...
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#215611 - 07/19/08 05:21 AM Re: UBB Threads Vs UBB.x and OpenTopic [Re: Gizmo]
driv Offline
veteran

Registered: 01/10/04
Posts: 1569
Loc: Essex, UK
I too have been using since '99 (I think.) I really didn't want to move from Classic but I was forced into it due to the poor performance I was getting.

COULDN'T BE HAPPIER laugh

Make the move - it's a good move!
_________________________
I've gone Gold baby!
Oi Oi Saveloy!
(Courtesy of Sd - well known Anglophile...!?!)

Top
#215628 - 07/19/08 04:04 PM Re: UBB Threads Vs UBB.x and OpenTopic [Re: driv]
blaaskaak Offline


Registered: 08/30/06
Posts: 1218
Loc: Breda, NL
We made the move in 2003 since classic couldn't handle the load.

We are growing and growing, and threads is still handling the load perfectly smile


Edited by blaaskaak (07/19/08 04:05 PM)
_________________________

Top
#215647 - 07/20/08 04:37 PM Re: UBB Threads Vs UBB.x and OpenTopic [Re: blaaskaak]
Sirdude Offline


Registered: 04/19/07
Posts: 2041
Loc: SoCal, USA
i've worked on threads sites with over 1million users.. no probs

also sites with over 2.5 millon posts.. some probs only in search times, but there are ways to speed that up too smile
_________________________

A taxpayer voting for Obama is like a chicken voting for Colonel Sanders.

Top
#215656 - 07/21/08 11:53 AM Re: UBB Threads Vs UBB.x and OpenTopic [Re: Sirdude]
David Dreezer Offline
Pooh-Bah

Registered: 07/21/06
Posts: 1759
Biggest differences in terms of underlying foundation are that .classic uses perl only in CGI binary mode, not built into the server like mod_perl would be. Threads, on the other hand, uses PHP which most often is built into the server. It can be run as a CGI binary mode, but usually is not. That difference is huge. If .classic was built to run mod_perl it would have been easier on the server, but not at all portable.

Next, because .classic also was built to be incredibly portable, this it was built on flat text files. It had to load many files as data, more in later versions as it got more features. Some of those text files got quite large and could get corrupted if the server was overwhelmed with too much I/O. Part of what made the later versions of .classic feel slow and heavy was all the work that was put into it to prevent data corruption.

Threads is built on a MySQL relational database which is faster and easier on the server as you scale. It's less likely to corrupt as well. It still can have it's corruption or index problems, but is less likely to have them. MySQL can also be tricky to tune as your site gets larger, but it is able to be tuned pretty easily, where a flat file system really can't without some major voodoo and with less positive effect.


Edited by David Dreezer (07/21/08 11:55 AM)
_________________________
I swear, if we wipe on trash one more time ...

Top
#215661 - 07/21/08 03:09 PM Re: UBB Threads Vs UBB.x and OpenTopic [Re: David Dreezer]
Cuervo Offline
member

Registered: 02/09/07
Posts: 128
Loc: Sweet Home Alabama
So what does the VP of the parent company do in his off time? Help perspective new customers! Nice! I knew this was a great company.

Top
Page 1 of 2 1 2 >


Shout Box

Recent Topics
[7.3.x] Ignore link showed in userprofile for global moderators
by blaaskaak
Today at 01:27 PM
[7.3.x] Database password shown in adminlogs...
by blaaskaak
Today at 10:24 AM
7.3.1 Flood protection
by MattUK
Today at 03:55 AM
Changing title of forum
by Baby Boomer
Yesterday at 07:38 AM
Disable PM's for one group
by Musky
Yesterday at 07:10 AM
Forum Stats
4026 Members
33 Forums
30883 Topics
156827 Posts

Max Online: 978 @ 06/24/07 08:19 PM