This forward the TCP traffic from your machine to another host, and back in the the other way. It uses asynchronous socket thanks to ye olde asyncore module, which was used by Zope up until recently (they integrated the Twisted Reactor). As a consequence, it should be able to handle a great number of connections without crumbling under the weight of many Threads.