On 6 September 2013 15:42, Richard Purdie <[email protected]> wrote: > - sread, swrite, serror = select.select(socklist, [], [], 0) > + sread, swrite, serror = select.select(socklist, [], [], 0.1)
As discussed on IM, for the purposes of this loop a timeout of seconds instead of fractions of seconds would be more correct, although we're obviously going to be having diminishing returns. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
