M
Mark Oueis
I've got what i think is a tough question. I hope someone can help me.
We have data entering our software through a Web Service. It is then
directly (without any processing whatsoever) forwarded to a Windows
Service through remoting. The problem is this: when lots of data is
coming in, its being de-serialized by the Web Service, then serialized
again to be sent to the windows Service, then de-serialized by the
Windows Service to be used.
Is there any way i can just avoid the de-serialization process of the
Web Service? Can i just keep the data serialized and pass it through
remoting to the Windows Service?
Thanks
Mark
We have data entering our software through a Web Service. It is then
directly (without any processing whatsoever) forwarded to a Windows
Service through remoting. The problem is this: when lots of data is
coming in, its being de-serialized by the Web Service, then serialized
again to be sent to the windows Service, then de-serialized by the
Windows Service to be used.
Is there any way i can just avoid the de-serialization process of the
Web Service? Can i just keep the data serialized and pass it through
remoting to the Windows Service?
Thanks
Mark