Re: [akka-user] Configuring Akka to run as a job server using Play framework

2015-05-27 Thread Michael Frank
On 05/23/15 11:40, Mark Joslin wrote: Hi Michael, thanks for the tips. I believe that would be a bit overkill for this project though it would seem fun. I've decided to take a pretty minimalistic approach: * Start two seed nodes on AWS * Have all the API servers connect to the cluster via

Re: [akka-user] Configuring Akka to run as a job server using Play framework

2015-05-23 Thread Mark Joslin
Hi Michael, thanks for the tips. I believe that would be a bit overkill for this project though it would seem fun. I've decided to take a pretty minimalistic approach: - Start two seed nodes on AWS - Have all the API servers connect to the cluster via these seed nodes - Have all API

Re: [akka-user] Configuring Akka to run as a job server using Play framework

2015-05-19 Thread Michael Frank
On 05/18/15 14:09, Mark Joslin wrote: Hi guys, I was hoping you could point me in the right direction. I have an API server with the Play framework that uses actors. Right now, these are just local actors but their workload is growing and since I'm beginning to introduce more more scheduled

[akka-user] Configuring Akka to run as a job server using Play framework

2015-05-18 Thread Mark Joslin
Hi guys, I was hoping you could point me in the right direction. I have an API server with the Play framework that uses actors. Right now, these are just local actors but their workload is growing and since I'm beginning to introduce more more scheduled background jobs, I would like it to be