A non-blocking/dual-threaded which performs accept()s in one thread, and services requests in a second. Both threads use select().
Definition at line 48 of file N2.java.