How do I create a non-blocking asynchronous function? Below is what I\'m trying to achieve but my program is still blocking...
var sys = require(\"sys\"); f
You need to run your blocking function in a separate process.
This module can help: http://github.com/cramforce/node-worker