guile-user
[Top][All Lists]
Advanced

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

Re: uniform-array-read!


From: Alan Bram
Subject: Re: uniform-array-read!
Date: Sat, 04 Feb 2006 08:54:50 -0800 (PST)

> Alan Bram <address@hidden> writes:
> 
> > Gee, that's strange.  When I try it, even with a larger size, it
> > still works fine for me.
> 
> The problem is likely that uniform-array-read! will try to fill the
> whole array, if necessary by doing more than one call to read(2).  The
> first call will not block after select or poll has given the green
> light for reading, but the second call might block (or not).

Sure.  But if enough bytes are there, even if they arrive a moment
later, as I think William said they were, then even the second
select() should not block.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]