I need an advice :
I need an advice :
In a project with severaI applications, I have 2 applications (let's call them AppA and AppB) , accessing to a database through a DataSnap server.
At the moment, these applications are one the same PC.
AppA and AppB are communicating through Windows Messages.
Now, I would like to be able to move AppB on a remote computer. I could create a socket communication between AppA and AppB, but coudn't I use the DataSnap Server as a component for a "traditional" socket communication ?
In a project with severaI applications, I have 2 applications (let's call them AppA and AppB) , accessing to a database through a DataSnap server.
At the moment, these applications are one the same PC.
AppA and AppB are communicating through Windows Messages.
Now, I would like to be able to move AppB on a remote computer. I could create a socket communication between AppA and AppB, but coudn't I use the DataSnap Server as a component for a "traditional" socket communication ?
You might have a look into the ChatRoomDemo from the Delphi samples.
ReplyDeleteOh oh, it looks exactly like what I was looking for !!!
ReplyDeleteThank you very much Uwe Raabe !