Distributed application in C#
- From: ranjanrajeev01@xxxxxxxxx
- Date: 26 Dec 2006 05:40:50 -0800
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
.
- Follow-Ups:
- Re: Distributed application in C#
- From: Spam Catcher
- Re: Distributed application in C#
- Prev by Date: Re: Will single call remote object serve the particular caller
- Next by Date: Re: Distributed application in C#
- Previous by thread: Re: Will single call remote object serve the particular caller
- Next by thread: Re: Distributed application in C#
- Index(es):
Loading