On Tue, Dec 6, 2011 at 1:15 PM, Saurabh Kumar <saurabh.ca...@gmail.com>wrote:
> Thanks again for the reply. > The chat room thing is OK. Instead what I am concerned about is if the > code is efficient enough to handle thousands of request. > It should be. That's why Tornado is used -- it is a non-blocking web server. See http://www.tornadoweb.org/. Anthony