Hi there,
I think one of the design idea of usocket is just not use CFFI, and
any non-lisp code. IOlib is another approach of Lisp networking, it
has some C wrapper code to be used with CFFI.
Use select() or pool() will cause non_OS-portable code and other
difficulties. I suggest not use them directly... usocket should keep
it simple, and shouldn't depends on CFFI, or any other ASDF package.
--binghe
在 2008-7-23,下午3:48, Attila Lendvai 写道:
Perhaps a portable interface to the select() and poll() functions
would
be better.
fyi, iolib exactly that: using cffi, it exposes the socket api.
--
attila
_______________________________________________
usocket-devel mailing list
usocket-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/usocket-devel
_______________________________________________
usocket-devel mailing list
usocket-devel@common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/usocket-devel