Click here to Skip to main content
15,887,410 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
Is Nhibernate will give 100% performance in 200 users where every user will transact at least 5000 records into database ? Or It will better to go your own architecture like beerhouse project in C#

Any information you could give us would be appreciated






Thanks
Anil
Posted
Comments
Sergey Alexandrovich Kryukov 9-Dec-11 0:37am    
What does it mean: 100% performance?
--SA

1 solution

I have had some good performance out of NHibernate (with MS SQL Server), but it really depends on what your trying to achieve. If your creating an system which needs rapid scaling, with a large number of transactions it may be worth looking into something like MS SQL Service broker (I assume oracle has an equivalent although I am no oracle expert).

You can write your own ORM, but you have to ask is it worth the investment in time and resources. Only you can answer that one. If not I would follow along the lines of NHibernate, if however speed is everything to you then forget the idea of ORMs and code direct. Really is your choice based on your actual requirements.


Derek
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900