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

2016-03-08 Thread Jamie Allen
Here's an analysis of Orleans 
 I 
wrote when it was announced.

On Tuesday, March 8, 2016 at 1:08:25 AM UTC, Andy Czerwonka wrote:
>
> Thanks Vitor - Orleans looks promising.
>
> On Monday, March 7, 2016 at 2:29:43 PM UTC-7, Vitor Vieira wrote:
>>
>> Hi Andy,
>>
>> I highly recommend the Orleans project, https://github.com/dotnet/orleans 
>> as a Akka.NET substitute if you have any reason to don't use it.
>>
>> If the team responsible to execute the porting have some experience with 
>> functional programming, or have previous exposure to the Akka framework,  I 
>> recommend to use F# together with Akka.NET or Orleans(avoid C# if you can).
>>
>> It is a very powerful combination
>>
>> Rgds,
>>
>> Vitor Vieira
>> @notvitor
>>
>>
>> 2016-03-07 17:58 GMT-03:00 Andy Czerwonka :
>>
>>> 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+...@googlegroups.com.
>>> To post to this group, send email to akka...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/akka-user.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>

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