
8 Jan
2006
8 Jan
'06
2:57 p.m.
Helmut Eller <heller <at> common-lisp.net> writes:
What is idiomatic solution? I think the most idiomatic solution would be use threads instead of fd-handlers.
I'd like to stay as cross-platform as possible, so I'd prefer not to use threads while select() suffices. But thank you for your answer.