网站首页  词典首页

请输入您要查询的英文单词:

 

单词 gearman
释义

gearman

  • 网络异步计算方案;码头工具管理员;任务调度程序
1.
异步计算方案
PHP核心技术与最佳实践_百度百科 ... 9.3 深入了解 Memcached 11.5 异步计算方案Gearman 1.5.1 如何使用反射 API ...
baike.baidu.com
2.
码头工具管理员
航海及海运专业英语词汇(G1) ... gearless vessel 无装卸设备的船 gearman 码头工具管理员 gears 齿轮器具装卸设备 ...
www.diyifanwen.com
3.
任务调度程序
集群/负载均衡 - 开源软件库 - 开源中国... ... 开源群集框架 Terracotta 任务调度程序 Gearman 【商业】负载均衡软件 BalanceN…
www.oschina.net

例句

释义:
1.
When used in a cloud environment, you use the flexible nature of Gearman to ramp up the available workers when you need them.
在云环境中使用时,您利用Gearman的灵活特点来运行可用的工人。
www.ibm.com
2.
If the version number matches that of the Gearman library you built and installed previously, your system is ready.
如果这个版本号与之前构建和安装的Gearman库的版本号相匹配,那么系统就已准备好了。
www.ibm.com
3.
Assuming that you host your PHP applications on a typical LAMP configuration, Gearman requires an additional daemon and a PHP extension.
假设您将PHP应用程序托管在一个典型的LAMP配置上,那么Gearman将需要一个额外的守护程序以及一个PHP扩展。
www.ibm.com
4.
The easiest way to see how Gearman works is to try a simple application that makes use of the Gearman service.
了解Gearman如何工作最容易的方式是,尝试一个使用Gearman服务的简单应用程序。
www.ibm.com
5.
To track the Gearman project, subscribe to its Google group, or visit its IRC channel, #gearman, on Freenode.
为了跟踪这个Gearman项目,可以订阅它的Google组,或访问Freenode上它的IRC频道#gearman。
www.ibm.com
6.
To run the other script, all you need are the Gearman libraries, script modules, and the script itself.
要运行另外的脚本,您所需要的只有Gearman库、脚本模块和脚本本身。
www.ibm.com
7.
Using Gearman from PHP is similar to the previous example, except that you create the producer and consumer actors in PHP.
从PHP使用Gearman类似于之前的示例,惟一的区别在于这里是在PHP内创建producer和consumer。
www.ibm.com
8.
Future releases of Gearman will collect and report statistics, provide advanced monitoring, and cache job results, among other things.
Gearman的未来版本将收集并报告统计数据、提供高级监视和缓存作业结果等。
www.ibm.com
9.
Gearman takes a different approach by providing a flexible mechanism for distributing discrete tasks around a group of machines.
Gearman采用与之不同的方法,它为跨一组机器分布离散的任务提供一种灵活的机制。
www.ibm.com
10.
Gearman doesn't do any form of translation or manipulation of the data exchanged.
Gearman不进行所交换数据的任何转换或操作。
www.ibm.com
1.
For the former, the Gearman work queue remains in memory but is backed by a relational database.
对于前者,Gearman工作队列保存在内存并在一个关系型数据库内存有备份。
www.ibm.com
2.
You create a Gearman Client object, specify the servers, and call the task that you want to perform.
您创建一个GearmanClient对象,指定服务器,调用您想要执行的任务。
www.ibm.com
3.
So far, you have looked at ways of using Gearman where you want or need an immediate response.
到目前为止,已经了解在想要或需要即时响应的时候使用Gearman的方式。
www.ibm.com
4.
This makes Gearman useful in grid environments or Web environments where you want to share and distribute work and requests.
这使得Gearman在网格环境或Web环境中很有用——在这样环境中,您想要共享和分布工作及请求。
www.ibm.com
5.
A Gearman network, tying clients to workers, can take virtually any shape you can imagine.
一个连接客户机和worker的Gearman网络实际上可以使用任何您能想象得到的结构。
www.ibm.com
6.
The Gearman library for PHP distributes work among a collection of machines.
PHP的Gearman库能把工作分发给一组机器。
www.ibm.com
7.
Run a worker with the command-line utility gearman.
用命令行实用工具gearman运行一个worker。
www.ibm.com
8.
Moreover, because the Gearman protocol is language and platform independent, you can mix programming languages in your solution.
而且,由于Gearman协议是独立于语言和平台的,所以您可以在解决方案中混合编程语言。
www.ibm.com
9.
You have a standard Gearman environment using your standard group of workers serving the needs of your clients.
您具有一个标准的Gearman环境,使用标准工人组来满足客户机的需求。
www.ibm.com
10.
News aggregator Digg has built a Gearman network of similar size to crunch 400, 000 jobs per day.
新闻聚合器Digg也已构建了一个相同规模的Gearman网络,每天可处理400,000个作业。
www.ibm.com
1.
uses Gearman across 60 or more servers to process 6 million jobs per day.
在60或更多的服务器上使用Gearman每天处理600万个作业。
www.ibm.com
2.
Thus, if the Gearman daemon fails, it can recreate the work queue on restart.
这样一来,如果Gearman守护程序故障,它就可以在重启后重新创建这个工作队列。
www.ibm.com
3.
For example, if you are providing or using Twitter integration, you can use Gearman to handle the posting to the Twitter account.
例如,如果您在提供或使用Twitter集成,那么可以使用Gearman来处理到Twitter帐户的发布。
www.ibm.com
4.
You can also verify a proper build and installation with a snippet of PHP code. Save this little application to verify_gearman. php
此外,还可以用一个PHP代码片段来验证构建和安装是否得当。
www.ibm.com
5.
Deploying Gearman in dynamic environments
在动态环境中部署Gearman
www.ibm.com
6.
Using Gearman across environments
跨环境使用Gearman
www.ibm.com
7.
As mentioned earlier, a Gearman configuration has three kinds of actors
我们前面提到过,一个Gearman配置有三个角色
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/31 6:06:21