[
https://issues.apache.org/jira/browse/THRIFT-3959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Brown updated THRIFT-3959:
-------------------------------
Description:
The documentation says TSimpleServer is a "Simple singlethreaded server for
testing.", however the golang implementation looks it spawns a thread to
process each request:
https://github.com/apache/thrift/blob/master/lib/go/thrift/simple_server.go#L134-L138
Shouldn't it be renamed to TThreadedServer?
was:
The documentation says TSimpleServer is a "Simple singlethreaded server for
testing.", however the golang implementation looks it spawns threads for new
connections:
https://github.com/apache/thrift/blob/master/lib/go/thrift/simple_server.go#L134-L138
Shouldn't it be renamed to TThreadedServer?
> Golang TSimpleServer Is More Of A TThreadedServer?
> --------------------------------------------------
>
> Key: THRIFT-3959
> URL: https://issues.apache.org/jira/browse/THRIFT-3959
> Project: Thrift
> Issue Type: Bug
> Reporter: Paul Brown
>
> The documentation says TSimpleServer is a "Simple singlethreaded server for
> testing.", however the golang implementation looks it spawns a thread to
> process each request:
> https://github.com/apache/thrift/blob/master/lib/go/thrift/simple_server.go#L134-L138
> Shouldn't it be renamed to TThreadedServer?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)