[PHP3] Sybase-DB, max_persistant/max_links ignored ? From: xrr (xrr <email protected>)
Date: 08/26/99

I've got a problem using php 3 with sybase-db libs.

I've been trying to reduce the number of connection to my sybase (actually
an m$ sql serveur under nt4) server using
max_persitant and max_links options in php3.ini but without success so far...
It's seems that those options are simply ignored by php...
I try to do that because my server is getting out of licences and php
reports that it's not possible to connect.

I understant that this options will limit the connections to the server but
is the supposed behavior ?
I was hopping that the pconnect or connect would hang until it can connect
to the server... well, if there's a lot
of servers with waiting persistent connections that could be quite long but...

Anyone having an answer or few hints on this problem ?

-- 
PHP 3 Mailing List <http://www.php.net/>
To unsubscribe, send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest, e-mail: php3-digest-subscribe <email protected>
To search the mailing list archive, go to: http://www.php.net/mailsearch.php3
To contact the list administrators, e-mail: php-list-admin <email protected>