Monday 15 August 2011

c# - Avoiding a double serialize/deserialize -


I have a WCF webservice that acts as a proxy between the WCF window service and client interfaces. This is done because our program can have a central "state" server, while webwives can be distributed.

Ideally I want to host mid IIS by hosting WCF webservice serialization and feeding bytes through the IIS client directly on the Windows service. Is this possible?

Why not use directly? I think a cluster proxy will work better to deliver requests from the WCF service.


No comments:

Post a Comment