Hi Pappu, Sorry, I don't understand your question. Cap'n Proto is a serialization and RPC framework, used for communicating between services on a network or storing data on disk. pthreads is a standard low-level API to OS threading functionality. These are mostly unrelated concepts, and Cap'n Proto is not an alternative to pthreads.
-Kenton On Thu, Sep 6, 2018 at 5:08 PM, Pappu <[email protected]> wrote: > Hi , > > I am new to Cap'n Proto. > > I would like to know for what kind of applications Cap'n Proto is more > suitable and for what application pthreads are more suitable. > > Also are there any new features in the latest Cap'n Proto that might > outperform pthreads? > > Could you also point me to beginner's C++ examples on Cap'n Proto? > > Also are there profiling tools for Cap'n Proto? > > Thanks a lot for your kind help! > Pappu > > -- > You received this message because you are subscribed to the Google Groups > "Cap'n Proto" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/group/capnproto. > -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
