Re: Excessive socket usage using MS-SQL server via ADO COMobject
Posted by Sean on 11/25/05 15:55
I am not sure how helpful this will be (probably not very) but if you
are using the ADOdb Library for PHP try $dbc->PConnect() instead of
$dbc->Open(). This should open a persistent connection instead of a new
connection each time.