dev@grizzly.java.net

Re: java.io.IOException: Too many open files in using Grizzly JRuby Web Server

From: TAKAI Naoto <takai_at_recompile.net>
Date: Mon, 17 Sep 2007 23:44:19 +0900

> Grizzly JRuby web server has no stand-alone daemon mode now. It is not
> difficult to implement daemon mode. Please wait a bit. :-)

Ah... Sorry, I misunderstood. JRuby do not currently support
Kernel#fork. It's difficult for me to implement daemon mode :-(

One good way to daemonize grizzly is to use commons-daemon.
http://commons.apache.org/

-- 
TAKAI Naoto / takai_at_recompile.net