[akka-user] Re: Handle legacy blocking IO (InputStream/OutputStream)

2014-09-02 Thread Adam
Hi, I'm not sure how using protobuf forces you to communicate in a blocking manner. I'm also using it but over akka.io, which is modeled as actors, so it's completely non blocking and works in exactly the same way as the rest of my application does. On Tuesday, September 2, 2014 11:44:27 AM

[akka-user] Re: Handle legacy blocking IO (InputStream/OutputStream)

2014-09-02 Thread Adam
(by akka.io, I meant the IO package of akka , of course...) On Tuesday, September 2, 2014 4:06:56 PM UTC+3, Adam wrote: > > Hi, > > I'm not sure how using protobuf forces you to communicate in a blocking > manner. > I'm also using it but over akk