-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
Within the Socket class we would like to be able to configure the ability to pass a parameter for the socket.setTcpNoDelay(boolean) method.
We've found certain cases where having the algorithm enabled actually slows the overall performance of transactions. By setting the TCP No Delay to 'true' it will bypass the algorithm, allowing packets to flow through the network immediately.
- is incorporated by
-
JBPAPP-10911 Provide for container (or Picketlink Login Module) configuration to disable the Nagle's Algorithm on Web Service Calls
- Closed