I'm doing a massive upload of files to a photo server.
It happens that until you send all the photos, the user ends up waiting a long time. Then they gave me the hint of searching about queue or queue. This way, the user could leave the upload page and do other things on the system, while behind PHP would send it.
No Codeigniter, I did not find anything about it. Does anyone know how to do via PHP or Codeigniter a task queue?