We decided to move to Windoze (W2k server) and I've been trying to get PHP to work in a variety of Web servers, including Apache, IIS, and a dinky 'lil thing called KeyServer.
Anyway, issue 1 is that I've found that PHP winds up launching a ton of processes and I found more than 65,000 individual phpxxxx.tmp files in my WINNT directory. I have a theory this is because I have scripts using include('http://something') throughout, but why so many tmp files, what generates them, and why so many processes?
Related: Apache runs fine for about six hours then goes to 100% utilization and freezes the machine. IIS 5.0 just takes about 90 seconds to load each page. Keyfobber (or whatever it is) loads the PHP pages in about 8 seconds, but then also goes to 100% CPU in about six hours.
Any idea what the heck is going on?
Thanks in advance,
His Raegousness.