From: Robert Oliver Date: 2005-07-19T06:18:38+09:00 Subject: Re: Ruby VS PHP ------=_Part_1322_12156107.1121721452486 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On 7/18/05, Kirk Haines wrote: >=20 >=20 > There is a simple workaround. >=20 > Everyone gets their own Apache server running on a specific port. There i= s > then a server running on port 80 that proxies requests to the private > servers. >=20 > So they can do anything that they want in their own environment. >=20 > Once upon a time I ran a corporate development network like this. Each > developer had his own sandbox, but it was all on a shared server and the > server on port 80 proxied everything. Worked great. >=20 >=20 > Kirk Haines >=20 >=20 Kirk, This is a great idea. It seems you'd have a headache on the front end with= =20 the Apache proxy server, but some careful management of that might prove=20 helpful. My company provides mod_ruby and mod_fastcgi, but we do recommend people=20 develop on their machines, or with fcgi off. Turning fcgi off in Rails v13+= =20 isn't so bad, as they've really speed up the core. We're working a script to kill off processes that are in their name, but it= s=20 not yet done, because even though you can say "Don't develop on this=20 machine, or don't have fcgi on if you do so", people still will from time t= o=20 time :) --=20 Robert W. Oliver II CEO / President - OCS Solutions, Inc. http://www.ocssolutions.com/ Ruby / Ruby on Rails Discussion at http://www.rubyforums.com/ ------=_Part_1322_12156107.1121721452486--