Re: [users@httpd] CGI-BIN Timeout Question w/ Python

2012-03-02 Thread Tom Evans
On Fri, Mar 2, 2012 at 3:21 PM, Sean Cavanaugh (scavanau) wrote: > Hello All, > > > > I am trying to write a webpage wrapper for some scripts I have written in > python on my FreeBSD 9 machine. > > > > When I do this on the command line > > > > #python tests.py > > > > It works fine, although the

[users@httpd] CGI-BIN Timeout Question w/ Python

2012-03-02 Thread Sean Cavanaugh (scavanau)
Hello All, I am trying to write a webpage wrapper for some scripts I have written in python on my FreeBSD 9 machine. When I do this on the command line #python tests.py It works fine, although the script takes 8 full seconds to run...(normal) when I do a: proc = subprocess.Popen