I have a big server application wrote in Kylix, which I have started write more than 15 years ago, and still is in heavy development. By a few last years I created a few medium size apps in Scala / Akka, and I really like these tools. So I want (beside have to), move my server from this ancient technology (Kylix) to something new. This is too big, to do it by simple create new version in new technology at once. I have to move it piece by piece. So I need these two apps old one in Kylix and new one in Scala / Akka, to communicate (fast communicate) between each. Unix sockets are best for it. So I found
junixsocket library. But I am wonder if akka can't do it on own way?