ara.t.howard schrieb: > > On Nov 16, 2007, at 6:23 AM, Michael Neumann wrote: > >> 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. > > i just started hacking on this too! i'm leaning towards simply wrapping > one nginx to to ruby fastcgi process and going from there - but a ruby > module looks very interesting. any code in repo? Not yet. Maybe in a few days. Well it turned out that 2MB is only the case if I use libruby18-static. Regards, Michael