|
|
|
|
|
by koakuma-chan
414 days ago
|
|
This framework does thread per connection, but all requests go into a global request queue, and when you call `listen`, it enters an infinite loop which pops requests from the queue and processes them synchronously (one by one). |
|