Re: [Maria-discuss] Doubts about Thread Pool

2013-09-16 Thread Roberto Spadim
MDEV created for this topic: https://mariadb.atlassian.net/browse/MDEV-5019 i will need some help with internals, could anyone give me some points where i could get variables about thread pool groups? 2013/9/16 Roberto Spadim > Hi Michael! > > 2013/9/16 Michael Paulini > >> Hi Roberto, >> >>

Re: [Maria-discuss] Doubts about Thread Pool

2013-09-16 Thread Roberto Spadim
Hi Michael! 2013/9/16 Michael Paulini > Hi Roberto, > > I do believe the idea of the thread pool was to get rid of the one > thread/connection paradigm, so all connections will be served by > potentially all threads. > Yes the idea of thread pool from https://mariadb.com/kb/en/thread-pool-in-ma

Re: [Maria-discuss] Doubts about Thread Pool

2013-09-16 Thread Michael Paulini
Hi Roberto, I do believe the idea of the thread pool was to get rid of the one thread/connection paradigm, so all connections will be served by potentially all threads. Michael On 16 September 2013 02:03, Roberto Spadim wrote: > Hi guys, I'm testing threadpool on windows with mariadb 10.0.4 >

[Maria-discuss] Doubts about Thread Pool

2013-09-15 Thread Roberto Spadim
Hi guys, I'm testing threadpool on windows with mariadb 10.0.4 I'm running server with this command line: C:\Program Files\mariadb-10.0.4-win32\bin>mysqld --datadir=..\data\ --log_error=..\log --port=3306 --thread_pool_max_threads=3 Now I'm connected with 10 clients: 2rootlocalhost:41859mysqlSle