The friendfeed.com team, which recently joined Facebook, made public its own non-blocking web server in Python. Because of its non-blocking nature (epoll is used), the server easily maintains thousands of simultaneous connections. Tornado has every chance of becoming the best choice for implementing Comet technology using Python language tools.