Description
While QEMU processes can be started parallelly, network interfaces for each QEMU process cannot be created parallelly.
Proposed Solution
Keeping a queue of warm network instances that can be allotted immediately reducing the time taken to start new instances and fix possible race conditions.
Description
While QEMU processes can be started parallelly, network interfaces for each QEMU process cannot be created parallelly.
Proposed Solution
Keeping a queue of warm network instances that can be allotted immediately reducing the time taken to start new instances and fix possible race conditions.