d try
out at all?
Many thanks
Gary Broughton
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
o be re-established. It can
> take only 10-20 concurrent connections to kill the server.
>
> To "fix" this (it's more an infrastructure issue, really):
>
> 1) run ISAPI version of php
> 2) under [MySql] in php.ini, make sure
>
> mysql.allow_persistent = O
a pconnect is done once
> per framework call (ie, per page). But we religiously free_result all
> the time when we're done... haven't tried leaving this out so I can't
> tell if that's a real factor.
>
> That's probably the key, it's hard to tell wi
esses are left running is not a good sign, try
killing
> some of these and see if the cpu comes down.
>
> The last resort is to use only 1 connect per script execution to minimise
> rogue processes.
>
> Let me know how you go, I'd be interested in how to solve this issue
>
&
e pointed out, the asp bits
are
> already working.
>
> The php bits look good, but you might want to remove the error suppression
> and see if it's complaining about anything.
>
>
>
> "Gary Broughton" <[EMAIL PROTECTED]> wrote in message
> news:[E