Link Details

Link 111674 thumbnail
User 111696 avatar

By bloid
via log.ometer.com
Published: Sep 08 2008 / 17:41

"If synchronous IO becomes a problem, it can be made asynchronous later." Tempting to imagine that some operations on local files are "fast enough" to implement with synchronous IO. "Premature optimization is the root of all evil," right? Wishful thinking. Async vs. sync IO is not a performance issue (in fact synchronous IO can be faster). It is a structural or qualitative issue, a design issue. Sync IO is guilty until proven innocent.
  • 13
  • 1
  • 1371
  • 321

Comments

Add your comment
User 211643 avatar

zynasis replied ago:

0 votes Vote down Vote up Reply

never is a strong word to use here.

User 46563 avatar

rv49649 replied ago:

0 votes Vote down Vote up Reply

For any situation involving a GUI event loop, the authors use of "never" is really very much appropriate.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.