473,466 Members | 1,351 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

web apps + remoting sometimes request queue force to iisreset

Hi,

I have web client application and web server application. The client will
send remoting request to the server. In a normal condition, the client app
runs smoothly. But sometimes, the client will request queue up due to too
many requests from users, and that requests will trigger remoting server. At
the very beginning, the client still can handle the requests as the queue
will goes down, and the remoting response will return from the server. But
after awhile, the client will queue up and even can't send the request to
the server web. Eventually, the client app down. Does anyone know what's the
problem causing it? Please give me some hints as I even can't find what's
problem it is. As read from the newsgroup that remoting has problem with
threadpool, is this causing this problem?
Thanks,
dicky
Nov 22 '05 #1
4 1538
You might want to read this article that talks about optimizing ASP.NET when
it makes calls to webservices and other approaches that make blocking calls
from an ASP like remoting or long running SQL queries:

http://msdn.microsoft.com/library/de...ce07222003.asp

Thanks,

Sam

--
_______________________________
Sam Santiago
ss*******@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
"Dicky Cheng" <xx*@xxx.com> wrote in message
news:e9**************@TK2MSFTNGP09.phx.gbl...
Hi,

I have web client application and web server application. The client will
send remoting request to the server. In a normal condition, the client app
runs smoothly. But sometimes, the client will request queue up due to too
many requests from users, and that requests will trigger remoting server. At the very beginning, the client still can handle the requests as the queue
will goes down, and the remoting response will return from the server. But
after awhile, the client will queue up and even can't send the request to
the server web. Eventually, the client app down. Does anyone know what's the problem causing it? Please give me some hints as I even can't find what's
problem it is. As read from the newsgroup that remoting has problem with
threadpool, is this causing this problem?
Thanks,
dicky

Nov 22 '05 #2
did u implement it? Is that common to implement this in web application?

"Sam Santiago" <ss*******@n0spam-SoftiTechture.com> wrote in message
news:uD**************@TK2MSFTNGP12.phx.gbl...
You might want to read this article that talks about optimizing ASP.NET when it makes calls to webservices and other approaches that make blocking calls from an ASP like remoting or long running SQL queries:

http://msdn.microsoft.com/library/de...ce07222003.asp
Thanks,

Sam

--
_______________________________
Sam Santiago
ss*******@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
"Dicky Cheng" <xx*@xxx.com> wrote in message
news:e9**************@TK2MSFTNGP09.phx.gbl...
Hi,

I have web client application and web server application. The client will send remoting request to the server. In a normal condition, the client app runs smoothly. But sometimes, the client will request queue up due to too many requests from users, and that requests will trigger remoting server.
At
the very beginning, the client still can handle the requests as the

queue will goes down, and the remoting response will return from the server. But after awhile, the client will queue up and even can't send the request to the server web. Eventually, the client app down. Does anyone know what's

the
problem causing it? Please give me some hints as I even can't find what's problem it is. As read from the newsgroup that remoting has problem with
threadpool, is this causing this problem?
Thanks,
dicky


Nov 22 '05 #3
I have implemented asynchronous processing in the past with web
applications, but not with ASP.NET. The concepts are still valid though. I
would say it is a common solution when you can anticipate or witness
performance problems when using external systems/resources from your web
app.

Thanks,

Sam

--
_______________________________
Sam Santiago
ss*******@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
"Dicky Cheng" <di***@m.com> wrote in message
news:e7**************@TK2MSFTNGP12.phx.gbl...
did u implement it? Is that common to implement this in web application?

"Sam Santiago" <ss*******@n0spam-SoftiTechture.com> wrote in message
news:uD**************@TK2MSFTNGP12.phx.gbl...
You might want to read this article that talks about optimizing ASP.NET

when
it makes calls to webservices and other approaches that make blocking

calls
from an ASP like remoting or long running SQL queries:

http://msdn.microsoft.com/library/de...ce07222003.asp

Thanks,

Sam

--
_______________________________
Sam Santiago
ss*******@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
"Dicky Cheng" <xx*@xxx.com> wrote in message
news:e9**************@TK2MSFTNGP09.phx.gbl...
Hi,

