>
> > I think that the Python for the original BitTorrent library is only > about 6000 lines of code. Probably a lot of that is dealing with the > lack of concurrency in Python and how to emulate that with generators. > The Python code is single threaded. It uses non-blocking IO. It would be very interesting to see an Erlang implementation,