in reply to CGI - run script without waiting
I would create a separate daemon process which is responsible for forking and running those commands – specifically so that you can limit the number of processes that might in this way be running at the same time. Without this precaution, your system could be used to intentionally or unintentionally "fork bomb" your system.