Re: Max execution time while doing DB queries

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 9/22/05, Michael Sims <michaels@xxxxxxxxxxxxxx> wrote:

> What RDBMS are you using?  If you are using Postgres you can use pg_send_query()
> which is non-blocking.  I don't think the other database backends/php drivers
> support such functionality, but I could be wrong...  Maybe someone else knows of
> another way to accomplish this with the other backends...

For this application i'm using a MSSQL database. There is an ini
setting (mssql.timeout) which should do what i want but afiak doesn't
work. It defaults to 60 which i assume are seconds.

My app has had times that it was waiting way longer then that before
it died without any error message. (6 hours and more).

--
Jeroen

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux