On 8/25/06, Ezra Zygmuntowicz <[EMAIL PROTECTED]> wrote: > > This is certainly an interesting idea but the problem I see with > this is ActiveRecord's database connection hates fork. Most of the > time if you use fork in a rails app you will immediately get the > "Mysql server has gone away" error. THere is a workaround you can use > but its not pretty.
Not that it would be worth the effort, but you could create a process pool and load rails in the children instead of the parent. Chris _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
