|
What is the best way for a php to call an external php file? I am using cakephp. I want to send out 2 or 3 emails after user registered. However, it takes a long time to send out the email. I want to spin another process to send email and return the UI right away.
What is the best way to do it? Do a system call out? Or use message queue? Or cron job?
__________________
TextLinksDepot.com - Please login or register to view this content. Registration is FREE
|