Hi,

Do I need isolates if i only use one node instance in one thread ?
>
If you only instance node once during the lifetime of your process then you
don't need isolates.

If you do it more than once in the process, whether in the same thread or a
different thread, at the same time or a later time, then it won't work
without isolates.

> Is there any difference if I wrapped node.js to a library and run by
> calling node::Start function directly ?
>
No, I don't think that really changes anything.

Thanks - Paddy

-- 
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

Reply via email to