On 25.8.2006, at 16.45, Jean-Eric Cuendet (ML) wrote: > Hi, > It would be nice if Mongrel would do multiapps in one Mongrel > instance. > For the moment, I have one Mongrel for each app of my server, each > on a > different port. > For example: > http://server:8080/app1 > http://server:8080/app2 > instead of: > http://server:8080/ > http://server:8081/ > Is that planned?
No offense, Jean-Eric, but you already asked this two weeks ago [1] and got 7 responses, including one from Zed himself [2]. The answer: You can't do that as long as Rails is not thread-safe, in other words not any time soon. //jarkko [1] http://rubyforge.org/pipermail/mongrel-users/2006-August/000924.html [2] http://rubyforge.org/pipermail/mongrel-users/2006-August/000932.html -- Jarkko Laine http://jlaine.net http://odesign.fi _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
