I know that PHP supports now Threads and i read here Python multi-threading is not better than muli-threading in java since Python has some issues with GIL.
So i sepposed that Python multi-threading will also not be better than muli-threading in php. As PHP use the same style like in java to create threads, in addition php uses pthread to implements threads, which is wide popular library.
What do you suggest ?