[erlang-questions] [ANN] CloudI 0.2.0 Released
Michael Truog
mjtruog@REDACTED
Tue Mar 27 08:39:19 CEST 2012
Download 0.2.0rc1 from http://sourceforge.net/projects/cloudi/files/latest/download
CloudI (http://cloudi.org) is now beta and version 0.2.0 will be used for testing. After sufficient testing, the release will become 1.0.0 to begin semantic versioning (http://semver.org). The FAQ will soon be updated to reflect the changes for 0.2.0. The highlights for this new release are:
* support for Erlang R15
* added support for using service name patterns
(i.e., names that include the "*" wildcard character)
* added priority queueing to Erlang services
* added timeout handling to expire queued requests and now update the request
timeout based on the time spent queued
* added log output redirection with automatic partition tolerance
(i.e., redirect local log output to a remote node and if contact with the
remote node is lost, log locally until the connection is reestablished)
* added floating point usage for configuring process and thread counts
(so that it represents a ceil for numbers > 1.0 or
a round for numbers < 1.0 when using it as a multiple of the
number of cores (i.e., Erlang VM scheduler threads))
* added service options to the CloudI configuration so that typical
defaults are easily modified
Anyone with questions, comments, ideas, suggestions, criticisms, or concerns is welcome to send email.
Thanks,
Michael
More information about the erlang-questions
mailing list