单词 | Memcached | ||||||||||||||||
释义 | Memcached
更多释义 收起释义 例句释义: 缓存,缓存系统,缓存技术 1. Furthermore, because memcached is just a cache, it shouldn't stop the execution of your application in the event of a problem. 此外,由于memcached只是一个缓存,所以在出现问题时它不会停止应用程序的执行。 www.ibm.com 2. It behaves as though it were a giant hash table, looking up key = value pairs. Give it a key, and set or get some arbitrary data. Memcached的奇妙之处在于它的两阶段hash的方法,它通过一个巨大的hash表来查找key=value对,给它一个key,就可以set或get数据了。 blog.163.com 3. By using memcached, you can store the formatted information loaded from the database in a form ready to be used directly on the web page. 通过使用memcached,可以将加载自数据库的格式化信息存储为一种可直接用在Web页面上的格式。 www.ibm.com 4. The memcached server is just a cache storing values against keys over a network. memcached服务器只是网络上针对一些键存储值的一个缓存。 www.ibm.com 5. I encourage you to install your own instance of memcached and start playing around with it. 我鼓励您安装自己的memcached实例并开始尝试使用它。 www.ibm.com 6. To ensure the maximum performance, memcached does not provide any form of security, either in authentication or encryption. 为了确保最佳性能,memcached并未提供任何形式的安全性,没有身份验证,也没有加密。 www.ibm.com 7. The only prerequisite to installing memcached is libevent, the asynchronous event-notification library that memcached depends upon. libevent是安装memcached的唯一前提条件。它是memcached所依赖的异步事件通知库。 www.ibm.com 8. The interfaces for communicating with a memcached server are numerous, often with multiple implementations for all the languages. 与memcached服务器通信的接口有很多,并常常具有针对所有语言的多个实现。 www.ibm.com 9. The memcached interface class allows you to serialize Java objects straight into memcached so you can store and load complex structures. memcached接口类允许将Java对象直接序列化到memcached以便于存储和加载复杂的结构。 www.ibm.com 10. I conclude with a couple of tricks for using the memcached commands to measure the performance and effectiveness of your cache. 最后,我将提供一些使用memcached命令测量缓存的性能和效率的技巧。 www.ibm.com 1. This was inspired by the popular open source distributed-cache memcached, but is a specialized implementation for the GAE. 此内存缓存的灵感来源于流行的开源分布式缓存memcached,但这是GAE的专用实现。 www.ibm.com 2. Memcached is designed to store this information in memory to save repeatedly performing that task each time the data is recovered. Memcached被设计用来将信息存储在内存中以避免每次在数据需要恢复时重复执行相同的任务。 www.ibm.com 3. The solution is to ignore complexities like lookup tables or expecting the memcached server to handle the process for you. 问题的解决方案就是忽略复杂的东西,比如查找表,或是寄望memcached服务器来为您处理这个过程。 www.ibm.com 4. The memcached server should exist within the inside part of your network. memcached服务器应该存在于您网络的内部。 www.ibm.com 5. To reiterate, memcached is a cache of information and not the only source. 再次重申,memcached是信息的缓存但并非惟一的数据源。 www.ibm.com 6. Through the years, Facebook has made a ton of optimizations to Memcached and the surrounding software (like optimizing the network stack). Facebook在这几年对memcached和相关的软件进行了许多优化,比如说优化网络栈。 blog.163.com 7. Think of Memcached as a huge hash map that you can reach over the network. 可以将Memcached想象为一个大型的hash图,这个图可通过网络获得。 www.ibm.com 8. The expiration time was set to 0, which tells memcached that you want this value to stay in the cache until you remove it. 并将过期时间设置为0,这将向memcached通知您希望将此值存储在缓存中直到删除它为止。 www.ibm.com 9. Once the memcached server becomes available again, your application should automatically try to store the data. 一旦memcached服务器恢复可用,应用程序就应该自动尝试存储数据。 www.ibm.com 10. One of the most common questions about memcached is, "What happens when the cache is unavailable? " 有关memcached最常见的一个问题是:“若缓存不可用了,会发生什么情况呢?” www.ibm.com 1. In the second part of this article, you will learn how to integrate memcached into a Grails application. 在本系列的第2部分中,您将学习如何将memcached集成到一个Grails应用程序中。 www.ibm.com 2. If you look at Figure 6, you can see that there are three application servers, each with access to a memcached instance. 如图6所示,可以看出这里有三个应用程序服务器,每个服务器都可以访问一个memcached实例。 www.ibm.com 3. memcached uses a per-connection buffer to read and write data out over the network. memcached为每个链接使用单独的缓存进行数据的读写。 www.bing.com 4. Probably the most common misuse of memcached is to use it as a data store, not as a cache. 最常见的memcached误用就是把它用作一个数据存储,而不是一个缓存。 www.ibm.com 5. The application should also continue to try to load and store the information in memcached. 此应用程序还应继续尝试在memcached内加载和存储信息。 www.ibm.com 6. memcached is a distributed memory caching system popular with applications deployed in UNIX environments. memcached是一种流行的分布式内存缓存系统,在UNIX环境中部署的许多应用程序都使用它。 www.ibm.com 7. God keeps all the servers running, and memcached has given us great caching with very little pain (mostly. . . ). God保障服务器运行。memcached给了我们出色的缓存,而痛苦非常少(基本上……)。 www.infoq.com 8. Memcached is by now one of the most famous pieces of software on the internet. memcached的是现在互联网最有名的软件之一了。 guojun2sq.blog.163.com 9. To begin using memcached, you need to first start the memcached server and then connect to it using a telnet client. 要开始使用memcached,您首先需要启动memcached服务器,然后使用telnet客户机连接到它。 www.ibm.com 10. There are a number of key processes and steps that can be modified when using memcached to improve your application performance. 在使用memcached改进应用程序性能时,可以对一些关键的过程和步骤进行修改。 www.ibm.com 1. From there, memcached minimizes or eliminates database queries for information you've processed before. 在那里,memcached将最小化或消除针对您先前处理过的信息的数据库查询。 www.ibm.com 2. In practice, the memcached server is relatively simple, and although not crash-free, the simplicity leads to fewer errors. 实际上,memcached服务器相对简单,并且虽然不是绝对无故障的,但它的简单性的结果就是它很少会出错。 www.ibm.com 3. The first time this process occurs, the data will be loaded from the database or other source as normal, then stored into memcached. 当这个过程首次发生时,数据将正常地从数据库或其他数据源加载,然后再存储到memcached内。 www.ibm.com 4. I'll conclude this article with a lesson in using the advanced memcached commands to find out how your cache is performing. 在本文的最后,我将讨论如何使用高级memcached命令来确定缓存的性能。 www.ibm.com 5. The final two memcached commands are used to monitor and clean up an instance of memcached. 最后两个memcached命令用于监控和清理memcached实例。 www.ibm.com 6. Installed between your application and your data store, memcached persists your objects in RAM. memcached的安装位置介于应用程序与数据存储之间,它将把对象保存在RAM中。 www.ibm.com 7. The memcached store relies on memory, too, but is distributed over several machines to preclude a single point of failure. memcached存储也依赖于内存,但被分散于几个机器以避免单点故障。 www.ibm.com 8. If the key is not already in the cache, then you will receive a NOT_STORED response from the memcached server. 如果缓存中不存在键,那么您将从memcached服务器接受到一条NOT_STORED响应。 www.ibm.com 9. The big benefit, when dealing with giant systems, is memcached's ability to massively scale out. 当处理巨大的系统时,最大的好处就是memcached所具备的良好的水平扩展能力。 blog.163.com 10. Memcached: A networked service that provides a distributed objects cache. Memcached:一种网络服务,可提供分布式的对象缓存。 www.ibm.com 1. You can use a memory store, the file system (at a directory you specify), the database, or a service called memcached. 为此,需要用到内存存储、文件系统(在所定义的目录)、数据库或称为memcached的服务。 www.ibm.com 2. With plug-in support, Rails can use memcached to cache fragments and ActiveRecord models. 有了插件支持,Rails就可使用memcached来缓存分段和ActiveRecord模型。 www.ibm.com 3. If you've read anything about scaling large websites, you've probably heard about memcached. 如果你翻阅过一些关于大型网站扩展(Scaling)的资料,那么你可能听说过一个叫memcached的东西。 www.bing.com 4. In this article, I'll walk through the steps required to build and install memcached from source. 在本文中,我将详细介绍如何通过源文件构建和安装memcached。 www.ibm.com 5. You will connect to the memcached server using a simple telnet client. 您将使用一个简单的telnet客户机连接到memcached服务器。 www.ibm.com 6. Coder used memcached to drop down mysql load but it's not giving much performance. 编码器使用的memcachedmysql的负荷降下来,但它不是给多少性能。 www.bing.com 7. Try to avoid row based cache. Instead, cache complex object will make memcached more efficient. 尽量避免行方式的缓存,在这样的情况下可采用复杂的对象来进行缓存,这对于memcached来说会更为有效。 blog.163.com 8. You can find more about the configuration options at the memcached site in the Resources section. 在参考资料部分给出的memcached站点可以找到有关配置选项的更多信息。 www.ibm.com 9. A statically generated homepage is a very good thing and memcached is awesome. 静态生成的首页是件好东西,memcached是件了不起的东西。 www.infoq.com 10. You can see in both examples the same basic structure: set the memcached server, then assign or set the value. 在两个例子中可以看到相同的基本结构:设置memcached服务器,然后分配或设置值。 www.ibm.com 1. Table 1 defines the parameters for and usage of the memcached modifying commands. 表1定义了memcached修改命令的参数和用法。 www.ibm.com 2. The two advanced commands you can use with memcached are gets and cas. 可以在memcached中使用的两个高级命令是gets和cas。 www.ibm.com 3. Because memcached sits at the same architectural level as your application it is easy to integrate and connect to. 由于memcached与应用程序处于相同的架构水平,所以很容易集成并连接到它。 www.ibm.com 4. Memcached similarly uses a hash function. Memcached也使用了类似的哈希函数。 www.bing.com 5. The connections themselves are not a big problem, but the way memcached allocates memory for each TCP connection is. 这些链接本身并不是什么大问题,但是memcached为每个TCP链接分配内存的方法却很成问题。 www.bing.com 6. An example of using memcached can be seen in the modified versions of the client and worker script in Listing 8 and Listing 9. 在清单8和清单9中客户机和工人脚本的修改版本中,可以看到一个使用memcached的例子。 www.ibm.com 7. This starts memcached up as a daemon (-d), with 2GB of memory (-m 2048), and listening on localhost, or port 11211. 这会以守护程序的形式启动memcached(-d),为其分配2GB内存(-m2048),并指定监听localhost,即端口11211。 www.ibm.com 8. In this situation, you can take advantage of other components in the modern web app arsenal, such as memcached. 在这种情况下,可以充分利用现代web应用程序工具组中其他组件(比如memcached)的优势。 www.ibm.com 9. There is also a sharp increase in use of both Ehcahe and memcached in Java and caching in the industry as a whole . Ehcahe和Java里的memcached,以及整个行业内的缓存,两者的应用都急剧增长。 www.infoq.com 10. With those steps complete, you should have a working copy of memcached installed and ready for use. 完成这些步骤之后,您应该安装了一个memcached工作副本,并且可以使用它了。 www.ibm.com 1. If you choose to leverage memcached as your caching solution, I am sure you will see just how effective it is. 如果您选择使用memcached作为缓存解决方案,那么我敢保证您可以看到它的效率如何。 www.ibm.com 2. On Monday the load continued, so the team added memcached, monitoring tools, and moved the database to a larger machine 周一负荷继续增大,于是团队增加了memcached、监控工具,还把数据库移到了另一台更大的机器上 www.infoq.com 3. When using memcached, you change the application logic slightly to accommodate the cache 在使用memcached时,为配合这个缓存,可对应用程序的逻辑进行稍许修改 www.ibm.com 4. Table 1. memcached modifying command parameters 表1.memcached修改命令参数 www.ibm.com |
||||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。