From kato.kiwamu at future.co.jp Wed Feb 6 21:10:14 2008 From: kato.kiwamu at future.co.jp (kato.kiwamu at future.co.jp) Date: Thu, 7 Feb 2008 11:10:14 +0900 Subject: [ap4r-user-ja] [ANN] AP4R 0.3.6 Released Message-ID: <14CE73B79D552644B7CBEF0428763DF604272EA6@045MAIL.future.co.jp> Hi all, ap4r version 0.3.6 has been released. = What is AP4R ? AP4R, Asynchronous Processing for Ruby, is the implementation of reliable asynchronous message processing. It provides message queuing, and message dispatching. Using asynchronous processing, we can cut down turn-around-time of web applications by queuing, or can utilize more machine power by load-balancing. Also AP4R nicely ties with your Ruby on Rails applications. See Hello World sample application from rubyforge. For more information, please step in AP4R homepage! http://ap4r.rubyforge.org/wiki/wiki.pl = Changelog * Added: configuration to set HTTP timeout. Based on a patch from Artem Vasiliev * Added: provisional support Rails2.0. * Changed: the location of message_builder.rb from rails plugin to ap4r core (ap4r/lib directory). * Fixed: bug (tracker #17206) that uninitialized constant error occurs when :active_record_store is used as session store. Thanks, kiwamu