1) Stackless Python is used extensively in EVE Online to support over 130,000 active players and 24,000 concurrent users on a single server cluster.
2) Stackless Python enables lightweight tasklets that can be scheduled cooperatively to improve concurrency without the overhead of OS threads.
3) Channels provide a synchronization mechanism that allows tasklets to communicate and block waiting for data in a way that enables efficient tasklet switching.