I want to use php to implement multithreading, which is mainly used to clear expired data. However, php does not support multithreading .. How can this problem be solved? My apache server ~~
Reply to discussion (solution)
Php uses curl. try curl to support multithreading.
It is recommended that you use linux cron to do this, which is relatively simple.
Php uses curl. try curl to support multithreading.
Is there an example ~~
It is recommended that you use linux cron to do this, which is relatively simple.
I developed it in win7 ..
Reference the reply from sibang on the second floor: We recommend that you use cron in linux. I have developed it in win7 ..
What is it ?? ? ?, You can put it on the linux server during the official operation.
Php Visual testing itself does not support multithreading. The multithreading mentioned on the Internet is actually a multi-request, which is mistaken by Cainiao for multithreading ~