T
TonyJ
Hello!
I just want to have your opinion about the problem. We have two applications
running on two different plattforms in the same LAN network.
On the first plattform we have windows and on the second plattform we have
something called OpenVMS.
The application on the window side is based on MFC.
Both application will send message do each other.
Here I'm only interested to find a solution on the window side.
Now and then we want to send a message from the OpenVMS to the windows
application and update it's database.
My solution is the following on the window side and I hope somebody can
comment to this solution.
I create a window service and have this listen to a socket. When the OpenVMS
application send a message on this socket the window service
look at this message and put it in the database.
Sometime when the window application are using some dialog a message will be
sent to the OpenVMS application.based on using sockets.
So my solution is to use window service and socket. Is there any better
solutions to this ploblem perhaps?
//Tony
I just want to have your opinion about the problem. We have two applications
running on two different plattforms in the same LAN network.
On the first plattform we have windows and on the second plattform we have
something called OpenVMS.
The application on the window side is based on MFC.
Both application will send message do each other.
Here I'm only interested to find a solution on the window side.
Now and then we want to send a message from the OpenVMS to the windows
application and update it's database.
My solution is the following on the window side and I hope somebody can
comment to this solution.
I create a window service and have this listen to a socket. When the OpenVMS
application send a message on this socket the window service
look at this message and put it in the database.
Sometime when the window application are using some dialog a message will be
sent to the OpenVMS application.based on using sockets.
So my solution is to use window service and socket. Is there any better
solutions to this ploblem perhaps?
//Tony