On Thu, Feb 13, 2014 at 4:11 AM, Pawel Por <
porp...@gmail.com> wrote:
> but "ps" linux command shows that my node application consumes 2 threads.
Yeah, but your javascript always runs in the main process, which has a
tid === pid.
What exactly are you looking for? Just poking around out of curiosity?
In that case, check out the libuv headers, the in-header docs explain
or imply a lot about node.