I want to parallelize a php program which I use to read some .xml. I've been googleing and I read about some options:
- fork
- curl
- gearman
- exec
I also red that exec is the best, but I don´t understand how it works. Anyone who can explain it?
Thanks in advance.