- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
ANNOUNCE: Akka 1.3 final is out!
Fri, 2012-01-27, 11:18
Dear hAkkers,
we, the Akka committers, are proud to announce Akka 1.3!
What is Akka?
Akka is the platform for the next generation event-driven, scalable and fault-tolerant architectures on the JVM.
Akka implements a unique hybrid of: Actors, which gives you: Simple and high-level abstractions for concurrency and parallelism. Asynchronous, non-blocking and highly performant event-driven programming model. Very lightweight event-driven threads (create ~13 million actors on 8 G RAM). High-availability through supervisor hierarchies with let-it-crash semantics. Excellent for writing highly fault-tolerant systems that never stop, systems that self-heal. Software Transactional Memory (STM). Transactors: combine actors and STM into transactional actors. Allows you to compose atomic message flows with automatic retry and rollback. Remote actors: highly performant distributed actors with remote supervision and error management. Agents & Dataflow Concurrency Java and Scala API.
What’s new in 1.3?
Akka 1.3 is more a maintenance release than a revolutionary step: I includes a couple of important bugfixes, and also a brand new 0MQ integration kindly contributed by Karim Osman!
Highlights: -0MQ integration - http://akka.io/docs/akka/1.3/scala/zeromq.html -Optimizations and bugfixes
Release notes can be found here:
http://akka.io/docs/akka/1.3/project/release-notes.html
And closed tickets for this release can be found in the issue tracker here:
http://www.assembla.com/spaces/akka/milestones/613163-1-3
Documentation can be found here:
http://akka.io/docs/
The source code is on github. This release is tagged v1.3:
https://github.com/jboner/akka/tree/v1.3
https://github.com/jboner/akka-modules/tree/v1.3
The Akka Maven repository is:
http://akka.io/repository/
Downloads can be found at:
http://akka.io/downloads/
Enjoy!
Cheers,√
--
Viktor Klang
Akka Tech LeadTypesafe - The software stack for applications that scale
Twitter: @viktorklang
we, the Akka committers, are proud to announce Akka 1.3!
What is Akka?
Akka is the platform for the next generation event-driven, scalable and fault-tolerant architectures on the JVM.
Akka implements a unique hybrid of: Actors, which gives you: Simple and high-level abstractions for concurrency and parallelism. Asynchronous, non-blocking and highly performant event-driven programming model. Very lightweight event-driven threads (create ~13 million actors on 8 G RAM). High-availability through supervisor hierarchies with let-it-crash semantics. Excellent for writing highly fault-tolerant systems that never stop, systems that self-heal. Software Transactional Memory (STM). Transactors: combine actors and STM into transactional actors. Allows you to compose atomic message flows with automatic retry and rollback. Remote actors: highly performant distributed actors with remote supervision and error management. Agents & Dataflow Concurrency Java and Scala API.
What’s new in 1.3?
Akka 1.3 is more a maintenance release than a revolutionary step: I includes a couple of important bugfixes, and also a brand new 0MQ integration kindly contributed by Karim Osman!
Highlights: -0MQ integration - http://akka.io/docs/akka/1.3/scala/zeromq.html -Optimizations and bugfixes
Release notes can be found here:
http://akka.io/docs/akka/1.3/project/release-notes.html
And closed tickets for this release can be found in the issue tracker here:
http://www.assembla.com/spaces/akka/milestones/613163-1-3
Documentation can be found here:
http://akka.io/docs/
The source code is on github. This release is tagged v1.3:
https://github.com/jboner/akka/tree/v1.3
https://github.com/jboner/akka-modules/tree/v1.3
The Akka Maven repository is:
http://akka.io/repository/
Downloads can be found at:
http://akka.io/downloads/
Enjoy!
Cheers,√
--
Viktor Klang
Akka Tech LeadTypesafe - The software stack for applications that scale
Twitter: @viktorklang
Fri, 2012-01-27, 19:41
#2
Re: [akka-user] Re: [akka-dev] ANNOUNCE: Akka 1.3 final is out!
On Fri, Jan 27, 2012 at 7:30 PM, Alex Cruise <alex@cluonflux.com> wrote:
2012/1/27 √iktor Ҡlang <viktor.klang@gmail.com>we, the Akka committers, are proud to announce Akka 1.3!
Awesome! Is there any list of changes since RC6?
Just bugfixes.
-0xe1a
Fri, 2012-01-27, 19:51
#3
Re: Re: [akka-user] Re: [akka-dev] ANNOUNCE: Akka 1.3 final is
2012/1/27 √iktor Ҡlang :
>
>
> On Fri, Jan 27, 2012 at 7:30 PM, Alex Cruise wrote:
>>
>> 2012/1/27 √iktor Ҡlang
>>>
>>> we, the Akka committers, are proud to announce Akka 1.3!
>>
>>
>> Awesome! Is there any list of changes since RC6?
>
>
> Just bugfixes.
No new bugs? Where's the fun in that?
Fri, 2012-01-27, 20:01
#4
Re: Re: [akka-user] Re: [akka-dev] ANNOUNCE: Akka 1.3 final is
2012/1/27 Daniel Sobral <dcsobral@gmail.com>
2012/1/27 √iktor Ҡlang <viktor.klang@gmail.com>:
>
>
> On Fri, Jan 27, 2012 at 7:30 PM, Alex Cruise <alex@cluonflux.com> wrote:
>>
>> 2012/1/27 √iktor Ҡlang <viktor.klang@gmail.com>
>>>
>>> we, the Akka committers, are proud to announce Akka 1.3!
>>
>>
>> Awesome! Is there any list of changes since RC6?
>
>
> Just bugfixes.
No new bugs? Where's the fun in that?
For you to find, me to fix ;-)
--
Daniel C. Sobral
I travel to the future all the time.
--
Viktor Klang
Akka Tech LeadTypesafe - The software stack for applications that scale
Twitter: @viktorklang
Awesome! Is there any list of changes since RC6?
-0xe1a