Distributed application in C#



Hi,

I am facing a problem in C# windows based application. I am fetching
data from database and sending database information through mail after
formatting data. Volume of mail is very high and number of user is also
very big. I was not able to complete requirement using single threaded
application so I made it multithreaded but still I am not able to
achieve target. I am using dual processor server for that.

Can I achieve such type of requirement using distributed computing
(DCOM, Remoting) in C#? If yes then please anybody tell me in details.
How to achieve my target through this approach? Please let me know if
any other approach is possible.

Thanks in Advance.

Regards
Rajeev

.


Loading