You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Samisa Abeysinghe <sa...@yahoo.com> on 2004/10/05 06:02:13 UTC

Problems with Apache 2 and threads on Windows

Hi All,
   The Windows install guide doc says:
"While testing the apache 2 module a problem was noted with the apache 2 web server, in that the
webserver takes about 98% of CPU time and the server does not even serve the startup page. The
workaround for this is to start the apache web server as "apache -X" to make it run single
threaded. While this is sufficient to test the apache 2 module this problem needs to be
investigated further."

   Has this problem been fixed?

Thanks,
Samisa...


	
		
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

Mistake in windows installatoin guide

Posted by Roshan Weerasuriya <ro...@opensource.lk>.
hi,

In the Windows user guide at the site the following section has to be
changed.

Section: Installation with Apache 1.3.X/2.X web server

The following has a mistake.

LoadModule axis_module modules/AXISMODULE
<Location/axis>
SetHandler axis
<\Location>

In the above "<\Location>" has to change from "<\Location>" to
"</Location>".

rgds,
Roshan


Mistake in windows installatoin guide

Posted by Roshan Weerasuriya <ro...@opensource.lk>.
hi,

In the Windows user guide at the site the following section has to be
changed.

Section: Installation with Apache 1.3.X/2.X web server

The following has a mistake.

LoadModule axis_module modules/AXISMODULE
<Location/axis>
SetHandler axis
<\Location>

In the above "<\Location>" has to change from "<\Location>" to
"</Location>".

rgds,
Roshan


Re: Problems with Apache 2 and threads on Windows

Posted by Samisa Abeysinghe <sa...@yahoo.com>.
Hi Sanjaya,
    I think it is good to mention this bit of info in the Windoes install doc.
    Otherwise the current content would give a bad impression to the users.
Thanks,
Samisa...

--- sanjaya singharage <sa...@opensource.lk> wrote:

> It was observed that this problem was specific to the Apache Web server,
> apparently on certain Windows versions. Axis C++ was not a dependancy at all
> in this problem.
> 
> Now when I simply run the apache2 executable (version 2.0.49) without any
> arguments, like, "apache" on windows 2000 professional, service pack 5,
> with/without Axis C++ it seems to be working fine. I ran a couple of samples
> on Axis C++ and they run fine too. It also works with "apache -X". When the
> server is run as "apache" does it run multithreaded or single threaded?
> 
> But I can't start the server as "apache -k start" (i.e. as a service). It
> simply exists and does not start.
> 
> I can't reproduce the 98% CPU usage scenario anymore. It may happen with
> some other apache 2 version or different service pack.
> 
> sanjaya.
> 
> ----- Original Message -----
> From: "Samisa Abeysinghe" <sa...@yahoo.com>
> To: <ax...@ws.apache.org>
> Sent: Tuesday, October 05, 2004 10:02 AM
> Subject: Problems with Apache 2 and threads on Windows
> 
> 
> > Hi All,
> >    The Windows install guide doc says:
> > "While testing the apache 2 module a problem was noted with the apache 2
> web server, in that the
> > webserver takes about 98% of CPU time and the server does not even serve
> the startup page. The
> > workaround for this is to start the apache web server as "apache -X" to
> make it run single
> > threaded. While this is sufficient to test the apache 2 module this
> problem needs to be
> > investigated further."
> >
> >    Has this problem been fixed?
> >
> > Thanks,
> > Samisa...
> >
> >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > New and Improved Yahoo! Mail - 100MB free storage!
> > http://promotions.yahoo.com/new_mail
> >
> >
> 
> 
> 



		
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

Re: Problems with Apache 2 and threads on Windows

Posted by sanjaya singharage <sa...@opensource.lk>.
It was observed that this problem was specific to the Apache Web server,
apparently on certain Windows versions. Axis C++ was not a dependancy at all
in this problem.

Now when I simply run the apache2 executable (version 2.0.49) without any
arguments, like, "apache" on windows 2000 professional, service pack 5,
with/without Axis C++ it seems to be working fine. I ran a couple of samples
on Axis C++ and they run fine too. It also works with "apache -X". When the
server is run as "apache" does it run multithreaded or single threaded?

But I can't start the server as "apache -k start" (i.e. as a service). It
simply exists and does not start.

I can't reproduce the 98% CPU usage scenario anymore. It may happen with
some other apache 2 version or different service pack.

sanjaya.

----- Original Message -----
From: "Samisa Abeysinghe" <sa...@yahoo.com>
To: <ax...@ws.apache.org>
Sent: Tuesday, October 05, 2004 10:02 AM
Subject: Problems with Apache 2 and threads on Windows


> Hi All,
>    The Windows install guide doc says:
> "While testing the apache 2 module a problem was noted with the apache 2
web server, in that the
> webserver takes about 98% of CPU time and the server does not even serve
the startup page. The
> workaround for this is to start the apache web server as "apache -X" to
make it run single
> threaded. While this is sufficient to test the apache 2 module this
problem needs to be
> investigated further."
>
>    Has this problem been fixed?
>
> Thanks,
> Samisa...
>
>
>
>
> __________________________________
> Do you Yahoo!?
> New and Improved Yahoo! Mail - 100MB free storage!
> http://promotions.yahoo.com/new_mail
>
>