Mongrel + Apache = Parallel processing?

Hello All,

If I use Apache/mod_proxy with mongrel, will that give me multiple
processes? I have a long-running request that blocks all other requests
on
a single mongrel service instance.

Ideas?

Thank you all!

If Apache proxies to more than 1 mongrel instance, then yes.


– Tom M.