baidu / sofa-pbrpc

A light-weight RPC implement of google protobuf RPC framework.
Other
2.13k stars 655 forks source link

curl请求sofa rpc server速度很慢 #95

Closed rabqiu closed 8 years ago

rabqiu commented 8 years ago

echo sample里面的client_http.sh,将post的"Hello, world!"替换为一个长度为1k字节的字符串,响应时间会增加到两秒钟左右。

rabqiu commented 8 years ago

libcurl期待状态码100的问题,已解决。

qinzuoyan commented 8 years ago

@rabqiu ,那么现在的速度是多少?

rabqiu commented 8 years ago

响应时间正常了,几毫秒。