I have developed Linux socket server connection which is working fine.
When start from terminal it start from listening from client. but when I close terminal it stops listening.
I need to continue even though the terminal closed by user from started.
how can I run server socket application in Linux as background process?
am run using ./a.out 8888(portno)
again i will connect error will come (connection refused)
now what do i?
Thank You.