Hi Christopher,

Aeron IPC is currently not supported, but I found it interesting to see if
it works so I tried it. Had to change a few small things. Of course I was
curious about the performance. No difference for small messages (100
bytes), but for 10kB messages it has higher throughput 1100 MB/s with ipc
vs 320 MB/s with upd on my laptop. This is with actor messages
(MaxThroughputSpec), not raw Aeron.

I would have to verify more before promising that we will support it.

Cheers,
Patrik

On Sat, Oct 28, 2017 at 2:38 AM, Christopher Hunt <hunt...@gmail.com> wrote:

> Hi there
>
> I’m thinking of using Akka cluster in a single machine style scenario (low
> powered router), so that I can use distributed pub/sub across processes in
> particular. I see that Aeron supports IPC as a transport, but Akka’s Artery
> doesn’t appear to be able to utilise it - I could be misreading the
> reference config though.
>
> Has any consideration been given to supporting the other non-UDP Aeron
> transports within Akka Artery?
>
> Cheers
> C
>
> --
> >>>>>>>>>>      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.
>



-- 

Patrik Nordwall
Akka Tech Lead
Lightbend <http://www.lightbend.com/> -  Reactive apps on the JVM
Twitter: @patriknw

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

Reply via email to