Thanks David,
Originally posted by David Harkness:
For your Googling pleasure, Java refers to this as "non-blocking I/O." Both Sun and IBM's tutorials are very good -- just the right balance of terseness and depth (for me anyway).
Your reply is very helpful! I have found that if I want to use Non-blocking IO in JDK 1.3, I have to use a native wrapper (or have some dependencies on native libraries). Are there any pure Java Non-blocking IO libraries for JDK 1.3?
regards,
George