cancel
Showing results for 
Search instead for 
Did you mean: 

max pool size, connections, timeout and wait time

0 Kudos

Hi All ...

Does anybody could help me on this issue?

When we setup max pool size, connections, timeout and wait time on "Maintain jco connections" for a Webdynpro application, what is the best number that we can put for these entries? For ie, here we have a J2EE application running on WEBAS 620 that has configured to use 200 connections (this is so big and, sometimes, it´s reached) and we will deploy this on WEBAS 640. This specific application search data on R/3 data dictionary (it didn´t save any data) and we think that 200 connections is so big to put on this new J2EE 640.

Do you have any help for us to configure these parameters?

Thanks a lot!

Daniela Godoi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Daniela,

You can't decide how many you connections you want at design time. So, best effort is to close this connection after each execution of model.

To close this connection write following code after executing your FRC model.

wdcontext.current<node>element().modelobject().modelInstance().disconnectifAlive();

Regards,

Bhavik

Former Member
0 Kudos

Hi,

Do check the following document on how to configure the parameters.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/webdynpro/ho... to configure the jco destination settings.pdf

Regards,

Vijith