Re: HttpServer Concurrency

2019-10-31 Thread Daniel Takabayashi
Great! Em qui, 31 de out de 2019 às 15:21, Rafael Novello < rafa.reis.nove...@gmail.com> escreveu: > Hi Taka! > > To be effective you need to merge the max-workers and max-rpc-workers > options. I was able to achieve much better performance by adjusting these > parameters simultaneously! > > Anyw

Re: HttpServer Concurrency

2019-10-31 Thread Rafael Novello
Hi Taka! To be effective you need to merge the max-workers and max-rpc-workers options. I was able to achieve much better performance by adjusting these parameters simultaneously! Anyway, thanks for the help! Best! Atenciosamente, Rafael J. R. Novello Skype: rafael.novello Blog: http://rafanov

Re: HttpServer Concurrency

2019-10-31 Thread Daniel Takabayashi
Hi Rafael, So basically the problem here is resource vs. configuration in the gRPC side, take a look: https://stackoverflow.com/questions/54316767/how-to-handle-resource-exhausted-error-in-api-calls The actual configuration is just a generic tune we found to offer "acceptable" performance, given