Hi all, I will have to do some FTP uploads from within an akka-based application. My current idea is just to go with apache-commons FTPClient and put the actor on a separate dispatcher to avoid issues with the inevitable blocking calls. This will definitely work and also not cause any issues, since the volume of data is relatively small.
However: Is there a better way? An asynchronous FTP library that is a better match for akka? I guess that this is a pretty common task. Cheers, Rüdiger -- >>>>>>>>>> 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.
