Hi , I want to understand the modification for JClouds internal threads. I saw below 3 major properties that can help to improve the TPS for SWIFT Bloblstore connectivity via JClouds.
Properties overrides = new Properties(); overrides.setProperty(PROPERTY_IO_WORKER_THREADS, "40"); overrides.setProperty(PROPERTY_SCHEDULER_THREADS, "20"); overrides.setProperty(PROPERTY_USER_THREADS, "0"); //assuming unlimited Please let me know from internal architecture point of view if my thinking is correct ? As I am not seeing any difference in number of requests served by SWIFT through JClouds though I am able to get better numbers if I bypass JCloud lib. Thanks sumit
