1

I'm trying to get Tornado's IO loop to support Windows file descriptors, but since it uses select, and select does not support Windows file descriptors, i'm in a bit of a problem.

What is the best workaround for using Tornado both as a web server and to read from files asynchronously?

I need to read asynchronously from files because I am reading from process pipes, which use file descriptors for IO.

4

0 回答 0