Yeni bir kullanıcı sitemde imzalar zaman, ben gelecekte arama kısaltmak için bazı ön-işleme yapmak istiyorum. Bu, herhangi bir işlem süresi 30 dakika ila 2 içerir. Açıkçası ben onlar kaydolma üzerinde Gönder düğmesini tıkladığınızda, bu do ... ya da ziyaret ettiğiniz herhangi bir PHP sayfası üzerinde olamaz. Ancak, ben bu kaydolma (veya daha az) bunlardan 5 dakika içinde yapılması istiyorsunuz.
Cron Route I THINK this needs to be in a cron job, and if so, how should I setup the cron job? If so, what should my cron line look like to run every 2 minutes, and how can I insure that I don't have the same cron job overlapping the next?
Event/Fork Route - Preferred If I can possibly throw some event to my server without disrupting my users experience or fork a process off of the users signup (instead of a cron job) how could I do this?