Hi .
Simple but still tricky question : what mean 'thread' in mysql's server
point of view ?
I've set the thread_cache_size=30 in my.cnf .

I use Mysql with Php and my aplication's behaviour is like this :
    connect ->
        select
        update
        insert
        select
        ....etc..
    disconnect;

This(above) is a thread that mysql caches ? If so , i don't think i can
benefit from thread cache because my threads
are very different from one to another :) .

I'd love to receive an answer/explain from a Mysql inside person  .
I've read tfm :)

Thank you .



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to