mongrel Web Server « Network « Ruby





1.Mongrel server that will return a simple HTML page when http://localhost:1234 is loaded
2.Mongrel::HttpServer.new specifies the number of threads to open to handle requests.