Hi Felix,
 I have made an example which demonstrates a non-blocking async C++ node 
addon. 
This example implements the callback pattern.

https://github.com/paulhauner/example-async-node-addon

I hope it helps :)
Paul

On Thursday, 29 March 2012 19:49:15 UTC+11, Felix Halim wrote:
>
> Currently, my C++ program communicates with my node.js app via 
> stdin/stdout.
> So, my node.js app instantiate my C++ program using child_process and
> use its stdin/stdout.
>
> Recently, I played with node.js addons:
>
> http://nodejs.org/api/addons.html
>
> and discovered that a simple "a + b" program can be up to 50x faster
> implemented as addons
> compared to C++ program that uses scanf / printf and communicate via
> stdin/stdout.
>
> So, I am really motivated to use addons for the communications!
> However, my C++ program has interaction with disk (has to perform I/O).
>
> The current node.js documentation above doesn't have an example
> on how to use addons + libuv to do a non-blocking addons.
>
> Can anyone give a simple example of non-blocking addons?
>
> Thanks,
>
> Felix Halim
>
>

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/fb605601-a446-482a-afd6-6dd3d2ee7251%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to