Re: Concurrent use of PCB Erlang Client

2011-12-21 Thread Jeremy Raymond
I think your right. I was actually experimenting with this earlier today and saw just the behaviour you described (single thread blocking, queuing, timeouts, etc). -- Jeremy On Wed, Dec 21, 2011 at 2:07 PM, Ciprian Dorin Craciun < ciprian.crac...@gmail.com> wrote: > On Wed, Dec 21, 2011 at 21:04

Re: Concurrent use of PCB Erlang Client

2011-12-21 Thread Ciprian Dorin Craciun
On Wed, Dec 21, 2011 at 21:04, Ciprian Dorin Craciun wrote: > On Thu, Dec 15, 2011 at 17:42, Jeremy Raymond wrote: >> Hello, >> >> Are calls to the client riakc_pb_socket server blocking if I'm reusing the >> same Pid across multiple threads? The pb_socket server will only process one >> request

Re: Concurrent use of PCB Erlang Client

2011-12-21 Thread Ciprian Dorin Craciun
On Thu, Dec 15, 2011 at 17:42, Jeremy Raymond wrote: > Hello, > > Are calls to the client riakc_pb_socket server blocking if I'm reusing the > same Pid across multiple threads? The pb_socket server will only process one > request at a time? > > -- > Jeremy Disclaimer: I've only roughly used t