[infinispan-issues] [JBoss JIRA] Commented: (ISPN-483) Send/receive buffer sizes configurable

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Mon Jun 7 03:29:57 EDT 2010


    [ https://jira.jboss.org/browse/ISPN-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12534168#action_12534168 ] 

Galder Zamarreno commented on ISPN-483:
---------------------------------------

For Netty based server side, this is configured using the following calls:
bootstrap.setOption("child.sendBufferSize", 1048576");
bootstrap.setOption("receiveBufferSize", 1048576);

For Netty based clients:
bootstrap.setOption("sendBufferSize", 1048576);
bootstrap.setOption("receiveBufferSize", 1048576);


> Send/receive buffer sizes configurable
> --------------------------------------
>
>                 Key: ISPN-483
>                 URL: https://jira.jboss.org/browse/ISPN-483
>             Project: Infinispan
>          Issue Type: Feature Request
>          Components: Cache Server
>            Reporter: Galder Zamarreno
>            Assignee: Galder Zamarreno
>             Fix For: 4.1.0.CR1
>
>
> Make socket and send buffers sizes configurable for both Hot Rod client and server.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list