On Fri, Sep 26, 2014 at 9:56 AM,  <[email protected]> wrote:
>> Is there is a way to have something like select in Bigloo to wait
>> several socket inputs at once?
> No. There is no such things, basically because select does not exists in
> Java (or did not exist in former Java version, I'm not following the
> last evolutions of the language). However, you may have several threads
> accepting connections on the same server socket.

See java.nio.channels.Selector in JDK 1.6 and later.  Regards,
-- 
Jerry James
http://www.jamezone.org/

Reply via email to