积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(91)Weblate(90)系统运维(22)云计算&大数据(19)数据库(17)httpd(17)TiDB(15)OpenShift(13)后端开发(9)Zabbix(5)

语言

全部中文(简体)(160)

格式

全部PDF文档 PDF(96)其他文档 其他(64)
 
本次搜索耗时 0.264 秒,为您找到相关结果约 160 个.
  • 全部
  • 综合其他
  • Weblate
  • 系统运维
  • 云计算&大数据
  • 数据库
  • httpd
  • TiDB
  • OpenShift
  • 后端开发
  • Zabbix
  • 全部
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Rust 程序设计语言简体中文版

    中的代码之前尝试自己实现这些修改。 准备好了吗?示例 20-15 就是一个做出了这些修改的例子: 文件名:src/lib.rs use std::thread; pub struct ThreadPool { workers: Vec, } impl ThreadPool { // --snip-- # /// Create a new ThreadPool. # /// # let mut workers = Vec::with_capacity(size); for id in 0..size { 549/600 Rust 程序设计语言 简体中文版 workers.push(Worker::new(id)); } ThreadPool { workers } } 实例而不是直接存放线程 这里将 ThreadPool 中字段名从 threads 改为 workers ,因为它现在储存 Worker 而不是 JoinHandle<()> 。使用 for 循环中的计数作为 Worker::new 的参数,并将每一个新建的 Worker 储存在叫做 workers 的 vector 中。 Worker 结构体和其 new 函数是私有的,因为外部代码(比如
    0 码力 | 600 页 | 12.99 MB | 1 年前
    3
  • chm文档 httpd 2.4.28 中文文档

    (subject to some flow-control logic in the worker MPM that throttles the listener if all the available workers are busy). Though it isn't apparent from this trace, the next accept(2) can (and usually does, under modules may do the same. Such modules rely on collecting detailed information about the state of all workers. The default is changed by mod_status beginning with version 2.3.6. The previous default was always connections with one request worker thread reserved per connection. This can lead to situations where all workers are tied up and no worker thread is available to handle new work on established async connections
    0 码力 | 2659 页 | 3.10 MB | 1 年前
    3
  • chm文档 httpd 2.4.33 中文文档

    (subject to some flow-control logic in the worker MPM that throttles the listener if all the available workers are busy). Though it isn't apparent from this trace, the next accept(2) can (and usually does, under modules may do the same. Such modules rely on collecting detailed information about the state of all workers. The default is changed by mod_status beginning with version 2.3.6. The previous default was always connections with one request worker thread reserved per connection. This can lead to situations where all workers are tied up and no worker thread is available to handle new work on established async connections
    0 码力 | 2692 页 | 3.12 MB | 1 年前
    3
  • chm文档 httpd 2.4.23 中文文档

    (subject to some flow-control logic in the worker MPM that throttles the listener if all the available workers are busy). Though it isn't apparent from this trace, the next accept(2) can (and usually does, under modules may do the same. Such modules rely on collecting detailed information about the state of all workers. The default is changed by mod_status beginning with version 2.3.6. The previous default was always connections with one request worker thread reserved per connection. This can lead to situations where all workers are tied up and no worker thread is available to handle new work on established async connections
    0 码力 | 2559 页 | 2.11 MB | 1 年前
    3
  • chm文档 httpd 2.4.25 中文文档

    (subject to some flow-control logic in the worker MPM that throttles the listener if all the available workers are busy). Though it isn't apparent from this trace, the next accept(2) can (and usually does, under modules may do the same. Such modules rely on collecting detailed information about the state of all workers. The default is changed by mod_status beginning with version 2.3.6. The previous default was always connections with one request worker thread reserved per connection. This can lead to situations where all workers are tied up and no worker thread is available to handle new work on established async connections
    0 码力 | 2573 页 | 2.12 MB | 1 年前
    3
  • pdf文档 2.7 Harbor开源项目容器镜像远程复制的实现

    Consumer Pattern • Front end (UI) or registry generates replication jobs (producer) • Backend workers handle replication (consumer) • Potential issues • Producers need to sleep or wait when buffer is blocking for producers • Dispatcher queues jobs • Dispatcher distributes jobs to available workers • Workers added back to available worker queue after jobs are completed Front End Registry Worker for stopping a job Worker Pool • Predefine a pool of available workers (default:3, not to overwhelm frontend tasks) • A list of workers and a channel for dispatching job harbor/src/jobservice/job/workerpool
    0 码力 | 37 页 | 3.47 MB | 1 年前
    3
  • pdf文档 Julia 中文文档

    enumerate(workers()) @async responses[idx] = remotecall_fetch(foo, pid, args...) end end 会快于: using Distributed refs = Vector{Any}(undef, nworkers()) for (idx, pid) in enumerate(workers()) refs[idx] information about the series of exceptions. For example, if a group of workers are executing several tasks, and multiple workers fail, the resulting CompositeException will contain a ”bundle” of information Relevant only when using TCP/IP as transport. To launch workers without blocking the REPL, or the containing function if launching workers programmat- ically, execute addprocs in its own task. Examples
    0 码力 | 1238 页 | 4.59 MB | 1 年前
    3
  • chm文档 httpd 2.4.20 中文文档

    (subject to some flow-control logic in the worker MPM that throttles the listener if all the available workers are busy). Though it isn't apparent from this trace, the next accept(2) can (and usually does, under modules may do the same. Such modules rely on collecting detailed information about the state of all workers. The default is changed by mod_status beginning with version 2.3.6. The previous default was always connections with one request worker thread reserved per connection. This can lead to situations where all workers are tied up and no worker thread is available to handle new work on established async connections
    0 码力 | 2533 页 | 2.09 MB | 1 年前
    3
  • epub文档 Weblate 4.6.2 用户文档

    Reload when consuming too much of memory reload-on-rss = 250 # Increase number of workers for heavily loaded sites workers = 8 # Enable threads for Sentry error submission enable-threads = true # [https://docs.celeryproject.org/en/latest/userguide/configuration.html], Workers Guide [https://docs.celeryproject.org/en/latest/userguide/workers.html], Daemonization [https://docs.celeryproject.org/en/lates 核心并且碰到内存用尽问题情况下,尝试减少 worker 的数 量: environment: WEBLATE_WORKERS: 2 You can also fine-tune individual worker categories: environment: UWSGI_WORKERS: 4 CELERY_MAIN_OPTIONS: --concurrency 2 CELERY_NOTIFY_OPTIONS:
    0 码力 | 762 页 | 9.22 MB | 1 年前
    3
  • epub文档 Weblate 4.6.1 用户文档

    Reload when consuming too much of memory reload-on-rss = 250 # Increase number of workers for heavily loaded sites workers = 8 # Enable threads for Sentry error submission enable-threads = true # [https://docs.celeryproject.org/en/latest/userguide/configuration.html], Workers Guide [https://docs.celeryproject.org/en/latest/userguide/workers.html], Daemonization [https://docs.celeryproject.org/en/lates 核心并且碰到内存用尽问题情况下,尝试减少 worker 的数 量: environment: WEBLATE_WORKERS: 2 You can also fine-tune individual worker categories: environment: UWSGI_WORKERS: 4 CELERY_MAIN_OPTIONS: --concurrency 2 CELERY_NOTIFY_OPTIONS:
    0 码力 | 761 页 | 9.22 MB | 1 年前
    3
共 160 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 16
前往
页
相关搜索词
Rust程序设计程序设计语言简体中文文版中文版简体中文版httpd2.428文档3323252.7Harbor开源项目容器镜像远程复制实现Julia20Weblate4.6用户用户文档
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