I am about to start a project for a potentially heavily accessed ASPNET MVC application and I was thinking to use Subsonic for my DAL. I have some concern about the ability of Subsonic to handle thousands of concurrent requests. Can anyone give me some examples of popular web sites using Subsonic? Also if you have any suggestion regarding a possible substitute to Subsonic, besides NHibernate, that would be great as well. Thanks
Share
Thousands of concurrent requests? Are you sure that’s likely?
For what it’s worth, DotNetKicks uses SubSonic, and never seems to have performance issues.