[JBoss-user] [Beginners Corner] - Re: Understanding Jboss - Threads, Pools yada yada

2004-11-15 Thread ErrolDC
genman wrote : 
  | There are a couple pools you're dealing with:
  | 
  | 1.  Web service connections.  These are configured within some .xml file I 
imagine.  This configures the number of simultaneous connections.
  | 2.  Database connections.  These are (likely) within some sort of -ds.xml 
file *or* within a -service.xml file.  
  | 
  | What JBoss is carping about (c.f. InternalManagedConnectionPool) is that 
it's out of 2.  If you increase 1, you usually need 2.  Locate some docs about 
configuring database pooling in JBoss and then find and fix the relevant file.

First of all, thanks for your reply. I know that the pool size can be 
configured by editing the oracle-service.xml file. However, is it possible to 
have multipe threads managing several pools? What are acceptable limits for 
pool size? Can I crank it up to say 1000?  



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855207#3855207

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855207


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Understanding Jboss - Threads, Pools yada yada

2004-11-15 Thread ErrolDC
Also, one other thing I'd like someone to help me understand. And please 
forgive my obvious ignorance...

If a connection pool of 50 is specified (minimum), does this mean that jboss 
will open 50 dedicated connections to a database host? 

Thanks again... 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855212#3855212

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855212


---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Understanding Jboss - Threads, Pools yada yada

2004-11-12 Thread genman

There are a couple pools you're dealing with:

1.  Web service connections.  These are configured within some .xml file I 
imagine.  This configures the number of simultaneous connections.
2.  Database connections.  These are (likely) within some sort of -ds.xml file 
*or* within a -service.xml file.  

What JBoss is carping about (c.f. InternalManagedConnectionPool) is that it's 
out of 2.  If you increase 1, you usually need 2.  Locate some docs about 
configuring database pooling in JBoss and then find and fix the relevant file.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3855046#3855046

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855046


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user