Mike Taulty's Blog
Bits and Bytes from Microsoft UK
Website Rehosting

Blogs

Mike Taulty's Blog

Elsewhere

Just a quick plea. I’ve re-hosted my website with a new hoster so if you spot problems with the site please let me know as I’ll have no doubt forgotten to switch something on or off.

Thanks. Normal service should now resume :-)


Posted Tue, Mar 9 2010 12:04 PM by mtaulty
Filed under:

Comments

Siegfried Becker wrote re: Website Rehosting – Mail Me If You Have Problems
on Tue, Mar 9 2010 1:21 PM

Hi Mike,

I have a service running as a webservice implemented with wse2.0 SP3. The soapservice is provided in a tcpchannel.

When the requests from the client are to heavy (not really heavy, about 10-20 requests/second) the dispatching of the requests to the finaly requesthandler becomes slowlier and slowlier. This is not depending if the dispatchmodel is serial or concurrent.

There can be a situation that the receiver will have more hundred of threads to process. And no more thread is dispatched to the service. Only a stop and restart will help.

Do you have any idea?

The <executeTimeout> is already set to -1 also the connectionlimits for in and aout are set to -1.

Thanks in advance

Sigge

Siegfried Becker wrote re: Website Rehosting – Mail Me If You Have Problems
on Tue, Mar 9 2010 1:22 PM

Hi Mike,

I had a question a view seconds ago.

My email is: siegfried_becker@t-online.de

mtaulty wrote re: Website Rehosting – Mail Me If You Have Problems
on Tue, Mar 9 2010 4:03 PM

Siegried,

Sorry - perhaps I've given you the impression that I am setting up a site for answering general questions. I'm not :-)

I really meant "Mail me if you have problems" with my newly re-hosted website.

On your specific issue - I'm afraid I've got no idea at this point as it must be almost 4 years since I've looked at WSE. The best I can offer is to look to the forums over here social.msdn.microsoft.com/.../threads to see if someone can help?

Mike