[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss postgresql pooling

2006-07-06 Thread PeterJ
IR stands for Injection Rate, a term used in SpecJAppServer to signify the amount of load placed on the system. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955891#3955891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss postgresql pooling

2006-07-06 Thread Renierb
Sory, what is IR? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955734#3955734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955734 Using Tomcat but need to do more? Need to support web services, security? Get stuff

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss postgresql pooling

2006-07-05 Thread PeterJ
1) I think MAX_INT (or MAX_LONG). :-) 2) You probably will not want to use MAX_INT because each pooled resource uses memory (space in the Java heap) and you only have so much available. How many you should set really depends on how many concurrent users you think that your application will hav