Home
Ruby
ActiveRecord
Array
CGI
Class
Collections
Database
Date
Design Patterns
Development
File Directory
GUI
Hash
Language Basics
Method
Network
Number
Rails
Range
Reflection
Statement
String
Threads
Time
Tk
Unit Test
Windows Platform
XML
mongrel Web Server « Network « Ruby
Ruby
Network
mongrel Web Server
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.