Monday, December 8, 2008

IO achievement - Tar vs. File vs. Byte streams


One of the most classic patterns in software is the producer-consumer pattern. There is a module producing data, and a module reading it for further processing. Moreover, in order to achieve better performance, usually there are many consumer modules running on many different threads while the producer (or several producers) run on its own thread. [...]

0 comments: