Can I only use a single process to call exe through exec on winserver? Can't I call it concurrently? Exe php exec blocking non-blocking exec
Is the exe executable files called by php through exec blocked by a single process? I found that multiple browsers in my local machine simultaneously request the call, and found that the server only starts one exe program. I want to call the exe once in one request. What is the situation for Daniel? Or is there any other solution?
Reply to discussion (solution)
If you have not tried exe, you will be able to judge it.
Can the moderator help solve this problem?
Every time you call a php page request, the exe is queued, no matter how many php requests you have.
Isn't php execution parallel? Why does it become a serial call when exe is called?
Is it because of the fast-cgi mechanism (all requests are processed in one process?