Jump to content

Using PHP to start a very long process


tarsier

Recommended Posts

Hello.

I was wondering if anyone has any advice on how to start a 30-40 minute process from a web page using PHP. The process I want to start is actually a PHP program that starts from the command line and does a huge file-to-database transfer. I would love to have users be able to start this process from a web-page. I've looked at starting child processes but it looks like any child I make from the web-process is still bound by the maximum execution time for CGI scrips.

 

Any ideas?

Thanks.

 

- Dave

Link to comment
https://forums.phpfreaks.com/topic/105784-using-php-to-start-a-very-long-process/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.