class Servolux::Prefork
def stop
+errors+ methods will still function correctly after stopping the workers.
destroyed by this method; this means that the +each_worker+ and the
exit before this method will return. The worker instances are not
Stop all workers. The current process will wait for each child process to
def stop @workers.each { |worker| worker.stop; pause } reap self end