1
0
mirror of https://github.com/minio/minio.git synced 2025-03-26 07:20:56 -04:00

2 Commits

Author SHA1 Message Date
Harshavardhana
eabfcea34e
Add granular locking in retryTicker ()
This is to avoid serializing RPC contention on ongoing
parallel operations, the blocking profile indicating
all calls were being serialized through setRetryTicker.
2018-08-03 18:57:00 -07:00
Bala FA
6a53dd1701 Implement HTTP POST based RPC ()
Added support for new RPC support using HTTP POST.  RPC's 
arguments and reply are Gob encoded and sent as HTTP 
request/response body.

This patch also removes Go RPC based implementation.
2018-06-06 14:21:56 +05:30