Re: fthread and socket

[email protected]
Newsgroups gmane.lisp.scheme.bigloo
Organization Inria
Message-ID <[email protected]>
> I have take a lot to Hop, this seems to be a tremendous piece of 
> software... I will check it more deeply soon...
> 
> 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.

You may find various examples in the source file hop/src/accept.scm

Cheers,

-- 
Manuel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.