Hi all: there is a system to provide some services. it's build with java threads. but now it's very slowly when 1K users use the services at the same time. so we decide to build a distributed with akka..
BUT, i'm new user with akka.... ask for help .... Current Architecture: <https://lh3.googleusercontent.com/-PNDMzc544Rw/VhdrmvWTTNI/AAAAAAAAAHQ/AKb-XEbM6vQ/s1600/Crawler.png> 1.the system download the apk file from internet when get a apk link. 2.use apk tools to get the apk info , 3.check has crawler before by apk info (step 2). if yes, analysis otherwise, crawler. 4. download from the app store then get the apk info ,save , analysis HERE IS MY QUESTIONS: 1. How to divide the system in actors ? I'm try to do it myself ,but i got a line Architecture (similar with current) 2. akka document seems like that NOT introduce user how to analysis project from a whole system ,is there any book or blogs talk about it ? Any comments or suggestions are very grateful!!! -- >>>>>>>>>> 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.
