Hi Grp,
I am comparing NHIbernate performance with the DotNet Enterprise Library.
Scenario: Application is a 3 tier - application. DB is on one server, business logic(application server) is on 2nd server and client is on 3rd server. Test is performed against 500 clients. Results are given as below
1. SQL Server Client Connection:
NHibernate - 401 and Ent. Library - 7
2. % Processor Time (Application Server):
NHibernate - 25.14 and Ent. Library - 2.15
3. Number Of Pooled Connections(Max)
NHibernate - 422 and Ent. Library - 10
Is this a normal behavior of NHibernate or is there any setting for performance tunning?
waiting for reply...
Thanks,
Deepak
|