Configure the number of NamedPipe Client connections
- Updated: 2025/08/01
NamedPipe connection is an interprocess communication (IPC) method that enables communication between two processes, potentially on different machines, using a name such as a file path or identifier.
In Automation 360, NamedPipe connections are used to facilitate secure, high-performance communication between the Bot Agent and Control Room components on the same machine, particularly in environments where network-based communication is restricted or less desirable.
You can customize the number of NamedPipe Client connections in order to enhance the
Control Room response rate for automation executions and
limit the network traffic. You must add the
max.namedpipe.client.per.session=
key to configure the number
of NamedPipe Client connections.
Any user who has access to the device where the Bot Agent is
installed can add the max.namedpipe.client.per.session=
key in the
nodemanager.properties
file.