cancel
Showing results for 
Search instead for 
Did you mean: 

JCO load balancing question

Former Member
0 Kudos

hi all,

i have a JAVA application which uses JCO(standalone not the Enterprise Portal one) to connect to SAP R/3 to fetch data from R/3 using single RFC function module. Now i just wanted to know about perforamce of this application. say If i have some 5000 users connecting to this appplication at same time and all these 5000 users connect to this application using 5000 diff. SAP dialog user IDs. Now in this case there would be 5000 RFC connections opened same time in R/3 and all accessing the same RFC funtion module.

Now my question is how many con-current RFC connections can be opened on sap R/3(or sap WAS). my client is on ECC 6.0. here i m assuming that 1 JCO connection from JAVA app. = 1 RFC connection in SAP R/3(WAS)..ALso what other parameter i need to consider for performance tunning of this application?? the JAVA application is hosted on some WAS(like Apache,Glassfish,websphere etc) not on SAP's WAS..

thanks all GURUs in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

nelis
Active Contributor
0 Kudos

Now my question is how many con-current RFC connections can be opened on sap R/3(or sap WAS). my client is on ECC 6.0. here i m assuming that 1 JCO connection from JAVA app. = 1 RFC connection in SAP R/3(WAS)..ALso what other parameter i need to consider for performance tunning of this application??

RFC connections can be load balanced amongst all application servers. In each RFC connection -> technical settings you will see an option for load balancing which essentially connects to the message server.

How many connections can be opened ? ...that would depend on how many work processes you have available, number of users, load etc

Nelis