[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using multiple sockets

This page is part of the web mail archives of SRFI 106 from before July 7th, 2015. The new archives for SRFI 106 contain all messages, not just those from before July 7th, 2015.



How would you suggest that SRFI 106 be used to write an IRC server?
Perhaps an IRC server seems a little too complicated for this SRFI, if
it aims to be simple. But most servers will need some aspect of what I
have described.
Since this SRFI does not support low layer of socket operations such as bind, listen or select. I would suggest to use multi-threading and if users' implementation supports SRFI-18 or SRFI-21 at least they can write portable programme for it. If they have resource limitation or more severe environment, this SRFI wouldn't be sufficient.

--
_/_/
Takashi Kato
E-mail: ktakashi@xxxxxxxxx