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
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
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