Displaying 6 results from an estimated 6 matches for "scgi_cluster".
2005 Oct 17
12
SCGI Rails Runner 0.4.1 (getting closer)
...troduction
SCGI is an alternative to FastCGI. This release features several nice
features from the previous (0.4.0) release:
* Most functionality is generalized into the scgi.rb file so that other
frameworks can benefit from SCGI. This includes the DRb control code
too.
* There is a new command scgi_cluster that works like scgi_ctrl but
manages a cluster of SCGI processors for you.
* A few minor source changes and clean-ups, but no major bugs found
so far.
* All classes are documented with RDoc and the README is complete.
* A packaged RubyGem for people to install (let me know if it works for
you).
*...
2006 Apr 29
1
Warnings printed to console causes error if console closed on Linux
...r, but
worked fine in webbrick/windows. I finally tracked it down to it crashed
when trying to print the warning to the console. If I kept the terminal
open that I started the server on it would print the warning, but not
crash. I''m using lighttpd and scgi. I start the server by using
scgi_cluster via SSH.
Any ideas why this is happening?
Thanks!
--
Jack Christensen
jackc@hylesanderson.edu
2006 Jan 14
2
SwitchTower and SCGI
Hi !
Following the manual, section 2.6 describes how to replace the restart
task. Since I''m using Lighttpd and SCGI, I did the following:
desc "Restart the web server"
task :restart, :roles => :app do
sudo "cd #{deploy_to}/#{current} && scgi_cluster stop <
#{deploy_to}/#{current}/config/.password"
sudo "cd #{deploy_to}/#{current} && scgi_cluster start"
end
Is it normal that I have to build the path myself ? Is there a
variable that''s not mentionned anywhere that returns the whole path at
once, instead of...
2006 Apr 04
1
Mongrel Web Server 0.3.12.1 -- Iron Mongrel
Hello All Mongrel Users,
For the unintiated, Mongrel is a web server that runs Ruby web applications
really fast. Read http://mongrel.rubyforge.org/ to get find out more about
it.
This is the Iron Mongrel release. It is the result of trying to trash
Mongrel until it can''t move and then fixing anything that comes up. The
work was done on EastMedia''s and VeriSign''s
2006 Apr 03
12
scgi?? do i need it for ruby?
This might be obvious to everyone but it is something that i haven''t
been able to find an answer to. Do I need to have either
scgi/fastcgi/cgi running on either lighttpd/apache for ruby scripts to
work? If yes, why? I have installed the scgi server and i can get the
service to run, i have also installed the following mod_fastcgi/2.4.2
mod_ruby/1.2.4 Ruby/1.8.2(2004-12-25) mod_scgi,
2005 Oct 19
35
Why you MUST use SCGI for Rails development
Hello happy Railers,
I used to develop with a local out-of-the-box Apache and load times were
pretty slow (like a few seconds each page). "Well, it''s the price to
pay for no compile / cache / etc..." I thought. Nonsense. Yesterday I
installed SCGI, and now I''ve got the best of both worlds: rails
development env uses my very latest modifications, while SCGI ensures I