Files | Admin

Notes:

Release Name: 0.2.0

Notes:
Ruby client for Rserve, a Binary R server (http://www.rforge.net/Rserve/).

Follows closely the new Java client API, but maintains all Ruby conventions when possible.


Changes: === 0.2.0 / 2010-06-15 * Session implemented. * Retrieve auth information from server first responde. TODO: Implement authentification * Rserve::Protocol get_int and get_long uses pack. Spec for test compatibility for old method * Added benchmark, comparing Rserve with RinRuby and RsRuby * Windows Support: * On windows, any new connection closes the previous. Rserve on Windows can't process parallel connections * All Specification works on Windows