Re: [akka-user] Re: Akka.NET or Alternative

2016-03-08 Thread Roland Kuhn
Ah, this reminds me: together with the core Orleans developers I did a 
comparison of the two approaches, take a look at 
https://github.com/akka/akka-meta/blob/master/ComparisonWithOrleans.md 
 for 
in-depth information.

Regards,

Roland

> 8 mar 2016 kl. 11:20 skrev Jamie Allen :
> 
> One thing to remember with Orleans - it makes completely different guarantees 
> than Akka.  Where Akka and Erlang focus on the lowest possible costs so that 
> you choose when to pay them, Orleans loads them in up front.  That can make 
> it easier on developers, but likely not as efficient.
> 
> Good luck!
> 
> On Monday, March 7, 2016 at 9:01:20 PM UTC, Andy Czerwonka wrote:
> Hello All,
> 
> I've been asked to port our Java stack to .NET.  We use Akka to facilitate 
> the distribution of our optimization/computation load across cores and 
> eventually a cluster or nodes. I'm looking into Akka.NET and just wondering 
> if the community this this is a viable port? Are there other products in the 
> .NET ecosystem that I should consider for this use case?
> 
> -andy
> 
> -- 
> >> 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 
> .



Dr. Roland Kuhn
Akka Tech Lead
Typesafe  – Reactive apps on the JVM.
twitter: @rolandkuhn
 

-- 
>>  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.


[akka-user] Re: Akka.NET or Alternative

2016-03-08 Thread Jamie Allen
One thing to remember with Orleans - it makes completely different 
guarantees than Akka.  Where Akka and Erlang focus on the lowest possible 
costs so that you choose when to pay them, Orleans loads them in up front. 
 That can make it easier on developers, but likely not as efficient.

Good luck!

On Monday, March 7, 2016 at 9:01:20 PM UTC, Andy Czerwonka wrote:
>
> Hello All,
>
> I've been asked to port our Java stack to .NET.  We use Akka to facilitate 
> the distribution of our optimization/computation load across cores and 
> eventually a cluster or nodes. I'm looking into Akka.NET and just wondering 
> if the community this this is a viable port? Are there other products in 
> the .NET ecosystem that I should consider for this use case?
>
> -andy
>

-- 
>>  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.