I have setup my rails application on windows With Mongrel application server and Apache Web server .
I have defined the 10 cluster for mongrel to handle the request properly . When I make any request that has heavy db operation or that require time to execute , then all my mongrel cluster are busy and displaying same log .
Same mongrel cluster setting are working fine on Linux server .
Can you please get me out of this bottleneck .
Thanks in advance .