From: Michael Neumann Date: 2007-11-16T22:23:19+09:00 Subject: Re: webrick alternative Michael Conrad schrieb: > Hi, > > I'am looking for a small webserver running some ruby classes/servlets. > > My first steps I was going with webrick, but the memory footprint > is unacceptable for the target plattform. > > Anybody knows a *small* webserver, which is able to run some ruby code ? I'm currently embedding Ruby into nginx (www.nginx.net). It's not yet done as I started yesterday and as I'm doing it for fun.... A minimal worker process has ~2MB at the moment. I think it's impossible to reduce this any more. My initial benchmarks (which doesn't say anything) showed it to be at least 2-times as fast as mongrel. Regards, Michael