mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
It makes sense for the gnupg stack to have aligned maintainers. Bug: https://bugs.gentoo.org/813621 Signed-off-by: Sam James <sam@gentoo.org>
20 lines
882 B
XML
20 lines
882 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>base-system@gentoo.org</email>
|
|
<name>Gentoo Base System</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
In an ideal world, Assuan is irrelevant. Assuan's primary use is to
|
|
allow a client to interact with a non-persistent server. Using Assuan,
|
|
this is accomplished by forking a subprocess and communicating with it
|
|
via, for example, a pipe or unix domain socket. This method is neither
|
|
elegant nor efficient especially when there is a lot of data spread
|
|
across several transactions: not only is there a penalty for an
|
|
increased number of context switches, but also a significant amount of
|
|
data is MEMCPYed from the client to a file descriptor and from the file
|
|
descriptor to the server.
|
|
</longdescription>
|
|
</pkgmetadata>
|