function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NarenKNarenK 

HTTP connection pooling and Session pooling

Hi All,

 

In my Apex code I extensivly call some external rest web services. So I want to know is there a way to maintain Http connection pooling and session pooling thorugh my apex code instead if leaving it to system?

 

Any help in this regard really appreciated. Thanks in advance for your help.

 

Regards,

Naren