Hello,

I have a web service that is getting more and more traffic yet my resource 
characteristics remain the same.  Sits at about 25% cpu and roughly 15% 
memory of 8gb.

Attached is a skeleton of the application.  It does not run/compile put I 
was wondering if anyone might be able to point out some mistakes that I've 
made through development.  

https://github.com/somethingconcon/test-spray-app

>From what I've learned everything should be non blocking and as async as 
possible.  All persistence calls are async and wrapped in futures.  I've 
also taken the spray routing directive detach to make sure that pathing 
resources are not being used to make persistence actors and subsequent 
requests to storage layers.

If anyone can recommend a course of action for getting the most out of the 
boxes running this app I'd be very pleased to hear it!

Thank you all and Merry New Year!

Conor

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to