ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


User Maximum and File increase


  • 2011-08-10 15:03:50

    User Maximum and File increase

    I have a very good web service provider, and I intend to log a lot of users into the atutor system. What is the maximum number of users that can log into the system
    However, I want to know how I can increase the maximum file size (10mb) that can be uploaded into the atutor system. (upload_max_size in php.ini). Please note that I'm not that good in php programming.
    Thanks.

  • 2011-08-10 15:21:27

    Re: User Maximum and File increase

    There's no limitation on the number of users that can log into ATutor.

    To increase the maximum uploaded file size,

    1. in php.ini, make sure these settings have values that exceed your maximum file size: post_max_size, upload_max_filesize

    2. login as ATutor admin -> "Courses" tab -> select the course that you want to increase the uploaded file size -> "Edit" button -> Scroll down to sections of "Course Quota" and "Max File Size" -> also make sure they have values that are greater than your desired maximum uploaded file size.

  • 2011-08-10 16:24:00

    Re: User Maximum and File increase

    Regarding how many can login, as Cindy says, there is no set limit, but depending on the power of the server, there will be an upper limit. That limit is many thousand. A better measure is the number of requests that users can make simultaneously. You may have 5000 users logged in at once, but likely less that 50 making requests at any given moment. ATutor has no trouble handling that number of requests on typical current server technology. Perhaps 200 simultaneous request is a good upper limit.

    You can always increase the power of the system to accommodate larger numbers if things become slow.

  • 2011-08-10 22:10:11

    Re: User Maximum and File increase

    Thanks cindy and greg. Your posts are of immense value. Was just hoping it would work like logged users on facebook while thousands of them sends a requests at once. My web server is very powerful and has an unlimited disk space for me. I'm just skeptical that why i decided to delve into it. If reproducing it for limited users would be perfect; then its okay by me. Although, having a single atutor for many users will be the best bet.