Hi, i an trying to figure out how multiple threads are started in kj,
It looks like they are started independently in other code atleast the Unix 
code but what I don't understand in the windows code first CreateThread is 
used in thread.h and then completionport created in async-io-win32.h 
because completionport is a wrapper around threadpool. Is the intention to 
create one thread at the event loop and port and the create an other thread 
with a loop or is it supposed to create multiple threads based on the 
number of cores? 

Cheers Andre

-- 
You received this message because you are subscribed to the Google Groups 
"Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/capnproto.

Reply via email to