[
https://issues.apache.org/jira/browse/THRIFT-4668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
lsh updated THRIFT-4668:
------------------------
Description:
The backlog parameter of socket.listen was hard coded, so I can't customize it
in my code.
Adding `setBacklog` to `TServerSocket` can resolve my problem. :)
was:
The backlog parameter of socket.listen was hard coded, so I can't customize it
in my code.
Adding backlog parameter with a default value of 128 to constructor arguments
list can resolve my problem. :):)
> make socket backlog configurable for python
> -------------------------------------------
>
> Key: THRIFT-4668
> URL: https://issues.apache.org/jira/browse/THRIFT-4668
> Project: Thrift
> Issue Type: Improvement
> Components: Python - Library
> Affects Versions: 0.11.0
> Reporter: lsh
> Priority: Minor
> Labels: patch
>
> The backlog parameter of socket.listen was hard coded, so I can't customize
> it in my code.
> Adding `setBacklog` to `TServerSocket` can resolve my problem. :)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)