[Rpm-maint] [rpm-software-management/rpm] RFE: Move transaction processing to a subprocess (#1526)

Demi Marie Obenour notifications at github.com
Thu Feb 4 18:19:26 UTC 2021


Also, Rust, Java, .NET, glib, and several other languages, runtimes, and frameworks **require** that **all** code must be thread-safe, full stop.  A Java or .NET VM will *always* have multiple threads running, and a GTK or QT application must assume that it will.  Using the RPM transaction APIs from such a process is currently Undefined Behavior.  Rust programs are not all multi-threaded, but Rust libraries are required to work in multithreaded programs, which means that the librpm.rs bindings are probably unsound.

-- 
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-773509614
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210204/3c4ffa86/attachment.html>


More information about the Rpm-maint mailing list