Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
5 registered (driv, Flyin V, Harold, Ruben Rocha, Thelockman), 20 Guests and 19 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 11/08/06
Posts: 36
Top Posters (30 Days)
Ruben Rocha 179
Gizmo 112
Rick 106
Thelockman 79
driv 43
AllenAyres 35
ntdoc 28
Ian 24
Sirdude 23
ScriptKeeper 20
Latest Photos
My Home System
test photo gallery
Bernese Mountain Dogs
My Daimler
Dorado and shark
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
journeyman

Registered: 06/30/08
Posts: 63
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: 128
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: 1792
Wow. Well done, Pink.
_________________________
What do you mean "You're the bomb, run away?"

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: 12007
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 Online   happy
Pooh-Bah
****

Registered: 01/10/04
Posts: 1703
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!
_________________________
Oi Oi Saveloy!
(Courtesy of Sd - well known Anglophile...!?!)
My True star rating wink

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: 1299
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: 2077
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
_________________________


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: 1792
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)
_________________________
What do you mean "You're the bomb, run away?"

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

Today's Birthdays
No Birthdays
Recent Topics
I'm the Admin but.....
by David DelMonte
Today at 11:12 AM
Fatal error: Smarty::require_once
()

by ThreadsUser
Today at 08:17 AM
PayPal batch file for ID'ing expired and failed payment subscriptions?
by Mitch P.
Today at 06:02 AM
Shrinking graemlins
by Djuma
Yesterday at 05:48 PM
2 problems I'm seeing now.
by DougMM
Yesterday at 04:39 PM
Forum Stats
4261 Members
33 Forums
30535 Topics
154977 Posts

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