Hi all,

I'm working on a small c++ library that will depend on v8. I'd like to
ensure that if any applications that use my library also use v8 either
directly or through another library, that there won't be any issues.
So for example, say I code up a c++ library that uses V8 called LibA.
And someone else codes up another library that uses V8 called LibB. If
an application links to both LibA and LibB would bad stuff happen?

>From what I understand you can run multiple contexts in the same
process without any issues using isolates (lets assume that there's no
multithreading going on to simplify everything). But as someone who's
developing a library, do I need to explicitly do something to make
sure I won't run into any issues in cases similar to the above
example?

I couldn't find relevant docs (but I may have missed them) so any
advice or links would be appreciated.


Regards,

Pris

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to