Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
3 Registered (blaaskaak, 2 invisible), 20 Guests and 18 Spiders online.
Key: Admin, Global Mod, Mod
Top Posters
Gizmo 11670
Rick 7543
Ian 4099
Mark S 3969
ntdoc 3101
Sirdude 2041
jgeoff 1876
David Dreezer 1748
driv 1552
AllenAyres 1519
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
stranger

Registered: 06/30/08
Posts: 24
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: 1748
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 Offline


Registered: 06/04/06
Posts: 11670
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: 1552
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 Online   content


Registered: 08/30/06
Posts: 1209
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: 1748
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
#215691 - 07/21/08 06:22 PM Re: UBB Threads Vs UBB.x and OpenTopic [Re: Cuervo]
David Dreezer Offline
Pooh-Bah

Registered: 07/21/06
Posts: 1748
Threads and classic are still in my heart. It's where we came from and I think threads is still both a great product and a great value. I had a lot of fun in this community for a lot of years and still do enjoy it. I don't have the time to put into the product or the community that I used to, obviously, nor do I have the depth of knowledge on threads that I used to, but from time to time I still like to visit and say a word here and there. Giving back always feels good, too.
_________________________
I swear, if we wipe on trash one more time ...

Top
Page 1 of 2 1 2 >


Shout Box

Recent Topics
Import UBB classic from to UBB threads runs on a new server
by Hari Varma
Today at 06:30 AM
Import UBB classic 6.7.2 to UBB threads 7.3.1
by MrVasu
Today at 12:44 AM
File Attachment problem
by Murphdog
Yesterday at 07:44 PM
group_foumperms.php Hangs
by mmem700
Yesterday at 05:58 AM
What causes this message to pop up?
by Larry Miller
Yesterday at 04:13 AM
Forum Stats
4010 Members
33 Forums
30825 Topics
156535 Posts

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