[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xen-API] [PATCH 0 of 4] Reduce the number of unnecessary xenstore accesses and hypercalls in xapi and squeezed
Reduce the number of unnecessary xenstore and hypercall queries in xapi and
squeezed. When simulating 100s of domains it's clear that a lot of unnecessary
traffic is being generated, slowing everything down (in particular xenstored)
Signed-off-by: David Scott <dave.scott@xxxxxxxxxxxxx>
5 files changed, 220 insertions(+), 120 deletions(-)
ocaml/xapi/dbsync_slave.ml | 4
ocaml/xapi/events.ml | 17 +-
ocaml/xapi/monitor.ml | 41 +++---
ocaml/xapi/xapi_guest_agent.ml | 13 -
ocaml/xenops/squeeze_xen.ml | 265 ++++++++++++++++++++++++++--------------
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|