Chris wrote:

>> Err yes - a query replied to out of cache will take less time to
>> complete, therefore the connection will be given up faster, therefore
>> less _concurrent_ connections.
> 
> I guess my idea of concurrency is different to yours.

http://en.wiktionary.org/wiki/concurrent

"Happening at the same time; simultaneous."

> 100 people come to your website - that's still going to be 100
> connections to the database, regardless of where the results come
> from.

But if that is one every hour for a hundred hours, your max concurrency
is 1.  


/Per Jessen, Zürich

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

Reply via email to