[Rpm-maint] [rpm-software-management/rpm] RFE: Move transaction processing to a subprocess (#1526)
Neal Gompa (ニール・ゴンパ)
notifications at github.com
Wed Feb 3 03:15:29 UTC 2021
Subprocessing a transaction would make this much more brittle, since it would expose RPM to weaknesses in POSIX itself wrt system software data replacement. Think for example if rpm is upgrading rpm: having a separate binary means that we need to design a complex method to handle that the rpm binaries are being replaced, rather than relying on the in-memory program data footprint that comes from DNF using librpm and holding it in memory while it works through everything.
RPM already has locking semantics to implement a "write once, read many" setup, so I'm not sure we actually _need_ to do much more than beef this up with the SQLite database backend.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1526#issuecomment-772187553
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210202/b97cee08/attachment-0001.html>
More information about the Rpm-maint
mailing list