Hi Team,
I am using httpd and mod_perl libraries to spawn the process to execute the tasks. httpd will spawn a process which is parent and it will spawn the other child process to perform the tasks.
The parent process job is to monitor the child process and the child process has to perform the functionality taks. All of sudden one of the child process is executing the tasks of the parent instead of the child process tasks.
I am using RHEL8 environment and these below are library versions.
Same piece of code worked in Cent 7.
httpd: 2.4.6
mod_perl: 2.0.10
Could you please help here, how to debug the issue?
-- Thanks & RegardsSreenivasulu Alapaka