On May 19, 1:02 am, Andi <[email protected]> wrote: > What did I miss?
You might be missing some HandleScopes, but FWIW I generally follow this helpful template for *thread pool* work: https://github.com/kkaefer/node-cpp-modules/blob/master/05_threadpool/modulename.cpp Also, is your async method actually doing something blocking which requires use of the thread pool or can you utilize one of the other libuv methods for performing your async work (e.g. polling a handle, etc)? -- 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
