cancel
Showing results for 
Search instead for 
Did you mean: 

JCo connection kill

former_member190457
Contributor
0 Kudos

Hi everybody,

I created several WDP applications, creating models with no scope specified, since default scope is APPLICATION_SCOPE (if I'm not wrong).

As far I can see from the thin javadocs, APPLICATION_SCOPE means that as soon as AND not before the application is killed the connection is killed/released.

Did I get it right? Should I explicitly manage the scope or the JCo release?

Thanks, Vincenzo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

this pdf helps to know more about the jco.

JCo Quick Summary

The relationship between Web Dynpro model objects, JCo Connection Pools and ABAP

sessions within an SAP system :

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/85a483cb-0d01-0010-2990-c5168f01...

Regards,

ramesh

Former Member
0 Kudos

hi,

you are right.

the jco connections get released as soon as the application

has expired automatically.

we dont need to close then explicitly.

and if we choose a TASK_SCOPE

we need to instantiate the model (for having the jco connection)

for every server round trip.

Regards,

Satya.

Edited by: Satya on Oct 3, 2008 3:08 PM