Thread: For the webmaster:

  1. #1
    The Defective GRAPE Lurker's Avatar
    Join Date
    Feb 2003
    Posts
    949

    For the webmaster:

    About how much space (MBs, not GBs Im hoping ) does Cprogramming.com take up? How much can your server hold? Im making a site and im wondering how much server space I should get.
    Do not make direct eye contact with me.

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    More like terabytes you moron! j/k
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  3. #3
    Me -=SoKrA=-'s Avatar
    Join Date
    Oct 2002
    Location
    Europe
    Posts
    448
    Unless you wanna make a competing forum as complete as this one I don't think you'll need GBs of space. Get a few good hundred megs and I soupouse you could always get more.
    Why don't you reach webmaster directly instead of using the forum?
    EDIT: I guess the best way to know how much you should get is to make the site complete in you HD and see how much is takes. Add a few megs to that to make up for future ruquirements and you're set to go.
    Last edited by -=SoKrA=-; 11-30-2003 at 03:45 AM.
    SoKrA-BTS "Judge not the program I made, but the one I've yet to code"
    I say what I say, I mean what I mean.
    IDE: emacs + make + gcc and proud of it.

  4. #4
    mov.w #$1337,D0 Jeremy G's Avatar
    Join Date
    Nov 2001
    Posts
    704
    The sql database that runs the forum is what will eat up the most ammount of space.

    I'm not sure what the maximum character count is for this forum, but i know a few other vbulletin boards cap off posts to about 65000 characters max.

    Now, neglecting all other tables and fields, and only roughly figuring for post fields in the sql database we can do some *ROUGH* math.
    Now, Im not sure , but i believe sql table fields take up as much space as they are alotted, that is to say a spam post of only one word takes up 63.4kb. Sql might (probably does, but Im not that adept about sql) have space saving methods, but assuming it doesn't....


    assuming posts are configured for 65000 chars max (63.4kb)/field
    this board currently has (not including this post) aproximatly 308,452 posts.
    308,452 * 65000 = 20049380000 bytes.
    20049380000 bytes =-> 18.67244 gigabytes!
    how about them nuggets


    Lets assume that there are space saving techniques for each sql field, and only takes in size what ever is used. The average post count is say........ 450 .
    450 * 308452 = 138803400 bytes
    138803400 bytes =-> 0.12927 gigabytes =-> 132.37324 megabytes. much more reasonable!


    This has been a pointless, and probably innacurate exercise, but wasn't it fun?!
    c++->visualc++->directx->opengl->c++;
    (it should be realized my posts are all in a light hearted manner. And should not be taken offense to.)

  5. #5
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    And how much bandwidth does the site use?
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. The Webmaster, and what we think of him.
    By sean in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 07-19-2004, 09:02 AM
  2. Webmaster Businesses
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 0
    Last Post: 12-04-2003, 04:26 PM
  3. thank you webmaster and everyone... (take II)
    By fooball in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 02-20-2002, 11:00 AM