On Sat, Nov 3, 2012 at 9:52 PM, ashwin kesavan <[email protected]> wrote: > > Mohan Sundaram <mohan.tux@...> writes: > > I find that your post is very insightful on this. Can you give me links to > more > on scaling to 15K request with apache. I have worked on servers serving > greater > than 15K request. But those were more complex setup. Not like single server > trying to server 15k . It was a farm of servers serving 15k+ request behind a > hardware loadbanlancer with tuned kernel and geographically distributed > servers > split into multiple components. Can you give me article that talk more on > those > numbers you have said, like, 256 clients and 100 per port.
a) http://www.outsystems.com/NetworkForums/ViewTopic.aspx?TopicId=6956&Topic=How-to-tune-the-TCP%2FIP-stack-for-high-volume-of-web-requests b) http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp?topic=%2Fcom.ibm.mq.csqzae.doc%2Fic13340_.htm c) Apache clients is defined in apache conf max clients and similarly max children per process. http://httpd.apache.org/docs/2.4/mod/mpm_common.html d) http://linuxgazette.net/123/vishnu.html -- Mohan Sundaram _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
