Home > Article > Backend Development > use php
I’m a little confused right now.
In the PHP code, put all the arrays that need to request the interface into the redis storage,
Then use a loop to brpop the array out, but isn't this process all executed by the PHP code?
Doesn’t the entire process have to be disconnected after PHP times out?