On Mar 7, 2012, at 9:37 PM, Bradley Meck wrote:

> Really like the work! Shared nothing (well, message passing) is a great way 
> to handle concurrency inside a process for node.

Thanks :-)

> I would suggest a means to prioritize threads if possible (consumers and 
> producers can have different priorities).

Yes, that's possible, istm, both in Linux and in OSX.

> Is there an easy way to just disable the 'puts' variable or just override it 
> for every eval?

All threads are initially .created() with a puts() global. You just have to 
disable it once (per thread or threadPool) with a thread.eval('delete 
this.puts'), and it will be gone forever.
-- 
Jorge.

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

Reply via email to