Hi,
I'm using some app server to stream data to remote clients over TCP
connections. On the server machine, I want to be able to close down a
session to some client. The server app does not support any
programatic disconnect feature, so I thought of closing it using some
shell command.
Is there any way to do this?
Thanks,
- Aviad