You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MUNGE clients perform a single request per connection to the daemon. This results in an increased request latency if a client needs to perform many such requests (e.g., bulk submit), since each request requires a new connection to be established and subsequently torn down. Instead, allow clients to perform multiple requests over a single connection to the daemon.
Requested by Flux: "when built --with-flux-security, our ingest rate drops because each job requires RTT to munge daemon to sign, plus connection setup and teardown".
The text was updated successfully, but these errors were encountered:
MUNGE clients perform a single request per connection to the daemon. This results in an increased request latency if a client needs to perform many such requests (e.g., bulk submit), since each request requires a new connection to be established and subsequently torn down. Instead, allow clients to perform multiple requests over a single connection to the daemon.
Requested by Flux: "when built
--with-flux-security
, our ingest rate drops because each job requires RTT to munge daemon to sign, plus connection setup and teardown".The text was updated successfully, but these errors were encountered: