Memcache (coverage: 90%, usable).
Memcache(覆盖率:90%,可以使用)。
We use the pickle module to serialize the data and put it into Memcache.
使用pickle模块序列化数据并将其放入Memcache中。
Using Memcache can dramatically improve the performance of an application.
使用Memcache可以极大地提高应用程序的性能。
It has similar semantics: You simply put or get name-value pairs from Memcache.
它拥有类似的语义:只需在Memcache中放置或获得名称-值对。
The extension provides the API required to access the Memcache daemon's services.
该扩展将提供访问Memcache守护程序的服务所需的API。
The Memcache daemon, called memcached, is a high-performance distributed object cache.
名为memcached的Memcache守护程序是一种高性能的分布式对象缓存。
The process to build the Memcache extension is identical to that of other PHP extensions.
构建Memcache扩展的过程与构建其他PHP扩展的过程完全相同。
With a new PHP in place, the next step is to build and install the PHP Memcache extension.
新的php就绪后,下一步是构建和安装PHPMemcache扩展。
If you do not set this, Memcache will keep everything in cache until it runs out of memory.
如果不进行设置,Memcache将把所有内容都保存在缓存中,直至用光内存。
These are some simple stats on how often we found the data in Memcache vs. how many times we did not.
这些是一些简单的统计数据,比较了在Memcache中找到数据的频率与找不到数据的次数。
We serialize the data and store in Memcache, this time using the combination of service and username.
序列化数据并存储在Memcache中,这一次结合使用了服务与用户名。
The Memcache PHP extension provides a simple application program interface (API) to access the cache.
MemcachePHP扩展将为访问缓存提供一个简单的应用程序接口 (API)。
The solution in this case was to switch to memcache and to stop using state on any app server they had.
此处的解决方案是切换到memcache并在所有应用服务器上不再使用状态。
A Boolean to control whether the Memcache extension fails over to other servers if a connection error occurs.
一个布尔值,用于控制当连接出错时Memcache扩展是否故障转移到其他服务器上。
The first thing the servlet in Listing 7 does is find a User instance, which it actually grabs from memcache.
清单7中的servlet进行的第一件事情就是寻找User实例,它实际上是从memcache获取的。
GAE's quota on memcache calls is higher than on datastore calls, so it makes sense to use memcache whenever possible.
GAE对memcache调用的配额比对数据存储调用高,因此尽可能使用memcache是有意义的。
A JCache (JSR 107) interface to Memcache to provide fast, temporary distributed storage for caching queries and calculations.
一个通向Memcache的JCache (JSR 107)接口,提供快速、临时的分布式存储,用于缓存查询和计算。
Servers run instances of the memcache daemon, which allocates a block of RAM that's accessible over a simple network protocol.
服务器运行memcache守护进程的实例,这些进程分配一块可以通过一种简单的网络协议访问的RAM。
The Google App Engine provides some useful infrastructure, including both its GFS derived data store and a memcache implementation.
GoogleAppEngine提供了一些有用的基础设施,比如源自gfs的数据存储和一个memcache实现。
Note that Objectify's query calls still hit the datastore; it's all other datastore interaction calls, like get, that leverage memcache.
请注意objectify的query调用仍然针对数据存储;这就是利用了memcache的所有其他数据存储交互调用,如get。
This is often the case if you will be using a solution like memcache to have a separate user cache server for a multi-web server environment.
如果您要使用memcache这样的解决方案来为多web服务器环境提供一个单独的用户缓存服务器,那么这就是常见情况。
This includes using Bigtable and Memcache together to provide caching of "expensive" data - data that takes a long time to retrieve from a remote resource.
这包括同时使用Bigtable和Memcache来提供“昂贵”数据的缓存—需要花费很长时间才能从远程资源中检索到的数据。
Applications wishing to store or retrieve a piece of data within memcache first hash the key, which tells them which server out of the memcache pool to use.
希望在memcache中存储或获取数据的应用程序首先对键进行散列计算,这告诉它们应该使用memcache池中的哪个服务器。
Reddit started to use memcache for about everything: database data, session data, rendered pages, memorizing internal functions, pre-computed pages, global locking.
Reddit的所有内容都使用了memcache:数据库的数据、会话数据、渲染的页面、存储的内部函数、预先计算的页面、全局锁。
Reddit started to use memcache for about everything: database data, session data, rendered pages, memorizing internal functions, pre-computed pages, global locking.
Reddit的所有内容都使用了memcache:数据库的数据、会话数据、渲染的页面、存储的内部函数、预先计算的页面、全局锁。
应用推荐