cancel
Showing results for 
Search instead for 
Did you mean: 

Increase HTTP adapter throughput

Former Member
0 Kudos

We are using HTTP adapter ( default PI adapter) to receive data from 3rd party. Since it is default adapter, we haven't configured sender channel.

While testing, we see that sender system is not able to send more then 10 messages per 20-30 seconds, and it is queuing up on the sender java system.Due to large volume, it taking hours to finish the whole process.

pls suggest, if we any parameter to increase the message receiving count so we can utilize the network & finish the process early

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You may need to increase FCAServerThreadCount in Java system properties.

Refer the Note 1945745:How to increase the number of HTTP Worker (FCA) threads in PI

SAP Note 1375656.pdf


(JSTSG)(Web)FAQ-FCAServerThreadCount - Java Server Troubleshooting Guide - SCN Wiki



Former Member
0 Kudos

Thanks for suggestion. Please advice if any  more options are also avaialble or increasing the message throughput .