[AWS] Having more then 1000 concurrent connections?
Pascal Obry
pascal at obry.net
Thu Aug 25 09:56:31 CEST 2011
Le 25/08/2011 00:35, Zhu Qun-Ying a écrit :
> I did not really look into the code of AWS yet, just some interests for
> now. Having a task per request looks nice on design but have serious
> scaling problem on real world for a busy server (lots of
> request/response). All the common used web servers (nginx, lighttpd,
> Apache, etc) do not use this method.
That's not the design. And some benchmarking have proved AWS very fast.
There is a pool of task (statically set during initialization) handling
all requests waiting in a queue.
Pascal.
--
--|------------------------------------------------------
--| Pascal Obry Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--| http://www.obry.net - http://v2p.fr.eu.org
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver keys.gnupg.net --recv-key F949BD3B
More information about the AWS
mailing list