|
|
#5 |
|
Junior Member
Join Date: May 2003
Posts: 15
|
i have got sc_serv to run flawlessly now with
exec("nohup ./sc_serv > /dev/null &"); it goes with no hangups, perfect, but when i try exec("nohup ./sc_trans > /dev/null &"); sc_serv is stopped shortly after and sc_trans keeps going, i assume it is because they are both trying to access the same path and only 1 process can use it at a time, but i dont know, im not too versed in linux, heh, i guess im not in windows anymore :-( , i have tried multiple commands with system(), exec(), shell_exec(), passthru(), and so on and so forth, im sure we can put our heads together to figure it our. i have the code if any of yall want to take a look and see if yall can improve it. |
|
|
|
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|