search for: fcgi_s_each

Displaying 3 results from an estimated 3 matches for "fcgi_s_each".

2006 Mar 23
5
[OT] building fastcgi
...llowing the instructions on Hivelogic, everything works flawlessly on my Powerbook until I do the ''sudo gem install fcgi. I''m getting no-definition errors all over the place. Any thoughts how to resolve this? Example of errors: No definition for fcgi_s_accept No definition for fcgi_s_each No definition for fcgi_s_each No definition for fcgi_s_iscgi -- View this message in context: http://www.nabble.com/-OT-building-fastcgi-t1327794.html#a3544682 Sent from the RubyOnRails Users forum at Nabble.com.
2006 Apr 03
6
getting fcgi to work
...b'' -o fcgi.so fcgi.o -lfcgi -ldl -lcrypt -lm -lc make install /usr/bin/install -c -m 0755 fcgi.so /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/. Successfully installed fcgi-0.8.6.1 Installing RDoc documentation for fcgi-0.8.6.1... No definition for fcgi_s_accept No definition for fcgi_s_each No definition for fcgi_s_each No definition for fcgi_s_iscgi No definition for fcgi_in No definition for fcgi_out No definition for fcgi_err No definition for fcgi_env No definition for fcgi_finish No definition for fcgi_stream_putc No definition for fcgi_stream_write No definition for fc...
2005 Mar 04
24
Rails speed?
Hi -- (First time posting to the list...) I''m trying out Rails on my Mac (OS X Panther, 1.6 G5). It seems... kinda slow? I''ve even run it with FastCGI and the response time is still painfully slow. Is this just me? Is mod_ruby any better than FastCGI? Or is it rails? Thanks in advance! -- joshua