I have web client application and web server application. The client will send remoting request to the server. In a normal condition, the client app runs smoothly. But sometimes, the client will request queue up due to too many requests from users, and that requests will trigger remoting server.
At
the very beginning, the client still can handle the requests as the queue will goes down, and the remoting response will return from the server. But after awhile, the client will queue up and even can't send the request to the server web. Eventually, the client app down. Does anyone know what's the
problem causing it? Please give me some hints as I even can't find what's problem it is. As read from the newsgroup that remoting has problem

with threadpool, is this causing this problem?
Thanks,
dicky



Nov 22 '05 #4
I have implemented asynchronous processing in the past with web
applications, but not with ASP.NET. The concepts are still valid though. I
would say it is a common solution when you can anticipate or witness
performance problems when using external systems/resources from your web
app.

Thanks,

Sam

--
_______________________________
Sam Santiago
ss*******@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
"Dicky Cheng" <di***@m.com> wrote in message
news:e7**************@TK2MSFTNGP12.phx.gbl...
did u implement it? Is that common to implement this in web application?

"Sam Santiago" <ss*******@n0spam-SoftiTechture.com> wrote in message
news:uD**************@TK2MSFTNGP12.phx.gbl...
You might want to read this article that talks about optimizing ASP.NET

when
it makes calls to webservices and other approaches that make blocking

calls
from an ASP like remoting or long running SQL queries:

http://msdn.microsoft.com/library/de...ce07222003.asp

Thanks,

Sam

--
_______________________________
Sam Santiago
ss*******@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
"Dicky Cheng" <xx*@xxx.com> wrote in message
news:e9**************@TK2MSFTNGP09.phx.gbl...
Hi,

I have web client application and web server application. The client will send remoting request to the server. In a normal condition, the client app runs smoothly. But sometimes, the client will request queue up due to too many requests from users, and that requests will trigger remoting server.
At
the very beginning, the client still can handle the requests as the queue will goes down, and the remoting response will return from the server. But after awhile, the client will queue up and even can't send the request to the server web. Eventually, the client app down. Does anyone know what's the
problem causing it? Please give me some hints as I even can't find what's problem it is. As read from the newsgroup that remoting has problem

with threadpool, is this causing this problem?
Thanks,
dicky



Nov 22 '05 #5

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

Similar topics

3
by: Dicky Cheng | last post by:
Hi, I have web client application and web server application. The client will send remoting request to the server. In a normal condition, the client app runs smoothly. But sometimes, the client...
18
by: Chris Travers | last post by:
Hi all; I have been looking into how to ensure that synchronous replication, etc. could best be implimented. To date, I see only two options: incorporate the replication code into the database...
8
by: wobbles | last post by:
Hi Everybody, How do I go about listening to events published by other apps? I know that my events are working internally (ie within my client), but when I subscribe to an event published by a...
0
by: Mike Grishaber | last post by:
Hello All, I am using an IHttpAsyncHandler class to intercept HTTP Requests and forward them to a system which processes the Request and returns the Result. I use .NET Remoting to connect the...
1
by: David Krmpotic | last post by:
Hi All! I have a .NET remoting Client-Server application with Server Activated Objects only.. something is worrying me.. sometimes (rarely), I can't connect to the server although it is...
3
by: S.Creek | last post by:
Hi, I am trying to build a multi clients application with C# that will send and receive messages using a listener on a server, the computers are all on the same LAN, the listener need to...
3
by: Mark | last post by:
Ok, I know that .net inherently does not share session data across asp.net projects, but is there any decent work around to this. We already have a big chunk of our application using the asp.net...
0
by: whidbeywave | last post by:
Hello all, Help me understanding this situtation. While debugging a scenario for error 403.9 on IIS/XP Pro, I added two counters to perfmon app.I saw at some point of time Session Active =0 , but...
2
by: Jeff | last post by:
Please note this is NOT a rant or complaint! And yes, I'm over-simplifying, but intentionally. Here goes... With ASP.NET Web applications I like that I can access data from anywhere without...
6
by: AMDRIT | last post by:
Hello folks, I appologize for the cross post, but I really need an answer on this: I do not think that I am seeing the whole picture here. I would like to create a windows service and a...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.