I have inherited an client-server application which is using ICE and am having to come up to speed very quickly. We are using a publisher-subscriber model (using IceStorm). Basically, the client tells the servers to execute a test and report the results. The ICE interface works well until another part of the server application downloads a file from a URL, outside of the ICE interface. The downloader class uses HttpWebRequest and HttpWebResponse C# classes to download the file. The download works correctly but once the test is finished and the servers send back the test reponse, they do not respond to further requests. Do I need to implement the download method in the ICE Interface? I could use some help.

Reply With Quote