script/server -- responding to multiple request simultaneously?

Hi,

I'm trying to see if there's an easy way that I can get script/server to process multiple requests simultaneously? Why you might ask... well I'm developing a web app that sits on top of several web services and for development expediency I'm trying to "host" them all on the same host:post.

- Jacob

You could use passenger for this (an apache module), http:// modrails.com.