Worker threads on a webservice?
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
I'm using a .NET2.0 client against a .NET2.0 webservice running on Server
2K3. My issue is this: I'm transmitting several megabytes of data from the
server to the client. While this data is being transmitted from the server
to the client, the webservice no longer answers requests from other clients.
Obviously this isn't suppose to happen. I've configured IIS to allow
multiple worker threads, but still the service only answers one client while
the server is transmitting back the data.
My question is this: is there another setting I should try to allow the
webservice to answer multiple client requests for multi-megabyte worth of
data?
Cheers, Jon
.
Relevant Pages
- RE: 404 Not Found
... Can a config file possibly tell it not to look in hte GAC? ... what's the current trustLevel of your ASP.NET webservice on the server ... >> whether it is client side related..... ... (microsoft.public.dotnet.framework.webservices) - Re: Webservice problem (after iisreset)
... I was speaking about whatever means you're suing the make the call from the client. ... If it already waits one minute for the failure then it sounds like the timeout is already high enough. ... So use wsdl.exe to generate a .NET proxy to your webservice to see if that style of client has the same problems or not. ... If it does, then it sounds like something on the server, if it does not then it's likley your HTC framework. ... (microsoft.public.dotnet.framework.aspnet.webservices) - Re: What doesnt lend itself to OO?
... >> proxy and instructs the server to constuct the real object. ... rather than client code. ... If 'clock' is instantiated in the server, ... > for the server interface at the OOA level. ... (comp.object) - This is going straight to the pool room
... or not the client has privilege to do what they're trying to do, ... The server environment is this: ... 3GL User action Routines that Tier3 will execute on your behalf during the ... Routine Name: USER_INIT ... (comp.os.vms) - Re: Web service testing
... To test if my code was faulty or not, I back-ported the web service to a standard 2.0 web service using Visual Studio 2005. ... The service is run under IIS on a Windows 2003 server, so there are no server side connection limits that can explain this. ... ASP.NET webservice application. ... In addition, since the problems occur at client, you can use Visual studio ... (microsoft.public.dotnet.framework.webservices) |
|