I am new to Akka and am converting an existing program to use it. The program reads a set of files, processes the data, and writes reports to 20 files. The data is read and processed sequentially. It seems like a good project to start with.
I plan to offload the writing of the files to 20 Actors (they just write incoming messages to their file -- they block) and my question is is this a good plan? The mapping of threads to actors is not one to one, thus all of these blocking actors may make my performance worse. Suggestions? Christopher Helck -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
