Re[4]: [PHP] Re: php server on Windows

2002-06-15 Thread Stuart Dallas
On Saturday, June 15, 2002 at 3:48:03 AM, you wrote: > An opinion was requested, and I gave it. And everyone is entitled to an opinion, but what you gave was the typical "down with windows" response when you clearly have not evidence to back it up. > I will make a few pointed comments and then I

RE: Re[2]: [PHP] Re: php server on Windows

2002-06-14 Thread Bruce Karstedt
ssage- From: Stuart Dallas [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 6:29 PM To: [EMAIL PROTECTED] Subject: Re[2]: [PHP] Re: php server on Windows On Friday, June 14, 2002 at 11:30:07 PM, Bruce Karstedt wrote: > Put your site on a *nix box with apache its a heck of a lot faster >

Re[2]: [PHP] Re: php server on Windows

2002-06-14 Thread Stuart Dallas
On Friday, June 14, 2002 at 11:30:07 PM, Bruce Karstedt wrote: > Put your site on a *nix box with apache its a heck of a lot faster > and a heck of a lot more stable and a heck of a lot easier to configure and > upgrade. It's all very well saying that, but have you got any evidence to back those

RE: [PHP] Re: php server on Windows

2002-06-14 Thread Bruce Karstedt
8 Fax: 847-735-9474 -Original Message- From: Lazor, Ed [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 5:34 PM To: '[EMAIL PROTECTED]'; 'Peter'; [EMAIL PROTECTED] Subject: RE: [PHP] Re: php server on Windows Do you have any benchmarks? > -Original Message

RE: [PHP] Re: php server on Windows

2002-06-14 Thread Lazor, Ed
Do you have any benchmarks? > -Original Message- > fans). Put your site on a *nix box with apache its a heck of > a lot faster This message is intended for the sole use of the individual and entity to whom i

RE: [PHP] Re: php server on Windows

2002-06-14 Thread Bruce Karstedt
. Just my 2 cents Bruce Karstedt President Technology Consulting Associates, Ltd. Tel: 847-735-9488 Fax: 847-735-9474 -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Friday, June 14, 2002 3:06 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: php server on Windows "

[PHP] Re: php server on Windows

2002-06-14 Thread Peter
You can run PHP as a module / extension for apache or let Apache load and run the php.exe program for each php file. Loading and running the program in quick succession strains the system somewht but the extension is always loaded and is just used when needed - much faster and efficient. "Phil S

[PHP] Re: php server on Windows

2002-06-13 Thread Peter
Win98, Apache, PHP 4.0.6 and MySQL with a whole bunch of other apps has been running fine at our school for ages - never crashed yet! (Doesn't get heavy usage though either!) We use the apache extension thingy, not the CGI version of PHP which helps a lot. "Phil Schwarzmann" <[EMAIL PROTECTED]>