Closed joanhey closed 1 year ago
@joanhey It internally not use multi-thread. It's multi-process and one thread in per-process, because nginx is use multi-process . So php handle request one by one in pre-process of nginx.
So every ngx-php is a fork, and only process 1 req at a time.
So every ngx-php is a fork, and only process 1 req at a time.
Yes, sure that.
Hi, I think that use threads, but I'll be sure.
Thank you.