Is there a method that fulfills the role that select() does in the C sockets API?
select()
no, not currently - its all old school synchronous Java wrappers at the moment, you'd have to use Java FFI with nio
Ok. Thanks :)
Login or Signup to reply.
tactics Wed 28 Mar 2012
Is there a method that fulfills the role that
select()
does in the C sockets API?brian Wed 28 Mar 2012
no, not currently - its all old school synchronous Java wrappers at the moment, you'd have to use Java FFI with nio
tactics Thu 29 Mar 2012
Ok. Thanks :)