zzyugl / xmemcached

Automatically exported from code.google.com/p/xmemcached
Apache License 2.0
0 stars 0 forks source link

How to config SelectorPoolSize? #238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in MemcachedConnector,I find the code:

        this.setSelectorPoolSize(2 * Runtime.getRuntime().availableProcessors());

How to config selector pool size?

Original issue reported on code.google.com by Jun.T...@gmail.com on 29 Nov 2012 at 5:24

GoogleCodeExporter commented 9 years ago
I am sorry it can not be set rignt now,i will make it as an environment 
variable.

Original comment by killme2...@gmail.com on 8 Jan 2013 at 11:54

GoogleCodeExporter commented 9 years ago
There is a new environment variable "xmemcached.selector.pool.size" in 1.3.9, 
and it was released.

Thanks.

Original comment by killme2...@gmail.com on 11 Jan 2013 at 11:47