Re: [akka-user] Akka remote security

2014-08-31 Thread Glenn / devalias
Thanks for the insight :) It would definitely be cool if there was some more flexibility/option for hooking security features in 3.x Cheers - Glenn / devalias On Friday, 29 August 2014 20:27:26 UTC+10, Akka Team wrote: Hi Glenn, That's good to know for ActorRef's. I hadn't even

Re: [akka-user] Akka remote security

2014-08-28 Thread Glenn / devalias
for the most basic use case: potentially untrusted remote ActorSystem sending messages in) - Glenn / devalias -Endre - Glenn / devalias -Endre Cheers Glenn / devalias On Monday, 25 August 2014 20:27:48 UTC+10, Akka Team wrote: Hi Glenn, On Mon, Aug 25, 2014 at 8:12 AM, Glenn

Re: [akka-user] Akka remote security

2014-08-27 Thread Glenn / devalias
Heya, On Wednesday, 27 August 2014 19:00:45 UTC+10, Akka Team wrote: Hi Glenn, On Tue, Aug 26, 2014 at 2:03 AM, Glenn / devalias glenn...@wlpc.com.au javascript: wrote: That makes sense. By that regard, it would have to be assumed that you wouldn't ever recommend exposing a remoting

Re: [akka-user] Akka remote security

2014-08-25 Thread Glenn / devalias
, as an aside, has anyone come across a 'sandboxed actor' pattern (to prevent actors that are children of the 'sandbox guardian' from being able to select actors that are 'above'/parents to it, prevent PossiblyHarmful messages that would shutdown the ActorSystem, etc) Cheers Glenn / devalias On Friday

Re: [akka-user] Akka remote security

2014-08-25 Thread Glenn / devalias
sockets/etc, but it seems like that would involve extra effort/layer of abstraction, where you might actually benefit from using akka directly. Cheers Glenn / devalias On Monday, 25 August 2014 20:27:48 UTC+10, Akka Team wrote: Hi Glenn, On Mon, Aug 25, 2014 at 8:12 AM, Glenn / devalias glenn

Re: [akka-user] How to create a http client like spray-client using akka-http

2014-08-25 Thread Glenn / devalias
released. Akka team, feel free to correct me if i'm wrong. Cheers Glenn / devalias On Tuesday, 26 August 2014 07:25:38 UTC+10, Natthapol wongsaroj wrote: Endre, I came across this post and wondering if I will be able to send http post/get request from external entity (say from a web browser

Re: [akka-user] Multiple ActorSystems ('weight', uses, etc?)

2014-08-22 Thread Glenn / devalias
Keeping my responses in the thread for ease. On Friday, 22 August 2014 15:32:10 UTC+10, Heiko Seeberger wrote: Glenn, Find my answers below. Heiko On 22 Aug 2014, at 05:03, Glenn / devalias glenn...@wlpc.com.au javascript: wrote: Heya, So, most/pretty much everything I read says

[akka-user] Multiple ActorSystems ('weight', uses, etc?)

2014-08-21 Thread Glenn / devalias
of ponderings and mind dumping here, so hopefully it makes enough sense to be followed. Looking forward to your thoughts/insights! :) - Glenn / devalias -- Read the docs: http://akka.io/docs/ Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html Search

Re: [akka-user] What would it take to make actors in another language/platform

2014-08-17 Thread Glenn / devalias
would probably look at the possibility of running an actor on the closest 'powerful' node to your arduino, and then use a streamlined process to communicate with it/watch it directly (a bit more complex, but you would be able to stick to native arduino/etc) /2c - Glenn / devalias On Thursday, 14

[akka-user] Distributed Event Network design pattern?

2014-08-13 Thread Glenn / devalias
the ones scattered through the docs/etc) Thanks heaps!! - Glenn / devalias -- 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

[akka-user] Re: What would it take to make actors in another language/platform

2014-08-04 Thread Glenn / devalias
the protocols/etc needing implementation. My other thought in this regard (with absolutely no thought put into practicality/whether it would actually work) is that there could be some potential in cross compiling with something like LLVM. - Glenn / devalias On Monday, 4 August 2014 06:11:21 UTC+10, Josh