On 17.07.2013 15:04, Michal Privoznik wrote:
The first round of my patches that breaks LXC driver into smaller
pieces. With
my testing on 10 domains which are started up and destroyed in a loop with 10
iterations (each loop is run in a separate thread in client):
Before:
real 0m45.973s
user 0m0.080s
sys 0m0.020s
After:
real 0m14.951s
user 0m0.080s
sys 0m0.020s
Forgot to mention, patches are available at my gitorious too:
https://gitorious.org/~zippy2/libvirt/michal-staging/commits/lxc_lock
Michal