Hey.

I just became curios about a little question. Since a while, I am using 
embedable scripting languages such as ph7 and ObjectScript, and in a recent 
project, I actually need to make things a lot more different.

So, I am stuck on the CEF bindings, still. It turns out that the thread model I 
had in mind is simply not going to work, period. x.x So, currently, the wrong 
model, is:

(t#0) nodejs: libuv default event loop
|-- (t#1) node-fltk_cef: trying to run the CEF message loop and such.

Obviously, there are more than just these threads - in fact, Mac's activity 
monitor denotes ~20 threads. o:

But, CEF does not like to thread. It needs to be on t#0. So my idea was to do 
preparational things - parsing a config and the like - and then initializing 
CEF, and kicking off nodejs in a separate thread. Because it obviously has no 
big issue in running from whatever thread.

So I was wondering: will there ever be a libnode? I.e., you could split the 
actual executable node and the rest into libnode. That way, it would basicaly 
become embedable o.o But, this is just an idea.

Kind regards, Ingwie.

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

--- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to