Change in vdsm[master]: asyncore: dynamic tick support

dkuznets at redhat.com dkuznets at redhat.com
Wed Mar 11 16:12:44 UTC 2015


Dima Kuznetsov has posted comments on this change.

Change subject: asyncore: dynamic tick support
......................................................................


Patch Set 11:

(1 comment)

https://gerrit.ovirt.org/#/c/37057/11/lib/yajsonrpc/betterAsyncore.py
File lib/yajsonrpc/betterAsyncore.py:

Line 162:     def process_requests(self):
Line 163:         self._is_running = True
Line 164:         while self._is_running:
Line 165:             asyncore.loop(
Line 166:                 timeout=self._get_timeout(self._map),
So default here will be 30sec (in case of timeout=None)?
Line 167:                 use_poll=True,
Line 168:                 map=self._map,
Line 169:                 count=1,
Line 170:             )


-- 
To view, visit https://gerrit.ovirt.org/37057
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I44b38e961d46e914bb687c924ba4e83f38371d5b
Gerrit-PatchSet: 11
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Dima Kuznetsov <dkuznets at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski at gmail.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: Yeela Kaplan <ykaplan at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes


More information about the vdsm-patches mailing list