From: Andre Nathan Date: 2007-11-21T04:55:26+09:00 Subject: Re: [ANN] Packet : A Pure Ruby Library for Event Driven Network Programming On Wed, 2007-11-21 at 04:14 +0900, hemant wrote: > It also provides real easy to user UNIX workers for concurrent programming. Hemant, In the eval server example, is a single worker process created, corresponding to eval_worker.rb, or is it possible to create a pool of pre-forked worker processes of the same class? Andre