[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Any book on CGI programming in Ruby?

Brian Candler

7/1/2008 7:59:00 AM

In case you've not seen it, there is a short chapter here:

http://www.ruby-doc.org/docs/ProgrammingRuby/htm...

Then when you find it's too slow, look at fastcgi/fcgi/scgi - or reorganise
your app so that it runs as a standalone HTTP server, and proxy HTTP
requests to it from your front-end webserver.