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

Php - Delimiter must not be alphanumeric or backslash -

trac - Modifying workflow to add a status and split on ticket type -

Delphi interface implements -