[Openstreetmap-dev] mod_ruby
David Sheldon
dave-osm at earth.li
Tue Feb 14 22:54:31 GMT 2006
On Tue, Feb 14, 2006 at 12:10:24PM +0000, SteveC wrote:
> http://www.openstreetmap.org/wiki/index.php/Using_the_dev_server#Questions_about_the_dev_server
>
> re mod_ruby sharing variables across runtimes... damn, yes, that might
> be the case but each site definition has it's own instance so maybe not.
> Can someone test?
http://lists.modruby.net/ml/archive/modruby/200403.month/1138.html
Says:
require loads libraries into the global
namespace. So one library may break another library.
It also says:
So if you modify the library, you have to restart Apache.
Which probably isn't ideal for the dev service.
We should probably turn off mod_ruby on the dev server until we can find
an alternative. Has anyone used fastcgi and suexec for this sort of
thing before?
David
--
Hildebrant's Principle:
If you don't know where you are going, any road will get you there.
More information about the dev
mailing list