You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello
i deploy a grpc client an a grpc server on the same linux pc
i send 89M req to server ,i find it very time-consuming,about 6~10 second
i guess it is network limit,so i use gzip,but is same problem
so i guess serialization cost so long time ,i print log below
i print log at onMessage serverintercepter,i think serialization is before onMessage
and generateobjnames is handle funtion
i find that during after onMessage and the handle funtion of generateobjnames is most cost time,why? i think it memory opration