- Load Balancer
- Scatter and Gather
- Result Cache
- Share Space
- Pipe and Filter
- Map Reduce
- Bulk Synchronous parallel
- Execution Orchestrator
I think Rick done a wonderful job. Thanks ! Can you think of anything else?
"...cannot open shared object file: No such file or directory"when you trying to run your application (thanks to this post)
java -Djava.library.path=/usr/local/lib
Akka supports using Google Protocol Buffers to serialize your objects. Protobuf is a very efficient network serialization protocol which is also used internally by Akka. The remote actors understand Protobuf messages so if you just send them as they are they will be correctly serialized and unserialized. - from Akka websiteSounded good to me, so I've tried to compile some Akka sample code with Netbeans 6.9 IDE (did I mention that I also love Netbeans? well I do). Akka website gives you instructions how to set-up your developing environment. Basically you have several options:
These are used in the core of Akka, so you need these.
- configgy-X.jar
- netty-X.jar
- protobuf-java-X.jar
- multiverse-alpha-X.jar
- jsr166x-1.0.jar
- geronimo-jta_1.1_spec-1.1.1.jar
- jgroups-2.9.0.GA.jar
"Okular is a universal document viewer based on KPDF for KDE 4.
Its development began as part of Google's Summer of Code program. The description of the project is located at KDE Developer's Corner. Okular combines the excellent functionalities of KPDF with the versatility of supporting different kind of documents, like PDF, Postscript, DjVu, CHM, and others.
The document format handlers page has a chart describing in more detail the supported formats and the features supported in each of them."