Ruby LSAPI 1.4 Released

Status
Not open for further replies.

xing

LiteSpeed Staff
#1
Ruby LSAPI 1.4 Released:

Download: http://www.litespeedtech.com/products/lsapi/

Overview:

Ruby LSAPI extension is a Ruby extension which implements the highly optimized LiteSpeed API protocol between Ruby and LiteSpeed Server.

Changelog:

Fix: a worker process does not remain persistent if a request has been canceled.

New: Maximum number of worker processes has been limited to twice the configured value to prevent DoS type attacks.

New: New environment variable, LSAPI_MAX_REQS=n, where n is the maximum number of requests that a child process can serve.Default value is 1000. Once the value is reached, the child process will exit automatically. This will help in case of any memory leaks in Rails.

New: New environment variable, LSAPI_MAX_IDLE=n, where n is the maximum idle time in seconds that a child process will be waiting for a new request. Once limit is reached, the child process will quit. Default value is 60. When n <= 0, the child process will wait indefinitely. This option helps getting rid of idle children processes.
 
Status
Not open for further replies.
Top