I am just wondering if it is possible for two applications to use a single socket to talk to a remote server.
Basically, I have to write a client/server application such that the server will open a connection, on behalf of the client, to remote server, do some operations and pass the socket to client for the real processing.
I am new to symbian and am not sure if that is possible. Though, my gut feeling is that it should not be possible.
Anyway, I would really appreciate any helps regarding this problem.
I'm not 100% sure, but I think you can't share RClasses between different processes.
Anyway you could let the server handle all connection and sending and using normal client/server messaging between the client and server in the phone side.