Re: web apps + remoting sometimes request queue force to iisreset
From: Sam Santiago (ssantiago_at_n0spam-SoftiTechture.com)
Date: 11/13/04
- Next message: smith: "ICloneable ... why type it out?"
- Previous message: Gary: "Re: Clearing an Array..."
- In reply to: Dicky Cheng: "Re: web apps + remoting sometimes request queue force to iisreset"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 12 Nov 2004 23:22:38 -0800
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 ssantiago@n0spam-SoftiTechture.com http://www.SoftiTechture.com _______________________________ "Dicky Cheng" <dicky@m.com> wrote in message news:e7QTj9nxEHA.1264@TK2MSFTNGP12.phx.gbl... > did u implement it? Is that common to implement this in web application? > > "Sam Santiago" <ssantiago@n0spam-SoftiTechture.com> wrote in message > news:uDVQsx0wEHA.1260@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/default.asp?url=/library/en-us/dnservice/html/service07222003.asp > > > > Thanks, > > > > Sam > > > > -- > > _______________________________ > > Sam Santiago > > ssantiago@n0spam-SoftiTechture.com > > http://www.SoftiTechture.com > > _______________________________ > > "Dicky Cheng" <xxx@xxx.com> wrote in message > > news:e9DDl9ywEHA.3976@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 > > > > > > > > > > > >
- Next message: smith: "ICloneable ... why type it out?"
- Previous message: Gary: "Re: Clearing an Array..."
- In reply to: Dicky Cheng: "Re: web apps + remoting sometimes request queue force to iisreset"
- Messages sorted by: [ date ] [ thread ]