Page MenuHome GnuPG

Adding poll/ppoll to NPTH
Closed, ResolvedPublic

Description

On some environment (like a single language VM creating many threads sharing the single process), it uses many file descriptors. When the process does mistake not specifying close-on-exec flag for those descriptors, gpg invoked by such a process won't work, because of the limitation of fd_set for select.

To address this issue, eventually, support of poll/ppoll in NPTH will be required.

We have an experimental patch in D540: Adding poll/ppoll to NPTH.

Revisions and Commits

Event Timeline

gniibe created this task.
gniibe lowered the priority of this task from High to Normal.Dec 23 2021, 1:22 AM
werner changed the task status from Open to Testing.Sep 22 2022, 10:58 AM
werner removed a project: Restricted Project.

The patch is part of 1.7 - please test and in case of problems feel free to re-open.