Author | Topic: Multiple copies of WAA1GATE.EXE running | |
---|---|---|
Richard A. Pulliam | Multiple copies of WAA1GATE.EXE running on Tue, 23 Nov 2004 15:57:32 -0500 What causes it? I checked all my dynamic HTML code and there is no errors, missing tags, etc. If I have it right, only one copy should be running no matter on the number of users. I wrote a program that checks takslist for multiple copies and attempts to kill WAA1SRV.EXE when it finds more than one, but I can not. Have to do it manually. I am getting totally frustrated and ready to trash WAA. | |
Hannes Ziegler | Re: Multiple copies of WAA1GATE.EXE running on Tue, 23 Nov 2004 22:08:30 +0100 "Richard A. Pulliam" wrote: > > What causes it? > > I checked all my dynamic HTML code and there is no > errors, missing tags, etc. > > If I have it right, only one copy should be running no matter on the number > of users. > > I wrote a program that checks takslist for multiple copies > and attempts to kill WAA1SRV.EXE when it finds more than one, but I can not. > Have to do it manually. > > I am getting totally frustrated and ready to trash WAA. It is by design that multiple copies of WAA1GATE.EXE are running (that's controlled by SET WAA_WORKERTHREADS) WAA1GATE.EXE is invoked via CGI by the HTTP server. I.e. each time a client connects to your HTTP server, one instance of WAA1GATE.EXE is invoked until your Web application returs a Html response. What is the real problem? HTH -- Hannes | |
Richard A. Pulliam | Re: Multiple copies of WAA1GATE.EXE running on Tue, 23 Nov 2004 16:38:58 -0500 When accessing the program it shows the blue progress bar in the XP task bar but it fails to load. Have to manually kill WAA1SRV and restart it. "Hannes Ziegler" <Hannes_Ziegler@Compuserve.com> wrote in message news:41A3A6CE.FE605AC@Compuserve.com... > "Richard A. Pulliam" wrote: >> >> What causes it? >> >> I checked all my dynamic HTML code and there is no >> errors, missing tags, etc. >> >> If I have it right, only one copy should be running no matter on the >> number >> of users. >> >> I wrote a program that checks takslist for multiple copies >> and attempts to kill WAA1SRV.EXE when it finds more than one, but I can >> not. >> Have to do it manually. >> >> I am getting totally frustrated and ready to trash WAA. > > It is by design that multiple copies of WAA1GATE.EXE are running > (that's controlled by SET WAA_WORKERTHREADS) > > WAA1GATE.EXE is invoked via CGI by the HTTP server. I.e. each time a > client connects to your HTTP server, one instance of WAA1GATE.EXE is > invoked until your Web application returs a Html response. > > What is the real problem? > > HTH > -- > Hannes | |
Phil Ide | Re: Multiple copies of WAA1GATE.EXE running on Wed, 24 Nov 2004 11:19:03 +0000 Richard, > When accessing the program it shows the blue progress bar in the XP task bar > but it fails to load. Have to manually kill WAA1SRV and restart it. Do you use context sessions? Regards, Phil Ide *************************************** * Xbase++ FAQ, Libraries and Sources: * * goto: http://www.idep.org.uk/xbase * *************************************** My superiority complex is better than yours! |