From: Diego Bernardes Date: 2008-05-20T07:13:47+09:00 Subject: Question about ruby web servers Usually when you want to archive more performance ex. in mongrel or thin( i dont know how the webrick, ebb,.. works) in powerfull machines ppl start new process in other ports and direct the requests for each process. Why do this? Isnt better start new threads in only one process? -- Posted via http://www.ruby-forum.com/.