Hi -
I have below situation:-
Pgm1 [Rm/Cobol] -- > Pgm2 [RM/Cobol] calls API using CALL SYSTEM [curl].
Pgm1 run continuously 24*7[with weekly break of 5 min]. Observation
1. Initially Pgm2 takes very less time. [after restarting Pgm1]
2. With time, Pgm2 execution time keep on increasing.
3. Again, If Pgm1 is restarted then Pgm2 execution time reduces then again start increasing with time.
Is there some caching happening ? Is there way I can avoid this situation where need not to restart Pgm1 to reduce Pgm2 execution time?