+ Reply to Thread
Results 1 to 9 of 9
Like Tree3Likes
  • 1 Post By essellar
  • 2 Post By essellar

Thread: Data limits

  1. #1
    pooom.t89 is offline x10Hosting Member pooom.t89 is an unknown quantity at this point
    Join Date
    Sep 2011
    Posts
    3

    Data limits

    I think that your fabulous hosting would be better if you could increase the data limits per hour.

  2. #2
    Gouri's Avatar
    Gouri is offline Community Paragon Gouri has a brilliant futureGouri has a brilliant futureGouri has a brilliant future
    Join Date
    Oct 2007
    Location
    India
    Posts
    4,502

    Re: Data limits

    Quote Originally Posted by pooom.t89 View Post
    I think that your fabulous hosting would be better if you could increase the data limits per hour.
    Can you be specific about your issue.

    We have per hour limits to only for sending 100 email per hour.
    If you feel my post is useful then click to give Reputation (bottom left corner of this post)

    X10 Hosting | News and Announcements | Premium Hosting | VPS Hosting | Prime Membership

    Tech Community | Gouri

  3. #3
    Dead-i's Avatar
    Dead-i is offline Community Advocate Dead-i has a spectacular aura about
    Join Date
    Aug 2011
    Location
    United Kingdom
    Posts
    1,439

    Re: Data limits

    If you are referring to the High Resource Usage system, then just to let you know that this system is in place to prevent users from consuming too many server resources which would therefore affect the other users on the server. I will admit that it's easy to go over the limit, but with a server holding tens of thousands of users, you gotta be careful!

    Also, good to here you are enjoying x10Hosting!

  4. #4
    theone48's Avatar
    theone48 is offline x10 Sophmore theone48 is an unknown quantity at this point
    Join Date
    Jun 2011
    Posts
    221

    Question Re: Data limits

    This is going to sound like a stupid question, but what exactly does High Resources mean? Let's say for example, I've got a popular site.

    A: Does it mean storage, stuff I can upload on your servers that makes the site look good?
    B: Does it mean bandwith, how many visitors can visit my site?
    C: Does it mean auxiliary service usage, eg. sending or receiving too many e-mails or using the account too much?
    D: Maybe something else entirely?
    Last edited by theone48; 09-17-2011 at 11:26 PM.
    T1 Need Help? Add me to your friend's list & message anytime!
    If you believe this a good post, please click the star icon below. Thanks!
    Remember, help is only a step away in the forums or on Live Chat.

  5. #5
    essellar's Avatar
    essellar is offline Community Advocate essellar has a spectacular aura about
    Join Date
    Feb 2010
    Location
    Toronto, Ontario, CA
    Posts
    1,150

    Re: Data limits

    "High resource usage" refers exclusively to CPU use (the computational expense of your pages and scripts as it relates to time), RAM use (the computational expense of your pages/scripts as it relates to space) and (to a lesser extent) database requests. A poorly-designed script (one that was written with the assumption that it would be the only thing running on a server) can run over the limits with a single user on a "simple" page, or with a single cron run. A well-designed script (one that was optimized for big-O performance in both space and time, that uses denormalized data or stored procedures when appropriate, and that doesn't emit a lot of extraneous markup) can handle a surprisingly large number of users before bumping into the limits.

    There are a lot of platforms out there, particularly things like "advanced blogs" (eg., WordPress) and CMS platforms (eg., Drupal, Joomla) that are extremely versatile, but they get their versatility by doing a lot of work at service time. Adding more versatility (using plug-ins, which are not always well-written) can compound the problem. It is unfortunate, but not unusual, to see a simple-looking WordPress site trigger HRU suspensions on every visit -- especially when you consider that the same site, with the same functionality for both the end-user and the administrator, built as a custom development could probably serve a community of a few hundred users quite comfortably.

    Storage is limited by other provisions in the agreement (video/image galleries are restricted to 1GB, no file hosting, etc.). Bandwidth is more-or-less unlimited, but keep in mind that the number of users will affect how much computation a dynamic sit has to do to serve pages -- a poorly-designed site will hit the 240 CPU-seconds per hour limit much more quickly than something that was written with efficiency in mind. Emails are covered under a separate restriction (100 per hour max, plain text only, no forging or spoofing of headers) mostly to avoid spamming.
    theone48 likes this.
    “Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
    "It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)

  6. #6
    essellar's Avatar
    essellar is offline Community Advocate essellar has a spectacular aura about
    Join Date
    Feb 2010
    Location
    Toronto, Ontario, CA
    Posts
    1,150

    Re: Data limits

    It's too late to edit my previous posting, but the resource limits, and the way they are auto-handled by the system, are changing -- see Corey's announcement for more details. You still won't be able to do climate modelling or simulations of thermonuclear blast dynamics on a free hosting account or survive a slashdotting unscathed, but between the auto-reset and continued access to cPanel, you ought to be able to fix what's wrong if the problem is your site software.
    Corey and Livewire like this.
    “Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
    "It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)

  7. #7
    theone48's Avatar
    theone48 is offline x10 Sophmore theone48 is an unknown quantity at this point
    Join Date
    Jun 2011
    Posts
    221

    Thumbs up Re: Data limits

    Thanks essellar,

    I very much doubt I'll ever be doing those sims as you describe, but I might have a blog running sometime and that is good to know. Unfortunately, I know absolutely nil about programming, so I'd have no idea how to make anything efficient. Somebody would have to show me step-by-step when the time comes.
    T1 Need Help? Add me to your friend's list & message anytime!
    If you believe this a good post, please click the star icon below. Thanks!
    Remember, help is only a step away in the forums or on Live Chat.

  8. #8
    Dead-i's Avatar
    Dead-i is offline Community Advocate Dead-i has a spectacular aura about
    Join Date
    Aug 2011
    Location
    United Kingdom
    Posts
    1,439

    Re: Data limits

    You could use a software like Wordpress to make a blog. I used to host one on x10Hosting (before I bought x10vps) and I managed to host one without getting suspended for HRU.

    Softaculous is handy for auto-installing softwares like Wordpress

  9. #9
    theone48's Avatar
    theone48 is offline x10 Sophmore theone48 is an unknown quantity at this point
    Join Date
    Jun 2011
    Posts
    221

    Lightbulb Re: Data limits

    Yes, I could Dead-i. Also, I probably could link to a blog with another blog only provider somewhere else, maybe. That might eliminate the possibilty of HRU entirely. I see RVSitebuilder has a blogbuilder, but not sure if it applies in this case.
    T1 Need Help? Add me to your friend's list & message anytime!
    If you believe this a good post, please click the star icon below. Thanks!
    Remember, help is only a step away in the forums or on Live Chat.

+ Reply to Thread

Similar Threads

  1. What is limits
    By achraf52 in forum Free Hosting
    Replies: 1
    Last Post: 05-06-2011, 08:33 AM
  2. Space limits
    By micahraney56 in forum Free Hosting
    Replies: 4
    Last Post: 03-14-2011, 11:00 AM
  3. limits
    By mtech01020 in forum Free Hosting
    Replies: 1
    Last Post: 09-12-2010, 02:09 PM
  4. Data Base data for blog destroyed
    By metahive in forum Free Hosting
    Replies: 1
    Last Post: 08-14-2010, 10:34 PM
  5. New Question on Limits.
    By adsensefun in forum Free Hosting
    Replies: 1
    Last Post: 11-15-2007, 06:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers