Project
hotcell-server
The cell side of HotCell. A supervisor listens on two Unix sockets, forks a worker per request,
holds each worker to a wall-clock deadline and a set of resource limits, and answers for one that
dies without reporting.
An operation subclasses HotCell::Operation, declares its limits, and implements perform. This gem
deliberately depends on no application framework: nothing about it loads ActiveSupport, because a
sandbox should carry only what the conversion needs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Development
Licenses
MIT
Dependencies
Runtime
= 0.1.0