Thread: itunes support
View Single Post
  #2 (permalink)  
Old August 22nd, 2004
sberlin sberlin is offline
Software Developer
 
Join Date: November 4th, 2002
Location: New York
Posts: 1,366
sberlin is flying high
Default

They're technical terms for "blocking input/output" and "non-blocking input/output". The next release revises the settings to make more sense to people that aren't us.

In a nutshell, blocking i/o uses more resources and memory, but has been in Java for longer and might have less unexpected problems. Non-blocking i/o is much faster and uses less resources and memory, but is relatively new to Java (and LimeWire) and could contain some problems we weren't expecting.

DAAP is going to be a good load-test for ultimately converting the rest of LimeWire to NIO.