Hi, I am using mongrel on win2k. after i start mongrel only one engine handles all the request so the requests are served serially. How can i run multiple instances of mongrel so that requests are directed to the mongrel instance which is not busy.
Another thing is that sometimes if the request takes long then mongrel does not time out the request.(i am using mongrel on windows) . As a result the request is stuck on mongrel forever until i have to restart it.
Thank you.