RAA - ap4r/0.1.1

ap4r / 0.1.1

Short description: AP4R, Asynchronous Processing for Ruby, is messaging library.
Category: Library/Asynchronous Processing
Status: alpha
Created: 2006-08-31 15:23:11 GMT
Last update: 2006-10-05 02:13:31 GMT
Owner: kiwamu (Projects of this owner)
Homepage: http://rubyforge.org/projects/ap4r/
Download: http://rubyforge.org/projects/ap4r/
License: Ruby's
Dependency:
Requires: reliable-msg/1.1.0 Reliable messaging and queuing
Description:

AP4R, Asynchronous Processing for Ruby, is the messaging library which enables reliable asynchronous processing.

Using asynchronous processing, we can cut down turn-around-time of web applications by queuing, or can utilize more machine power by load-balancing.

AP4R provides message queuing, and message dispatching.
Also AP4R nicely ties with your Ruby on Rails applications.

* Business logics can be implemented as simple Web apps, or simple ruby code,
whether it's called asynchronously or synchronously.

* Asynchronous messaging are reliable.
Persistence can be RDBMS (now MySQL only) or file.

* With more than one AP4R processes, some load balancing are available.

* Asynchronous processing is via various protocols, such as XML-RPC, SOAP,
HTTP PUT, and more. (now implemented just as XML-RPC)

Versions: [0.2.0 (2006-10-17)] [0.1.1 (2006-10-05)] [0.1.0 (2006-08-31)]

Edit this project (for project owner)

back to RAA top