1
In my system I have an email sending module I send it through ajax. shipping to approximately 300 people on the same request.
The uolhost server supports sending 150/hour so when sending 150 I give the command of php Sleep(1hour) and ajax keeps waiting.
I wonder if this overloads the server if yes, what to do for better?
Unfortunately the company has hired a plan in uolhost that has no cron support and no ssh connection.
Unfortunately the company has hired a plan in uolhost that has no cron support and no ssh connection.
– Herick
Then use Mandrill( gringo and cheap) or All In mail(Brazilian and expensive), sending emails weigh on the server. I say this because I worked a lot with transactional emails.
– Pedro Morais