Re: [akka-user] Using ssl and tls with akka 2.3.7

2014-12-11 Thread Henry Story
> On 11 Dec 2014, at 16:07, henry.st...@bblfish.net wrote: > >> >> On 11 Dec 2014, at 14:33, pa...@blackopsdev.com >> wrote: >> >> Hello, everyone! >> I'm using akka.io 2.3.7 and I don't see any SSL/TLS support there. >> As far as I understand it was removed (sin

[akka-user] flexible path router

2016-02-29 Thread Henry Story
Hi, I am writing an Http Server where each resource on the file system is the responsibility of an actor. To keep it simple, there are at least two types of actors: one responsible for directories and one responsible for files. Directory actors will be actors with children and files will be

[akka-user] Re: flexible path router

2016-02-29 Thread Henry Story
losest supervisor. Otherwise one could get by creating a global database for the VM, but that would end up just duplicating all the code in ActorCell, from what I can tell by having studied the code a bit. On Monday, 29 February 2016 13:04:56 UTC, Henry Story wrote: > > Hi, > >

Re: [akka-user] flexible path router

2016-02-29 Thread Henry Story
this use case may make sense and so the feature I was thinking of can get added to akka in due course. Henry > -- > Cheers, > √ > > On Feb 29, 2016 2:05 PM, "Henry Story" <mailto:henry.st...@gmail.com>> wrote: > Hi, > >I am writing an

Re: [akka-user] flexible path router

2016-03-01 Thread Henry Story
s should deal with messages when their employees are not available, and that they should employ new actors to offload their work. > Johannes > > On Monday, February 29, 2016 at 10:39:42 PM UTC+1, Henry Story wrote: >> >> >> On 29 Feb 2016, at 20:17, Viktor Klang wrot

Re: [akka-user] flexible path router

2016-03-02 Thread Henry Story
e type for Scala source files. Has that been registered? Henry On Tuesday, 1 March 2016 11:55:10 UTC, Henry Story wrote: > > > > On Tuesday, 1 March 2016 11:16:02 UTC, Johannes Rudolph wrote: >> >> Hi Henry, >> >> couldn't you just use ActorSelection o