Re: [PHP] What's wrong with Apache + php + mysql on Windows?

2001-04-27 Thread Ivan Porro

Hi,

I've a w2k installation with Apache and it's a very fast and reliable
environment. Ok, still prefer Linux but... My machine is a celeron433
(just pushed to 507) and 128M ram, w2kpro eng. Hope this help you,

bye


Steve Maroney wrote:
> 
> I think the question should be what's wrong with
> Windows?  :)
> 
> Sorry, I can't give you more of an intelligent answer
> 
> Steve
> 
> On Thu, 26 Apr 2001, Mig wrote:
> 
> > Hello, I can't understand the reason apache server running locally on my
> > Win98 machine delays so much to respond browser when accesing php
> > scripts in the form
> >
> > http://localhost/myscript.php
> >
> > When I transfer php scripts to host server via FTP, script execution is
> > immediate, even remote server being in another continent.
> >
> > I was running apache + php + mysql on Win95 and delay was terrible. Now
> > I moved to Win98 and delay became still worse.
> >
> > I know some parameter in httpd.conf or php.ini should be changed, but
> > how to kwow which parameter?.
> >
> > Thanks for any idea.
> >
> > Mig
> >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
(p)Ivan

Student 
DIST Bio-Lab
Viale Causa 13
16145 Genoa - Italy
 
tel: +39 010 3532789
e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] What's wrong with Apache + php + mysql on Windows?

2001-04-27 Thread Steven Haryanto

Are you referring to delay in executing PHP scripts? If you run PHP
as a CGI binary, that would give significant slowdown. CGI's are
much slower in Windows than in Linux.

Or perhaps you are running out of RAM? That really slows the whole
thing down.

Steve

At 4/27/2001 06:14 AM, Mig wrote:
>Hello, I can't understand the reason apache server running locally on my
>Win98 machine delays so much to respond browser when accesing php
>scripts in the form
>
>http://localhost/myscript.php
>
>When I transfer php scripts to host server via FTP, script execution is
>immediate, even remote server being in another continent.
>
>I was running apache + php + mysql on Win95 and delay was terrible. Now
>I moved to Win98 and delay became still worse.
>
>I know some parameter in httpd.conf or php.ini should be changed, but
>how to kwow which parameter?.
>
>Thanks for any idea.
>
>Mig


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] What's wrong with Apache + php + mysql on Windows?

2001-04-27 Thread nik

> Hello, I can't understand the reason apache server running locally on my
> Win98 machine delays so much to respond browser when accesing php
> scripts in the form
>
> http://localhost/myscript.php
>
> When I transfer php scripts to host server via FTP, script execution is
> immediate, even remote server being in another continent.
>
> I was running apache + php + mysql on Win95 and delay was terrible. Now
> I moved to Win98 and delay became still worse.
>
> I know some parameter in httpd.conf or php.ini should be changed, but
> how to kwow which parameter?.

You could  try tweaking the filesystem optimisiation in Control Panel >
System > Performance.  If your system is optimised for desktop use, it'll
make an even more lousy server than Win9x usually does. :-)

nik


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] What's wrong with Apache + php + mysql on Windows?

2001-04-27 Thread Nicolas Guilhot

You can try to had HostnameLookups off in your httpd.conf if it is not
already present.
More info at http://www.apache.org/DELETE_ME/mod/core.html#hostnamelookups

---
> Hello, I can't understand the reason apache server running locally on my
> Win98 machine delays so much to respond browser when accesing php
> scripts in the form
>
> http://localhost/myscript.php
>
> When I transfer php scripts to host server via FTP, script execution is
> immediate, even remote server being in another continent.
>
> I was running apache + php + mysql on Win95 and delay was terrible. Now
> I moved to Win98 and delay became still worse.
>
> I know some parameter in httpd.conf or php.ini should be changed, but
> how to kwow which parameter?.
--


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] What's wrong with Apache + php + mysql on Windows?

2001-04-26 Thread Steve Maroney



I think the question should be what's wrong with
Windows?  :)

Sorry, I can't give you more of an intelligent answer


Steve


On Thu, 26 Apr 2001, Mig wrote:

> Hello, I can't understand the reason apache server running locally on my
> Win98 machine delays so much to respond browser when accesing php
> scripts in the form
>
> http://localhost/myscript.php
>
> When I transfer php scripts to host server via FTP, script execution is
> immediate, even remote server being in another continent.
>
> I was running apache + php + mysql on Win95 and delay was terrible. Now
> I moved to Win98 and delay became still worse.
>
> I know some parameter in httpd.conf or php.ini should be changed, but
> how to kwow which parameter?.
>
> Thanks for any idea.
>
> Mig
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]