Hi!
I have to realize a client-server-application with secure socket layer. The technic is no problem, I already have successfully build a small demo (a chat). But I am facing some other problems right now:
The client should be able to send a request to the server that will let the server call some shellscripts or make some database operations. But I can only send strings over this socket-connection. I am looking for a comfortable way to send the proper commands from the client and receive status-messages as well as results from a SQL-select-statment from the server.
Could someone please give me some hints? I know how to do all this stuff like exec a shellscript, make database-connections, etc. But I really have no clue how this communication can be solved in a handsome and comfortable way.
Cheers
frag
patrick.metz@epost.de
I have to realize a client-server-application with secure socket layer. The technic is no problem, I already have successfully build a small demo (a chat). But I am facing some other problems right now:
The client should be able to send a request to the server that will let the server call some shellscripts or make some database operations. But I can only send strings over this socket-connection. I am looking for a comfortable way to send the proper commands from the client and receive status-messages as well as results from a SQL-select-statment from the server.
Could someone please give me some hints? I know how to do all this stuff like exec a shellscript, make database-connections, etc. But I really have no clue how this communication can be solved in a handsome and comfortable way.
Cheers
frag
patrick.metz@epost.de