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
NasipuriNasipuri 

Performance of Apex API call

Hi,

 

I am running a custom interface built in Java using Apex Web services API call.

 

Can any body please tell me the parameter on which the Performance of Apex API call depends?

 

Is the performance depends upon the OS from which I am running my JAVA utility.

 

Thanks,

Dinesh Nasipuri

NasipuriNasipuri

Hi Simon ,Thanks for Reply .

Actually when I am running the Utility from UNIX it is taking more time than Windows.

 

Thanks,

Dinesh Nasipuri

SuperfellSuperfell
There's a million and one reasons, is the hardware config similar, is the bandwidth similar, is the java app being started with the same heap size, do they both have similar amounts of free memory. Is DNS configured correctly.