From: Marc Heiler Date: 2006-09-24T09:55:00+09:00 Subject: Re: PTY "or maybe I should go to ROR directly, without stoping at WEBrick?" Depends on what you need. I use Webrick a lot to (among other things) specify different document roots dynamically, ie when someone needs a certain file which he cant find on the www but which is in one of my archives, then a ruby scripts dumps that file into a temporary dir and starts a special webrick server for a limited amount of time before cleaning up again. There are myriads of more different usage examples, my bottom line would be that it never hurts to have a good look at Webrick for the stuff YOU could need :) Btw about the Google thing - I feel that Webrick is underrepresented on Google as far as up-to-date examples are considered. So google is NOT always the best solution, i have had recieved more help when posting specific questions about Webrick in the past too. -- Posted via http://www.ruby-forum.com/.