Re: [PHP] PHP running Python script - not waiting for Python script to finish

2009-06-09 Thread Robert Cummings
Per Jessen wrote: Adrian Price-Whelan wrote: Hey - Running these on a Linux server with PHP 5 and Python 2.5. My problem is this: I have a simple php form that executes a long (~3 minutes) Python script using the 'exec' function from php. The issue is that the browser, I think, 'times out'

Re: [PHP] PHP running Python script - not waiting for Python script to finish

2009-06-09 Thread Per Jessen
Adrian Price-Whelan wrote: > Hey - > > Running these on a Linux server with PHP 5 and Python 2.5. > > My problem is this: I have a simple php form that executes a long (~3 > minutes) Python script using the 'exec' function from php. The issue > is that the browser, I think, 'times out' before th