thepip3r Posted June 14, 2006 Share Posted June 14, 2006 if i have a repository of data that i wrote a php script for that evaluates each file and writes the data to a database, is there a way to kick that off in the background so that the user can still interface with the page and the script just finishes whenever? i'm asking because the script can take awhile to execute. and if you're familiar with Unix, i'm looking for something in PHP synomymous with a Unix fork... Quote Link to comment https://forums.phpfreaks.com/topic/12008-php-processing-question/ Share on other sites More sharing options...
kenrbnsn Posted June 14, 2006 Share Posted June 14, 2006 You could use AJAX to kick off another version of the script in the background.Ken Quote Link to comment https://forums.phpfreaks.com/topic/12008-php-processing-question/#findComment-45700 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.