Files | Admin

Notes:

Release Name: distribustream-0.2.0

Notes: This represents the first "beta" quality release of DistribuStream. Client memory usage is now substantially lower as the client now buffers to a Tempfile (although CPU usage is still high). This release also includes major refinements to the API, which should facilitate using PDTP::Client and PDTP::Server in 3rd party applications.


Changes: PDTP::Server and PDTP::Client now expose APIs intended for public consumption. They may change slightly down the road, but will remain largely the same. PDTP::Client now uses a Tempfile for its internal buffer, drastically improving its memory usage. The protocol now uses length prefix framing, rather than using CRLF encoding. This breaks protocol compatibility with the 0.1.0 release but should represent the last major change to the protocol format.