Windows 7, Rails 3 here. I local/development mode, rails server
does not handle multiple request at the same time. The process crash and the cmd prompt comes in front.
I've noticed this behaviour when :
- having too much ajax request, too close from one another
- loading a simple page on 2 browsers
Is there a way workaround that ? Change the local server (default is webrick) ? How is that done ?
Thanks.