cancel
Showing results for 
Search instead for 
Did you mean: 

RFC,PRoxy data

Former Member
0 Kudos

Why could Rfc cant handle large amount of data but why could PROXY handle large amount data

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Here the thing is if we use RFC means we have to use the Adapter to communicate with the XI's Integration Server

If we use Proxies means we can By pass the Adapter intervension here

It can directly commununicate with the XI's Integration Server

REgards

Seshagiri

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

RFC adapters need the xml-conversion of data while the proxy propcess the payload in xml format under the Application server. So Proxy is bit efficient as compare to RFC considering the volume of data. Even with proxy it need to use external commit.

Thanks

Swarup

Former Member
0 Kudos

Hi,,

As said only performance of proxy is high because it by pass the Adapter Engine Framework on J2EE Stack.

More over Proxy is more flexible in writing additional Bussiness logic .

rgds

srini

prateek
Active Contributor
0 Kudos

It is not that RFC can't handle large amount of data. It is just that the RFC communication occurs through adapters whereas Proxy is adapterless communication. So in case of proxies, the performace turns up to be better as it avoids the adapter processing time.

Regards,

Prateek