"Martin ``rydis'' Rydstr|m" <[EMAIL PROTECTED]> writes: > On Fri, Sep 17, 2004 at 03:56:08PM -0400, Russell McManus wrote: >> I can't find any function analgous to read-n-bytes for writing. I'm >> writing network programs with cmucl, and this would be useful. Am I >> missing something simple? > > Is there any reason WRITE-SEQUENCE doesn't work?
I think that write-sequence is specified to write the entire sequence before it returns, which might not be possible when writing to a network stream without blocking, and entering into a recursive SERVE-EVENT, which I am trying to avoid. It is certainly possibly that my understanding of these issues is deficient, and write-sequence is just what the doctor ordered. If so, sorry for the noise. -russ
