I currently have a 2 tier application which I need to bring into the 21st Century by creating a Middle tier with all the advantages that will bring.
My problem is that some of the access to the storage/persistence layer is via an API which takes a file handle from the client. The API then writes a file from the server to the referenced area on the client.
If I create a DCOM object and place it on the middle tier, what will happen if I pass it a client file handle to be used in the same API call?
I hope that makes sense and hope someone can help.
Stephen ...
My problem is that some of the access to the storage/persistence layer is via an API which takes a file handle from the client. The API then writes a file from the server to the referenced area on the client.
If I create a DCOM object and place it on the middle tier, what will happen if I pass it a client file handle to be used in the same API call?
I hope that makes sense and hope someone can help.
Stephen ...