Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

A quick and dirty and alpha library written by someone who read about Akka two days ago.

The idea is pretty simple: wrap existing legacy code with proxies to utilize the concurrency provided by the activeobject pattern.
For very procedural, long running code, this could give serious speed boost.

Known issues not handled gracefully: 
Does not play well with primitive or final return types. 

Things to do: 
all the beautiful Akka control/registry stuff
cache the proxy factories
Come with a scenario that provides some real tests
Learn Scala and port this.

About

wrap existing legacy code with proxies to utilize the concurrency provided by the activeobject pattern via Akka

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages