On Jun 9, 2011, at 08:05, sandeep sachan wrote: > I am trying to send mail its work to every 5 min to send email in user > account but one problem is there can you solve this problem ... problem is > that when i m sending mail its sleep for 5 min and this time i m trying to > viewing view detail of users but its not show .. sleep thread is working ... > i dont didint get any solution to slove this problem plz...help me .!!!
As previously discussed, I assume you're calling this sendmail() method from a CakePHP shell script that's being started by cron at some convenient interval. As such, I don't see how it would affect anything that happens in a user's web browser. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
