hi, I have a button in my webpage that lunch a subprocess and check the ping of the computer and save the information in a text file. that's it, very basic stuff.
If I am doing my click in the server computer everything works,
the subprocess will ping the computer, make the file and save the information.
and go back the corresponding view.
but if I do it from a client computer, does all the script, return the view that needs to return, but it never lunched the subprocess =(. is like that line was commented or something doesn't even complain or spits errors =(
have any one got an issue like this?