RE: [EMAIL PROTECTED] Submitting jobs remotely over CGI, closing file handles etc

2008-06-20 Thread michael watson (IAH-C)
From: Patrick Horgan [mailto:[EMAIL PROTECTED] Sent: 19 June 2008 18:14 To: users@httpd.apache.org; michael watson (IAH-C) Subject: Re: [EMAIL PROTECTED] Submitting jobs remotely over CGI, closing file handles etc michael watson (IAH-C) wrote: OK, so no answers from

RE: [EMAIL PROTECTED] Submitting jobs remotely over CGI, closing file handles etc

2008-06-19 Thread michael watson (IAH-C)
OK, so no answers from this then... Instead, can anyone tell me how I can monitor whether (and which) file handles are open whilst the CGI script is running? -Original Message- From: michael watson (IAH-C) [mailto:[EMAIL PROTECTED] Sent: 16 June 2008 09:42 To: users@httpd.apache.org

Re: [EMAIL PROTECTED] Submitting jobs remotely over CGI, closing file handles etc

2008-06-19 Thread André Warnier
If you type fast, lsof ? michael watson (IAH-C) wrote: OK, so no answers from this then... Instead, can anyone tell me how I can monitor whether (and which) file handles are open whilst the CGI script is running? -Original Message- From: michael watson (IAH-C) [mailto:[EMAIL

Re: [EMAIL PROTECTED] Submitting jobs remotely over CGI, closing file handles etc

2008-06-19 Thread Patrick Horgan
michael watson (IAH-C) wrote: OK, so no answers from this then... Instead, can anyone tell me how I can monitor whether (and which) file handles are open whilst the CGI script is running? lsof -unameofuserrunningcgiscript for example on my machine apache runs as www-data, so I'd type