문제

I would like to check whether it's possible to trace what time a CGI program gets invoked or ended through any apache logs.

If I am using a javascript to reload a CGI program every 2 seconds and in that CGI program, it checks and does a series of connection to SQL, I wish to find out if the CGI process has already ended by the time my SQL API tries to return a SQL status to that CGI process, thus causing a defunct process?

Will I be able to trace what time a CGI process has ended? What time a CGI process gets invoked through any apache logs?

Need everyone's advice.

Thanks.

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top