nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

Asynchronous file reads in NetStatus #17

Closed nskinkel closed 10 years ago

nskinkel commented 10 years ago

I'm currently using synchronous reads. Does this matter? (The files aren't very big.) Is there a (compelling) reason to use asynchronous reads (other than "they don't block!!!!1!!)?

I'm honestly not sure. If so, will need to debug why fdesc isn't working according to spec.

nskinkel commented 10 years ago

Nope, pretty confident this doesn't matter, and in fact I'm not sure we'd even want asynchronous file reads/writes.