I'm making an evaluation for picking an actor platform that I could
possibly use later this year. So I've started doing some experimentation.
My desire was to end with a single platform, Akka, for it appears to be
the most performing one. I have two possible scenarios: the former is to
use actors as an evolution of message-passing architectures I'm already
using inside simple applications, where the choice is oriented to
simplifying concurrency code rather than having big number of actors to
scale with; the latter, instead, is possibly a distributed scenario
(grid-oriented) where performance and scalability are important.
I hoped that Akka would fit both purposes, but so far it seems to fall
short for scenario #1: in fact, as far as I understand, it doesn't support
publish & subscribe which is my favourite pattern. Can you confirm? Is it
possible to achieve it by means of some extension or is it in the future
milestones?
So, for scenario #1, I'm evaluating Jetlang. It seems fine, I'd just to
know whether some of you have some experience with it.
thanks.
--
Fabrizio Giudici - Java Architect, Project Manager
Tidalwave s.a.s. - "We make Java work. Everywhere."
fabrizio...@tidalwave.it
http://tidalwave.it - http://fabriziogiudici.it
--
You received this message because you are subscribed to the Google Groups "The Java Posse" group.
To post to this group, send email to java...@googlegroups.com.
To unsubscribe from this group, send email to javaposse+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
> What version of Akka are you evaluating, and what's your time to market?
>
> If it's far enough away, your best bet is to look at the M2 release of
> Akka
> 2.0. In particular, the Event Bus:
>
> http://akka.io/docs/akka/2.0-M2/java/event-bus.html
>
> I wish I could tell you a final release date, but we're at milestones
> already and I know the guys are working flat out in the thing. I'd also
> be
> very surprised if it wasn't done and dusted by April at the absolute
> latest; in time for ScalaDays 2012.
This looks great, I didn't spot that page. It's very similar to the
interface of the stuff I've internally developed (a very rough stuff) and
I'd like to get rid of.
For the timing, it could be ok. I don't have a strict deadline, actors is
part of the stuff I'd like to push to my customers this year, and I don't
know whether they will accept it or not. So the thing is "sooner is
better"... is there some alpha/beta code that can be tried now?
Is the choice of Akka decided or is there a possibility of a framework
such as GPars (http://gpars.codehaus.org/) getting a look in?
> I hoped that Akka would fit both purposes, but so far it seems to fall
> short for scenario #1: in fact, as far as I understand, it doesn't support
> publish & subscribe which is my favourite pattern. Can you confirm? Is it
> possible to achieve it by means of some extension or is it in the future
> milestones?
Hummm... GPars might fall at hurdle #2 as the remote / cluster stuff
isn't as well shaken down.
> So, for scenario #1, I'm evaluating Jetlang. It seems fine, I'd just to
> know whether some of you have some experience with it.
>
> thanks.
>
> --
> Fabrizio Giudici - Java Architect, Project Manager
> Tidalwave s.a.s. - "We make Java work. Everywhere."
> fabrizio...@tidalwave.it
> http://tidalwave.it - http://fabriziogiudici.it
>
--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel...@ekiga.net
41 Buckmaster Road m: +44 7770 465 077 xmpp: rus...@russel.org.uk
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
---------------------------------------- Aquarius Maritime Pvt Ltd, Mumbai, India !-- Virus-Free Mail Using AntiVirus for PostMaster Enterprise & QuickHeal Engine --!
To unsubscribe from this group, send email to javaposse+...@googlegroups.com.
Kirk
> --
> You received this message because you are subscribed to the Google Groups "The Java Posse" group.
> To post to this group, send email to java...@googlegroups.com.
> To unsubscribe from this group, send email to javaposse+...@googlegroups.com.
> what I was suggesting were internal changes that should not have any
> effect on the API…
API stability is anyway not a problem for some months (I mean, unless
there's a rewrite from scratch).
in fact, as far as I understand, it doesn't support publish & subscribe which is my favourite pattern.
--
You received this message because you are subscribed to the Google Groups "The Java Posse" group.
To post to this group, send email to java...@googlegroups.com.
To unsubscribe from this group, send email to javaposse+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.