The server box which I have handles 100k concurrent requests currently, I am in need to use php command exec($cmd) or shell_exec($cmd) and execute a shell file (a file with extension somefile.sh) and perform some file moving and executing files.
How does the apache server handle this operation will it crash my server based on concurrent connections ???
Nope, there are none. All these things are handled by the os.