Re: IIS 6.0 bottleneck when serving ASP pages
From: Egbert Nierop \(MVP for IIS\) (egbert_nierop_at_nospam.invalid)
Date: 06/18/04
- Next message: Ganesh Anand: "Re: IIS downtime!"
- Previous message: news.microsoft.com: "Problem with IIS"
- In reply to: Geoff Winsor: "IIS 6.0 bottleneck when serving ASP pages"
- Next in thread: Geoff Winsor: "Re: IIS 6.0 bottleneck when serving ASP pages - followup"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Jun 2004 08:15:48 +0200
Quit simple,
upgrade to the free MSDE and get rid of access. 40/50 anymous users at a
time, means about 2/3 paralell requests to the access database. Access will
choke on this, in an internet environment.
http://www.microsoft.com/SQL/techinfo/development/2000/MSDE2000.asp
>advanced ODBC settings that sped things up
not at all, since not ODBC is the bottleneck, but the JET monolithic driver.
And believe me, MS won't fix access for this, it would mean that they change
access to act as MSDE :)
-- compatible web farm Session replacement for Asp and Asp.Net http://www.nieropwebconsult.nl/asp_session_manager.htm "Geoff Winsor" <geoff@brinkman.mbb.sfu.ca> wrote in message news:catkmu$cs3$1@morgoth.sfu.ca... > Hi, > I just finished migrating our web site to Windows server 2003 from Windows > 2000. It consists of a mix of static html and .asp pages that mostly > connect to MS access databases on the back end. Before going live with the > changes, everything worked very well. After going public, IIS 6.0 continues > to serve the static html pages with no problem but chokes on the ASP pages > (however not timing out), even though the web traffic is not high (around 40 > or 50 anonymous users at a time). I dont think it is a problem on the back > end since we had that problem once before and made some changes under the > advanced ODBC settings that sped things up. In addition a couple of the .asp > pages only serve html and exhibit the same problem. > Can anyone provide some insight into how this can be optimized. > Thanks, > Geoff > > >
- Next message: Ganesh Anand: "Re: IIS downtime!"
- Previous message: news.microsoft.com: "Problem with IIS"
- In reply to: Geoff Winsor: "IIS 6.0 bottleneck when serving ASP pages"
- Next in thread: Geoff Winsor: "Re: IIS 6.0 bottleneck when serving ASP pages - followup"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|