From: Aaron Smith Date: 2007-02-19T15:18:16+09:00 Subject: cgi / fcgi? Forgive me for my newbiness. I've never had to deal with cgi's before. I understand that fcgi is supposed to make cgi faster. But in the case of ruby, when i'm handling a request that was made to an fcgi. Do I handle it through the CGI apis? I don't quite see how to handle one through fcgi? To me FCGI seems to be just the fcgi server? For example, in my fcgi script. I've only been able to figure out how to grab request data through cgi = CGI.new. then accessing params and what not through that. Is that correct? -thanks. -- Posted via http://www.ruby-forum.com/.