summaryrefslogtreecommitdiffstats
path: root/bin/stack
diff options
context:
space:
mode:
authorEwan Mellor <ewan.mellor@citrix.com>2010-08-15 22:48:54 +0100
committerEwan Mellor <ewan.mellor@citrix.com>2010-08-15 22:48:54 +0100
commitfb6bf337bc2fe702307842b57e33b9f5f9011147 (patch)
treebcd9e97fd3493e56aabfb4e2c13eccada803366e /bin/stack
parent2bbb2b86272c89b35a1042ab2866bbe4863bc3e3 (diff)
Rework virt.xenapi's concurrency model. There were many places where we were
inadvertently blocking the reactor thread. The reworking puts all calls to XenAPI on background threads, so that they won't block the reactor thread. Long-lived operations (VM start, reboot, etc) are invoked asynchronously at the XenAPI level (Async.VM.start, etc). These return a XenAPI task. We relinquish the background thread at this point, so as not to hold threads in the pool for too long, and use reactor.callLater to poll the task. This combination of techniques means that we don't block the reactor thread at all, and at the same time we don't hold lots of threads waiting for long-running operations. There is a FIXME in here: get_info does not conform to these new rules. Changes are required in compute.service before we can make get_info non-blocking.
Diffstat (limited to 'bin/stack')
0 files changed, 0 insertions, 0 deletions