-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've implemented a Listenable/Listener trait that can be added to Actors. I'm wondering if it's possible to attach this style of trait to an actor without it having to explicitly call the listenerHandler method?
Also I was expecting to find this functionality in the Akka library. Am I missing something…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
We're looking at using actors in our Scala code quite soon. We're also thinking of moving to Scala 2.8 in the next few weeks. We've been keeping an eye on Akka but it doesn't currently support 2.8 and plans for it have slipped from the 0.7 release to 0.8
We would like distributed, supervised…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to parallelise a code using scala actors. That is my first real code with actors, but I have some experience with Java Mulithreading and MPI in C. However I am completely lost.
The workflow I want to realise is a circular pipeline and can be described as the following:
Each worker actor…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Forgive me if this is a stupid question, but what makes actors so lightweight?
To be honest, I'm not even sure how they work. Aren't they separate threads?
'Seems I have two questions. Thanks in advance :)
>>> More
-
as seen on Simple Talk
- Search for 'Simple Talk'
Alex Davies has been a software engineer at Red Gate since graduating from university, and is currently busy working on .NET Demon. We talked about tackling parallel programming with his actors framework, a scientific approach to debugging, and how JavaScript is going to affect the programming languages…
>>> More