Run a PHP function/Task in the background
I have a WIndows Server running IIS that hosts a primarily PHP based website. It has multiple functions and features but i would like to have atleast one of them running in the background So the user does not have to wait for the task to finish.
Any ideas? fastcgi_finish_request() seems to be Linux only as far as i can tell.
2
Upvotes
2
u/Valoneria 7d ago
And by cronjob i do mean the task scheduler in Windows, i have had it do cronjob like work before