java - Command Line Server?? Client Server Architecture? -


hope doing great.

here want know command line server, how can access remotely command line server

via iphone.

any thought advise appreciated.

thanks.

peter lawrey guided me in right direction above in comments. others if looking answer question asked here on stackoverflow.com
"if start program command line , close it, sends hup signal of it's child processes. way avoid killing process use nohup @ start of command line. blocks signal , prevents process being killed when exit. true of unix programs , not specific java @ all."


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

java - How to create Table using Apache PDFBox -

mpi - Why is MPI_Bsend not returning error even when the buffer is insufficient to accommodate all the messages -