Search code examples
ruby-on-railsmongrelmongrel-cluster

Mongrel clusters are running parallel on windows


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 .


Solution

  • Was stuck into the log issue .

    So I have set different log file for each cluster and things are working fine .