Ticket #545 (closed defect: wontfix)
Support for parallel paludis operations
| Reported by: | chaoflow | Owned by: | ciaranm |
|---|---|---|---|
| Priority: | Sometime | Milestone: | |
| Component: | clients/paludis | Version: | 0.26.0_alpha14 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Distribution: |
Description
As far as possible, paludis should support the parallel run of multiple paludis operations. Where not possible, paludis should prevent it. As long as paludis does not prevent it, there should be a FAQ.
Portage implements some checks and seems to support parallel runs. Whereas I don't know how effective portage's mechanism is, user's migrating from portage are used to be allowed to run multiple emerge instances. This should be at least addressed in an FAQ.
short term: locking could be realized via hooks. In case another paludis is already running, paludis would simply be aborted giving a corresponding error message.
long term: real parallelisation
