You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion group for Actorom, Java-based implementation of the Actors Concurrency Model.
|
|
|
New features for Actorom 0.4
|
| |
Hi guys,
I'd like to ask you what new features you'd be pleased to see in the
next Actorom 0.4 release.
I've already added the following feature requests to the issue tracker:
- Predicate-based message selection:
[link]
- Off-loading ready to use actor implementation:... more »
|
|
Issue #1 - Make KillActorException lightweight/reusable
|
| |
I've been looking at the first issue as well, that optimizes the
throwing of KillActorException. Since it's effectively going to
require a singleton, thought to do something like this:
public class KillActorException extends RuntimeException {
private static final KillActorException coreException = new... more »
|
|
Welcome!
|
| |
Guys,
let me welcome Scott Pfister, who just joined the Actorom team.
I'm sure enjoyable times will come.
Congratulations!
Sergio B.
-- Sergio Bossa
Software Passionate and Open Source Enthusiast.
URL: [link]
|
|
Checkout of read only repo does not work for me
|
| |
I tried to checkout the read only repo with
$ svn checkout [link] actorom-read-
only
Did not work for me, svn complained: "could not connect to server". I
can easily access it via the browser.
Any ideas?
Thanks,
Stefan
|
|
Help Wanted!
|
| |
Hi all,
I've been recently unable to spend much time on Actorom, and that's
why you didn't see new releases.
However, I really want to move Actorom forward, and I need your help for that.
If you'd like to jump on the project and help with its development, do
not hesitate to drop me a line: I'm sure exciting times will come :)... more »
|
|
Threading Policies
|
| |
Hi,
I'm working on an application that is supposed to serve as an adapter
to a 3rd party product. The communication to the latter happens with
ASCII messages over TCP/IP and I found that dispatching the incoming
messages to their handlers seems like a good case to try Actorom. It
actually works very good, I hardly had to restructure the application... more »
|
|
Green threads
|
| |
Hi Sergio,
I've been playing around with Google App Engine's recent Java support.
They are pretty restrictive -- you can't spawn new threads (new Thread
() isn't permitted by their security manager).
The restrictions make lots sense in terms of billing and performance
management, but since they already limit CPU time, I see no harm to... more »
|
|
So many Actors, any thing new?
|
| |
There're so many Actor models, how is yours?
Indeed, Erlang is the only one, right now, I can use smoothly. Even
scala is hard to use (hope it will be better after JDK7).
|
No more topics in this group.
|
|