PHP Workers with Redis & Solo
I’ve come across an awesome combination of tools for managing PHP Workers, and thought I’d share. Why Workers? Sometimes there are situations when you want to parallel process things. Other times you might have a list of tasks to accomplish, and you don’t want to make the user wait after pressing a button. This is …
Read more »