Aleksandar
>
>
> >It seems that, at least on Sun machines, select() is not sensitive to
> >timeout values less than 1 milisecond (if you use any value less than
> >1000 microseconds and use select in a loop, you will reach 100% CPU
> >utilization soon). That is probably the reason why Guile's select
> >doesn't (yet) support microseconds.
>
> It doesn't? It's supposed to:
>
> In NEWS:
>
[...]