Forum Moderators: open
I am curious about what the technical details are surrounding WMW.
Here are a couple of my specific curiosities.
1.DB type
2.Server
3.Software (off shelf, adapted, bespoke, home made)
Cheers
Richard.
Oh yeah and how slick is the rewrite of "W-M-W" to the full title. I had to include the "-" cos it kep rewriting it for me, with or without spaces etc :-)
>rewrite
those initials you mentioned are trademarked and we won't infringe upon that...
That is part of it. The other part is given the structure of a bbs system, we know what data we need based on the url. Using that, we allow the highly optimized file system to do the work of locating the data (the file). With a db, it has to find the data, then work the file system to retreive the data, and possibly decompress it. By using the file system to go straight to the data, we eliminate one or two steps and take advantage of builtin perks like disk caching.
Comparatively, I would suggest that this software could handle 5 to 10 times the load that a leading MySql based bbs can. The MySql/DBI based prototype I have built of this software is far slower. I would never put a SQL based BBS online without twice the box and the ability to cache the entire db in ram.
>price
Unknown. Let me finish the thing first and see what we have.
>updating kernels
No, it's a fully managed server.
>space
runs about 300 meg in "slim" mode (logs and extraneous foo files cleaned), and could pop well above 500 if I don't keep things tidy. Bandwidth, around 2+ gig a day + another 200meg in graphics that are on another server.
[edited by: Brett_Tabke at 3:42 am (utc) on Aug. 7, 2002]
Wow, I've been playing with seeing if I can turn my bandwidth into negative bandwidth...lol.....nah but I'm averaging 2.5/3kb per page view....must be all these lengthy threads bumping up the bandwidth- think I'm gonna be considerate and more selective in the threads I read....unless you have "unlimited" bandwidth Brett :) (I still think some hosts sell that)
IMO if everyone put their message limit on each page to 30 or something low.....bandwidth on this place will shrink :) That goes out to all you "recent posts" click addicts reading this ;) IMHO
From what I see of WebmasterWorld, much of it runs itself from the programming already done....so its left to be forgotten about while the real stuff (like BT posting his success recipe) can get done