Lines Matching full:ready
119 ready = []
146 ready = select.select(fds,[],[],0)[0]
152 elif not self.timeout and not ready:
158 if self.sock in ready:
162 serverlog("Queuing %s (%s)" % (str(ready), str(newconnections)))
165 serverlog("Accepting %s (%s)" % (str(ready), str(newconnections)))
168 if self.controllersock in ready:
206 if self.command_channel in ready:
211 ready = []
226 if self.xmlrpc in ready:
245 ready = self.idle_commands(.1, fds)
468 ready = ConnectionReader(self.readypipe)
469 r = ready.poll(5)
472 r = ready.poll(90)
475 r = ready.get()
480 ready.close()
513 ready.close()