From: Michael Conrad Date: 2007-11-16T01:35:48+09:00 Subject: Re: webrick alternative Hi, >> Anybody knows a *small* webserver, which is able to run some ruby code ? > > Not sure what you mean by "small," since you'll need to load in the > Ruby interpreter if you want to run Ruby code. Have a look at the HTTP > server built into the Ruby/EventMachine package. loading a ruby interpreter is no problem, I'am running other ruby software on the embedded device without problems (7-8 MB RAM usage). The problem only occurs in combination with webrick. At startup 8 MB RAM are used, after the first request, 16 MB RAM are blocked. Greetings Micha