Hi!
In a Java program running on a SAP J2EE Server we are using the Destination Service API to perform ABAP function modules calls via JCo. In the Java Engine we used NWA to define a destination to the ABAP system with a technical user:
NWA -> Configuration Management -> Security -> Destinations
No we are asking us what the following destination parameters do EXACTLY mean (SAP docu says nothing about that):
Max Pool size : 5
Max connections : 10
Max wait time : 10 sec
(the values given above are the SAP default values when we created the RFC destination).
Above all what is the relationship between Max Pool Size and Max Connections.
Additionally: How should/must we set these values when we are expecting:
- 100 concurrent users
- 500 concurrent users
and what are the consequences concerning harware resource consumption.
Thanx for any hints!
Regards,
Volker