> every I/O call should be async *unless* no call back is supplied, This would clobber my app. Many times I invoke something without a callback. I know it will happen but not when and I don't care. Logging is a good example. I don't wait around for log write callbacks.
You know that you couldn't do anything async like serve web pages, right? It would basically only be useful for command-line utilities or a website accessed by only one person. P.S. I predict no one will touch this with a ten-foot pole. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
