Linux Debian support - Re: Linux to support Massive Multi-Threading (or dies)!

This is Interesting: Free IT Magazines  
Home > Archive > Linux Debian support > November 2004 > Re: Linux to support Massive Multi-Threading (or dies)!





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: Linux to support Massive Multi-Threading (or dies)!
John Reiser

2004-11-14, 5:47 pm

> cat $HOME/big_file | filter1 | filter2 | filter3 > $HOME/output
>
> That leads to having 4 processes, each of which can (and likely
> will) migrate to separate CPUs.


Instead use:
< $HOME/big_file filter1 | filter2 | filter3 > $HOME/output
which requires only 3 processes to accomplish the same thing.

--
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com