Re: [PHP-WIN] MySql pconnect From: Plutarck (aemuli <email protected>)
Date: 04/15/01

For connect vs. pconnect, the instances where you should use pconnect are
really rare.

When in doubt, use connect. If you know of a specifically good reason to use
it, then feel free.

But I personally have never had a situation where pconnect worked better
than connect.

And as for extended server status, I haven't a clue about it :)

--
Plutarck
Should be working on something...
...but forgot what it was.

""PHPWIN"" <phpwin <email protected>> wrote in message news:OE46HkidcDjoYAPNXRP0000230f <email protected> Hi Can anyone tell me if it is better to use pconnect or connect for mysql, when I run my site eventually on a linux server, with apache, php4? And does anyone know anything about extended server status in MySql? Things run alot better with this off when developing on win98.

Thanks Xon

-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-windows-unsubscribe <email protected> For additional commands, e-mail: php-windows-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>