I\'m new to network programming. I\'m interested is it possible to establish network connection via sockets between Java server and C client and keep the connection open infinit
Nothing is infinite (in computing), but you can keep a socket connection open as long as both applications are running.