-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Multiple Connections and connection pooling
PostPosted: Mon Nov 14, 2005 10:55 am 
hi,
can somebody please clarify these queries..
1) which version of sybase is supported by nhibernate?
2) NHibernate supports Multiple connections and connection pooling. (we have to implement Application Service Provider Architecture in our application)?
3) is there any bench mark tests done for NHibernate to prove that it is scalable and perform well with big enterprise applications? (NH authors pls forgive me for this query)
Many thanks
sarin


Top
  
 
 Post subject:
PostPosted: Thu Nov 17, 2005 11:14 am 
Contributor
Contributor

Joined: Thu May 12, 2005 9:45 am
Posts: 593
Location: nhibernate.org
1) AFAIK, sybase is not well supported; read the files SybaseDialect.cs and SybaseClientDriver.cs in NHibernate source code. If you improve it, feel free to contribute your changes.

2) You need one SessionFactory per database and one Session per connection. And AFAIK, connection pooling is managed by ADO.NET.

3) It is very hard and time-consuming to define what a "big enterprise application" is... Just do your own tests to see if it fits in your case :wink:

_________________
Pierre Henri Kuaté.
Get NHibernate in Action Now!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 18, 2005 12:07 pm 
Regular
Regular

Joined: Thu May 12, 2005 10:12 am
Posts: 71
Location: Buenos Aires, Argentina
I can tell you that I'm using Nhibernate in a "big enterprise application". This is a mission critical system that controls the social security system in Argentina every day. We have to tune NH with QueryCaching, 2nd level cache and other performance tweeks, but overall NH has cut our development time significantly, and most importantly it helped us "forget" about the DB while we were designing our model.

Just to have an idea the new DB has about 160 new tables and this has been a 1 year effort with 5 developers full time.

Have faith, take the plunge and join the club!


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.