Hi, I am developing a .net application using C# to communicate with a seagull web service.All it does is extract some data from sql server and pumps it to the seagull web service and gets the response for the webservice and store it back to the data store. This application is meant to process huge amount of data.I have broken down the application in to following components. 1) Asp .net as UI2) Windows service 3) Healper Dll4) External Seagull web serviceAsp.net application and the rest of the components are on the same server.There are various batches of records bunched into groups that are supposed to be processed in a day; each processing can take hours due to its volume. Most of my core functionality is in the helper dll which accepts a command from the windows se ...
Go to the complete details ...