Hi Rajarshi,
if you are planning to use grpc and build something on top of it, I would
recommend just starting with example programs:
https://github.com/grpc/grpc/tree/master/examples/cpp

If you are planning to understand the internals and want to contribute,
 unfortunately there is no doc that explains the overall architecture. You
can browse the docs here https://github.com/grpc/grpc/tree/master/doc to
see if they help.
(in either case, I do think working on the examples is a good start)

thanks,
Sree

On Thu, Apr 27, 2017 at 11:03 AM, Rajarshi Biswas <
rajarshibiswa...@gmail.com> wrote:

> Hi good people,
>
> I am Rajarshi, a computer science graduate student at the Ohio State
> University.
>
> My next project involves working with gRPC, hence I am trying to
> understand the core code. I am especially interested to understand the
> communication layer. Also, the relation between completion queue, execution
> contexts, closure, pollset etc.  Basically the way I am trying to
> understand is by reading the code, reading the docs in Github, and seeing
> the debug print statements.  Do you guys recommend any specific document to
> understand the core architecture in detail ?
>
> Thank you.
>
> Rajarshi
>
> --
> 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/ms
> gid/grpc-io/42ec50f1-9dad-4288-9fbf-0a9243399ce7%40googlegroups.com
> <https://groups.google.com/d/msgid/grpc-io/42ec50f1-9dad-4288-9fbf-0a9243399ce7%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CALRi9Qc2jueAziJSZjW-%3Du%3DQ1evAnLPSfKnve4A8QnEGQzUDpg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to