
Probably every programmer has occasionally got into a situation in which it was necessary to significantly speed up a part of the code. One way to do this is parallelization using threads. But how to use threads correctly in PHP without getting hurt? Does threads make any sense in PHP? Isn't there a better way? You will learn all of that and much more in this talk!