Kondwani Spike Mkandawire wrote:

>Would it be that it takes time to connect to a table if
>it is in use?
>
I don't know Paradox. Does it use row or table level locking. If table 
locking then if anyone is doing an update then the whole table is locked 
until the update is complete. If row locking then only the row being 
updated is locked.

Thinking along those lines, how many database connections are configured 
in IIS? If everybody had to use a single database connection (and there 
were a lot of users) then each would have to wait their turn. Similarly, 
how may concurrent instances of IIS are configured in it. These could 
make a difference but I'd doubt if the defaults were poor in these respects.

Regards

Chris


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

Reply via email to