On my system I have an e-mail module I send it through ajax. sending to approximately 300 people on the same request.
The uolhost server supports sending 150 / hour so when I send 150 I give the php sleep command (1hour) and the ajax keeps waiting.
I would like to know if this overloads the server if yes, what to do for the better?
Unfortunately, the company has contracted a plan on uolhost that does not support cron or ssh connection.