Registry / other / serverengine

serverengine

JSON →
library2.4.0rbrubygemsunverified

A framework to implement robust multiprocess servers like Unicorn.

gem install serverengine
INSTALL
IMPORT
SIG · SERVERENGINE
S
serverengine
otherrubyv2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ServerEngine
require 'serverengine'

Create a multiprocess server with a custom worker class.

require 'serverengine' # Example configuration for a multiprocess server ServerEngine.create(nil, MyWorker, { worker_type: 'process', workers: 4 })
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
serverengine — gem install serverengine · libregistry