I am looking for a Python based nonblocking web server environment that is designed to handle large number of simultaneous connections and be responsive under heavy load (C10K). I need it as a backend
At our peak hour we need to serve around 250/rps.What we\'re doing is accepting a url for an image, pulling the image out of memcache, and returning it via Apache.
I have a daemon to write in C, that will need to handle 20-150K TCP connections simultaneously.They are long running connections, and rarely ever tear down.They have a very small amount of data (rarel