[akka-user] Re: ANNOUNCE: New Remoting Milestone 3

2016-07-08 Thread Archit Kapoor
Congratulations ! Sounds great. You guys are doing an amazing work. Will definitely give it a try. And I'm excited. On Friday, July 8, 2016 at 8:54:40 PM UTC+5:30, Patrik Nordwall wrote: > > Dear hakkers, > > > We are pleased to announce the availability of the third development > milestone

[akka-user] Using Actors to download a file from S3; only the first 12 actors work in parallel way, rest others work in a serialized manner. Why?

2016-07-05 Thread Archit Kapoor
println(sender.path + " failed") case CANCELED => println("Download by " + sender.path + " was canceled") } } /** * Created by archit kapoor on 13/6/16. */ class Bytes_Fetcher_Actor(val awsCredentials: AWSCredentials, val bucketName: St