> it's much better to be able to assume that a handler on nextTick() will be run after the full setup phase and that more required loading is will not happen after.
Many times you cannot assume that. My app often loads a module when already up and running. When I am doing that I *really* hate blocking my entire app. Making that assumption kills a dynamic feature of the module system that the current api overlooks. -- 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
