On Thu, Jan 3, 2013 at 11:57 PM, am_p1 <andrewmcintyr...@gmail.com> wrote:
> ok, so apparently eio is gone and libuv is what i'm actually using (not
> knowing the history of node makes for a confusing day)
>
> no wonder eio or eio-simple didn't work :-)
>
> so I couldn't find any min/max controls on threads anywhere so i assume that
> if i'm seeing queuing, my only choice is another node (or
> child_process.fork) ?
>
> thanks for the advice!!

Yes, libev and libeio are gone.  libuv doesn't let you set upper or
lower bounds on its thread pool's size, it's supposed to Just Work.

Forking is a pretty good strategy; I would recommend it over mucking
around with thread pools.

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to