On Wed, Oct 31, 2012 at 9:50 AM, Dhastha <[email protected]> wrote: > Hi, > > I have a moodle website, running on apache2 server. 15000 student > going to participate quiz in moodle at the same time. Can apache2 > serve 15000 requests?. what are the ways available? > > System information > > OS : fedora 15 > webserver: apache2 > application : moodle 2.0.8 >
For such high loads, you might want to consider clustering, load balancing etc. at the different components in the software as well as the hardware (network) stacks. Consider nginx it has been designed for load balancing and reverse proxy. For Moodle resources, it would be best to query the moodle guys in their forum. I am sure someone somewhere on the planet has tried such a load. -- Arun Khan _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
