I have a controller that inside I have placed actions that are called through cron by using curl ( or lynx) and the full url to the action. The problem is that some of these actions may take sometime to complete, eg. I contact a remote sms gateway to send an sms and if no connection is made I use sleep to try again after 5 seconds etc. When that happens, I cannot call any other action from any other controller, which makes my whole site completely unusable. I tried putting one of the action out of cakephp and that problem does not occur, but I don't want to do this as I use many of tha cakephp api functions inside these actions.
Any suggestions what I am doing wrong? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
