gpt4 book ai didi

java - spymemcache - MemcachedClient 是否具有内置连接池?

转载 作者:搜寻专家 更新时间:2023-11-01 03:21:15 27 4
gpt4 key购买 nike

我正在使用 memcached,并使用 Java spymemcache 连接到它。

我的问题是:

MemcachedClient 有内置连接池吗?

我能否在 memcached 上重用该类的实例以进行并发操作,还是每次需要时都需要创建一个新实例?

最佳答案

来自文档:

Each MemcachedClient instance establishes and maintains a single connection to each server in your cluster.
There is only one thread for all processing. Regardless of the number of requests, threads using the client, or servers to which the client is connected, only one thread will ever be allocated to a given MemcachedClient.

可以在此处找到更多详细信息https://code.google.com/p/spymemcached/wiki/Optimizations .

在我们的一个项目中,为了实现连接池,我们初始化了一个 MemcachedClient 列表(大小为 50),并在进行 get 或 put 调用时随机使用其中一个。

关于java - spymemcache - MemcachedClient 是否具有内置连接池?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30123230/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com