Click here to Skip to main content
15,887,821 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralDeployment problem Pin
SaeidehV22-Dec-03 23:25
SaeidehV22-Dec-03 23:25 
GeneralRe: Deployment problem Pin
eggie527-Dec-03 7:13
eggie527-Dec-03 7:13 
GeneralRe: Deployment problem Pin
SaeidehV27-Dec-03 19:31
SaeidehV27-Dec-03 19:31 
GeneralObserved that the execution of the second request starts only when the processing of the first request is completed Pin
kandasamyg22-Dec-03 18:45
kandasamyg22-Dec-03 18:45 
GeneralRe: Observed that the execution of the second request starts only when the processing of the first request is completed Pin
Colin Angus Mackay22-Dec-03 23:31
Colin Angus Mackay22-Dec-03 23:31 
GeneralRe: Observed that the execution of the second request starts only when the processing of the first request is completed Pin
Ian Darling22-Dec-03 23:51
Ian Darling22-Dec-03 23:51 
GeneralRe: Observed that the execution of the second request starts only when the processing of the first request is completed Pin
hemrajs@bsil.com22-Dec-03 23:53
susshemrajs@bsil.com22-Dec-03 23:53 
GeneralRe: Observed that the execution of the second request starts only when the processing of the first request is completed Pin
Philip Fitzsimons23-Dec-03 4:31
Philip Fitzsimons23-Dec-03 4:31 
the http standard define a max two connects per client (http://www.faqs.org/rfcs/rfc2068.html[^] - 8.1.4 Practical Considerations).

However I suspect your problem might be unrelated to this.

Have you looked at the CPU usage during execution of the request? you might find that your system is busy handling one request and not switching to complete the new request.
Also your request may be blocking due to a request to a single handle resource - are you using a file or db - what is the locking mechanism...





"When the only tool you have is a hammer, a sore thumb you will have."

GeneralRe: Observed that the execution of the second request starts only when the processing of the first request is completed Pin
Richard Deeming9-Jan-04 7:25
mveRichard Deeming9-Jan-04 7:25 
GeneralHttpWebRequest problems Pin
SpaceWokker22-Dec-03 15:55
SpaceWokker22-Dec-03 15:55 
GeneralRe: HttpWebRequest problems Pin
SpaceWokker22-Dec-03 17:26
SpaceWokker22-Dec-03 17:26 
GeneralString parsing in C# Pin
stephen wilkerson22-Dec-03 7:07
stephen wilkerson22-Dec-03 7:07 
GeneralRe: String parsing in C# Pin
J. Dunlap22-Dec-03 9:15
J. Dunlap22-Dec-03 9:15 
GeneralRe: String parsing in C# Pin
Philip Fitzsimons23-Dec-03 4:36
Philip Fitzsimons23-Dec-03 4:36 
Questionhow use "bitblt" API functiong in vb.net? Pin
hy100021-Dec-03 21:04
hy100021-Dec-03 21:04 
AnswerRe: how use "bitblt" API functiong in vb.net? Pin
Philip Fitzsimons22-Dec-03 4:45
Philip Fitzsimons22-Dec-03 4:45 
GeneralLooking for good .NET book suggestions Pin
Flack21-Dec-03 14:14
Flack21-Dec-03 14:14 
GeneralRe: Looking for good .NET book suggestions Pin
Colin Angus Mackay21-Dec-03 15:07
Colin Angus Mackay21-Dec-03 15:07 
GeneralRe: Looking for good .NET book suggestions Pin
Colin Angus Mackay21-Dec-03 15:11
Colin Angus Mackay21-Dec-03 15:11 
GeneralKey Mapping Pin
Colin Angus Mackay20-Dec-03 15:34
Colin Angus Mackay20-Dec-03 15:34 
GeneralRe: Key Mapping Pin
J. Dunlap20-Dec-03 16:34
J. Dunlap20-Dec-03 16:34 
GeneralRe: Key Mapping Pin
Colin Angus Mackay20-Dec-03 17:09
Colin Angus Mackay20-Dec-03 17:09 
Generalnew Install Problem Pin
Vikingbear20-Dec-03 15:10
Vikingbear20-Dec-03 15:10 
GeneralRe: new Install Problem Pin
ThoWeib22-Dec-03 22:54
ThoWeib22-Dec-03 22:54 
GeneralRe: new Install Problem Pin
Michael A. Barnhart23-Dec-03 4:24
Michael A. Barnhart23-Dec-03 4:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.