Ruby on Rails Monday, June 28, 2010



On 28 June 2010 08:41, Peter De Berdt <peter.de.berdt@pandora.be> wrote:

Your server's processing power is the limit, there is no concurrency limit in Rails.


Best regards


Peter De Berdt


True but given that the system has 2G of ram and is not really running anything else I would expect that the OPs system would be capable of handling 10 concurrent requests.

Besides there may be no concurrency limits in rails but if you were running it behind a web server (such as apache) then the limit might be imposed by the web server. But here it is looking more like a locking problem with the sessions table at this point.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment