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.  [ 4 posts ] 
Author Message
 Post subject: how many concurrent users does nHibernate supports?
PostPosted: Thu Apr 24, 2008 6:22 am 
Newbie

Joined: Fri Jan 25, 2008 6:18 am
Posts: 10
Location: Bangalore, India
Hi folks,

I am now developed a project using nHibernate 1.2.1 GA. and it is working fine as of now,

But I am also planning my next project also using nHibernate, here my doubt is this project (web site) is going to be used by 1000 users at a time.
that means 1000 users (more than that) will connect to the same site (session factory in nHibernate) at one movement and creates entities and so.

so can anybody tell me how many concurrent users will nHibernate supports?

please help to calrify myself before planning the project.

_________________
Thanks & Regards
Babar Shaik.


Top
 Profile  
 
 Post subject: how many concurrent users does nHibernate supports?
PostPosted: Thu Apr 24, 2008 12:32 pm 
Senior
Senior

Joined: Thu Jun 21, 2007 8:03 am
Posts: 127
Location: UK
Hi,

I am not aware of any limits that NHibernate imposes over and above any limit you would have from existing hardware and regular ADO.Net code.

Regards,
Richard


Top
 Profile  
 
 Post subject:
PostPosted: Fri Apr 25, 2008 1:54 am 
Newbie

Joined: Fri Jan 25, 2008 6:18 am
Posts: 10
Location: Bangalore, India
Hi FlukeFan,

Thanks for the response anyway,

I think my query is not clear enough,

My query is in reference to the concurrent user's on session factory.

How does the nHibernate session factory manages sessions for 1000 concurrent users, can you/anybody elaborate on the same if possible?

_________________
Thanks & Regards
Babar Shaik.


Top
 Profile  
 
 Post subject: how many concurrent users does nHibernate supports?
PostPosted: Fri Apr 25, 2008 5:37 am 
Senior
Senior

Joined: Thu Jun 21, 2007 8:03 am
Posts: 127
Location: UK
Hi,

Quote:
How does the nHibernate session factory manages sessions for 1000 concurrent users


NHibernate doesn't manage the sessions ... your application does that itself.

As mentioned before there are no limitations imposed by NHibernate, so the limits to how many sessions you can have will be governed by other factors like how many threads your container/process can create, or how many connections the database supports. If you can support 1000 threads and/or 1000 database connections to your database, then NHibernate can support the same.

Hope that helps.

Richard


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 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.