If a web application has a slow soap web service integration for a page, would it effect other pages' performance? Would Apache continue processing other requests (from another clients) while waiting for an slow soap service?
p.s. I am already aware Apache spawn different processes for different connection as I observe from "top" command, but still I feel one client's SOAP pending effects another user.