#6054 closed enhancement (fixed)
Get the DRM4G to create VMs in parallel
Reported by: | minondoa | Owned by: | minondoa |
---|---|---|---|
Priority: | major | Milestone: | DRM4G-2.6.5 |
Component: | DRM4G | Keywords: | drm4g, vm, create, lock |
Cc: | carlos |
Description
At the beginning a thread was being created for each VM that needed to be created. They would execute at the same time and when finished, they would write the necessary information about their respective VM in a common file.
The problem was that even when using the "with lock" statement, it seems that only the values of the last VM to be created were being stored.
So we decided to have them created in series, but this is not the desired solution.
Change History (2)
comment:1 Changed 5 years ago by minondoa
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 5 years ago by minondoa
- Milestone changed from DRM4G-X.X.X to DRM4G-2.6.5
Note: See
TracTickets for help on using
tickets.
This problem was resolved a while back. Now they are being created in parallel without interfering with each other.