Hi there,

I'm going to write a "*commit tracker*" that will follow and a source code 
commit from our Git server trough the build until the static analysis. The 
goal is to display and update a message like "Commit xyz received, (delay) 
and build succesfully, (delay) and incerase quality of 1%". 
Sadly I have to poll either the build server and the static analysis to 
know when a result is available.


My question is. Knwong that I have to poll the server, is it better to 
create on actor per server and send them a message like 'GetStatus'. Or one 
actor per commit that will continually send messages to the servers until 
it get result ?

Thanks 

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to