473,387 Members | 1,502 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Web Service requests are being queued...why?

I have a web service that contains a WebMethod that takes a request object as
a param and returns a response object. I have a test method for NUnit that
spools n threads and each thread fires the web method. My results are
showing me that even though the threads are being created at the same time,
the web method call is taken incrementally longer for each thread in it's
terminating order. This also happens when I do true multi-user / multi
session testing (tried 7 clients 2 sessions each). I have tried different
dev machines and different web servers. I also ran methods from other web
services I have written. They appear to be queuing. Is there something in
the web.config, IIS or web method attributes that I do not know about to
allow true multi-session concurrency with web methods?

I show the output of the test below. Notice that all the threads were
created at the same time, but ended non-deterministically at different times.
Also, notice that the ending time and the timespan for the actual web method
call are correlated.

Any insight you can provide would be greatly appreciated.

Output
xusababyxil, Thread 2, span: 1.171875, Start: 7/21/2005 3:35:56 PM, End:
7/21/2005 3:35:57 PM
xusababyxil, Thread 1, span: 1.25, Start: 7/21/2005 3:35:56 PM, End:
7/21/2005 3:35:57 PM
xusababyxil, Thread 4, span: 2.140625, Start: 7/21/2005 3:35:56 PM, End:
7/21/2005 3:35:58 PM
xusababyxil, Thread 3, span: 2.203125, Start: 7/21/2005 3:35:56 PM, End:
7/21/2005 3:35:58 PM
xusababyxil, Thread 6, span: 3, Start: 7/21/2005 3:35:56 PM, End: 7/21/2005
3:35:59 PM
xusababyxil, Thread 5, span: 3.203125, Start: 7/21/2005 3:35:56 PM, End:
7/21/2005 3:35:59 PM
xusababyxil, Thread 7, span: 4.109375, Start: 7/21/2005 3:35:56 PM, End:
7/21/2005 3:36:00 PM
xusababyxil, Thread 9, span: 5.5625, Start: 7/21/2005 3:35:56 PM, End:
7/21/2005 3:36:01 PM
xusababyxil, Thread 8, span: 9.09375, Start: 7/21/2005 3:35:56 PM, End:
7/21/2005 3:36:05 PM
xusababyxil, Thread 0, span: 11.046875, Start: 7/21/2005 3:35:56 PM, End:
7/21/2005 3:36:07 PM

--
Thanks,
Larry
Jul 26 '05 #1
0 885

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Fritz Bosch | last post by:
We are in the process of refactoring our GUI-based test application for radio equipment and are rewriting a significant part in Python. The new architecture will substantially be based on the...
11
by: Ohaya | last post by:
Hi, I'm trying to understand a situation where ASP seems to be "blocking" of "queuing" requests. This is on a Win2K Advanced Server, with IIS5. I've seen some posts (e.g.,...
5
by: PerryG | last post by:
We have a .NET 1.1 client which is sending a gzipped soap request using HttpWebRequest to an Apache server. The Apache server is using a the 'mod_deflate' server to decompress the incoming...
5
by: PJ | last post by:
I posted a few days ago concerning requests being blocked from a main window after a popup window had initiated a file download. Apparently this has to do with the fact that asp.net or iis...
2
by: Joe | last post by:
Is there anyway to register an application with the various systems (like Windows firewall) to prevent the user from having to click the 'Allow action' or similar that pops up from applications...
0
by: Larry D | last post by:
I have a web service that contains a WebMethod that takes a request object as a param and returns a response object. I have a test method for NUnit that spools n threads and each thread fires the...
2
by: Ole | last post by:
The pin_changed event from serial port is being queued while the eventhandler is busy, but how do I change it so that the new event is ignored instead while eventhandler is busy (I want to...
0
by: Jorre Meijrink | last post by:
Dear reader, We have two Win2003 webfarms each consisting of 5 servers. Which we call cluster1 and cluster2. Cluster2 is the bussiest of these two and periodicaly (varies from 2 times per day to...
2
by: dmagliola | last post by:
Hello all, I'm experiencing a problem with ASP.Net for which I can't find a reasonable explanation, or any information. I'm currently developing an application that, through AJAX, asks the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.