Mondego / rcat

A web server for massively multi-user online applications
8 stars 3 forks source link

Create Worker Threads for JigsawParser #59

Closed arthur00 closed 11 years ago

arthur00 commented 11 years ago

Either use Worker (meaning limited) Threads to treat incoming message requests, or have a producer consumer, and use tornado to store requests. Second option seems better

arthur00 commented 11 years ago

Done a few commits ago (too lazy to look it up)