A
anonymous
Hi
my objective is to create a web service which will be running on a remote PC.The client PC will host a web application.
The request/ response will be in asynchronous mode (currently i am thinking in this direction Pls let me know if any alternative is there).The web service will generate a file containing around 10,000 records or more. Once this file is generated it shd be uploaded to the client PC .I am planning to use FTP if possible(again if any other alternative is there let me know).
Now
using web service to generate a file with 10,000 records can be time
consuming and will use IIS resources un-necessarily so the performance of
web service can be affected.
Is there any suitable aletrnative.
There is a site //www.ingorammer.com/RemotingFAQ/RemotingUseCases.html which compares performance of
IIS remoting Binary, TCP remoting, ASP.NET
any similar site which compares web service with .NET remoting and COM+.
Thanks in advance
my objective is to create a web service which will be running on a remote PC.The client PC will host a web application.
The request/ response will be in asynchronous mode (currently i am thinking in this direction Pls let me know if any alternative is there).The web service will generate a file containing around 10,000 records or more. Once this file is generated it shd be uploaded to the client PC .I am planning to use FTP if possible(again if any other alternative is there let me know).
Now
using web service to generate a file with 10,000 records can be time
consuming and will use IIS resources un-necessarily so the performance of
web service can be affected.
Is there any suitable aletrnative.
There is a site //www.ingorammer.com/RemotingFAQ/RemotingUseCases.html which compares performance of
IIS remoting Binary, TCP remoting, ASP.NET
any similar site which compares web service with .NET remoting and COM+.
Thanks in advance