On Wed, Sep 14, 2016 at 10:25 AM, <e...@grandslammedia.com> wrote:

> I am trying to send many requests over gRpc, however am running into very
>  poor performance under simulated load via. wrk with a 100ms rpc request
> deadline.
>
> - ubuntu 14.04 x86
> - go1.6.2
> - 1 Connection being handled via. gRpc
> - The operation being performed on the server end is always less than 1ms
> - gRpc time is anywhere from 30-500ms
> - this test is performed with both client / server on the same machine
>
> I attempted a loosely handled open / close connection method which
> appeared to give a more stable overall time (3-150ms).
>
> I am aiming for sub 100ms at all times.
>

Are you able to share with us the code you've written that is performing as
you have described?
-Nathaniel

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/CAEOYnARRBEbX%3DLiywW1g9Z_6c__P9qMtdhCnzxZAEWXv9gFN3w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to