积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(610)Java(279)Spring(229)Python(130)Julia(87)Celery(51)ActiveMQ(46)区块链(32)Django(30)PHP(20)

语言

全部英语(563)中文(简体)(31)中文(繁体)(10)韩语(2)西班牙语(1)日语(1)

格式

全部PDF文档 PDF(444)其他文档 其他(117)TXT文档 TXT(47)DOC文档 DOC(1)PPT文档 PPT(1)
 
本次搜索耗时 0.091 秒,为您找到相关结果约 610 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • Python
  • Julia
  • Celery
  • ActiveMQ
  • 区块链
  • Django
  • PHP
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 韩语
  • 西班牙语
  • 日语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • DOC文档 DOC
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Multi Producer, Multi Consumer, Lock Free, Atomic Queue

    Latency Fat Tail - Pie ChartProducer 2 11 Queue Producer N Consumer 1 Consumer 2 Consumer M time tin tout Queue - Message and time flow Producer 1Lockfree, MPMC Queue - Connecting Application Components Capacity: Bounded / dynamic & memory allocation ● Serialization: Strict global order or relaxed per producer order ● API: single item / multiple items, atomicity-ready or not ● Message size: fixed / dynamic unsigned P{2}; std::atomic prod_sum{0}; std::atomic cons_sum{0}; auto producer = [&]() { for (unsigned x = 0; x < N; ++x) { while (!q.push(x))
    0 码力 | 54 页 | 886.12 KB | 6 月前
    3
  • pdf文档 Single Producer Single Consumer Lock-free FIFO From the Ground Up

    net/home/lock-free-algorithms/queues/unbounded-spsc-queue https://www.dpdk.org/ 3● Single producer: one producer (aka writer) thread ● Single consumer: one consumer (aka reader) thread ● Lock-free: it fixed-size buffer as if it were connected end-to-end. The oldest entry is processed first. 4 Single Producer Single Consumer Lock-Free Wait-Free Fifo5 Read message from network Handle message Write
    0 码力 | 51 页 | 546.30 KB | 6 月前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.1.0 User Manual

    Point-to-Point Messaging Point-to-point messaging is a common scenario in which a message sent by a producer has only one consumer. AMQP and JMS message producers and consumers can make use of point-to-point example of JMS Clients, the messages sent by a JMS queue producer will be routed using the anycast routing type. Messages sent by a JMS topic producer will use the multicast routing type. In addition when ", "red"); producer.send(redMessage) TextMessage greenMessage = senderSession.createTextMessage("Green"); greenMessage.setStringProperty("color", "green"); producer.send(greenMessage)
    0 码力 | 407 页 | 1.93 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.0.0 User Manual

    subscribe addresses. Point-to-point messaging is a common scenario in which a message sent by a producer has only one consumer. AMQP and JMS message producers and consumers can make use of point-to-point example of JMS Clients, the messages sent by a JMS queue producer will be routed using the anycast routing type. Messages sent by a JMS topic producer will use the multicast routing type. In addition when or", "red"); producer.send(redMessage) TextMessage greenMessage = senderSession.createTextMessage("Green"); greenMessage.setStringProperty("color", "green"); producer.send(greenMessage)
    0 码力 | 246 页 | 1.86 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.2.0 User Manual

    Point-to-Point Messaging Point-to-point messaging is a common scenario in which a message sent by a producer has only one consumer. AMQP and JMS message producers and consumers can make use of point-to-point example of JMS Clients, the messages sent by a JMS queue producer will be routed using the anycast routing type. Messages sent by a JMS topic producer will use the multicast routing type. In addition when ", "red"); producer.send(redMessage) TextMessage greenMessage = senderSession.createTextMessage("Green"); greenMessage.setStringProperty("color", "green"); producer.send(greenMessage)
    0 码力 | 407 页 | 1.93 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.4.0 User Manual

    Point-to-Point Messaging Point-to-point messaging is a common scenario in which a message sent by a producer has only one consumer. AMQP and JMS message producers and consumers can make use of point-to-point example of JMS Clients, the messages sent by a JMS message producer will be routed using the anycast routing type. Messages sent by a JMS topic producer will use the multicast routing type. In addition when ", "red"); producer.send(redMessage) TextMessage greenMessage = senderSession.createTextMessage("Green"); greenMessage.setStringProperty("color", "green"); producer.send(greenMessage)
    0 码力 | 265 页 | 2.84 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.3.0 User Manual

    Point-to-Point Messaging Point-to-point messaging is a common scenario in which a message sent by a producer has only one consumer. AMQP and JMS message producers and consumers can make use of point-to-point example of JMS Clients, the messages sent by a JMS message producer will be routed using the anycast routing type. Messages sent by a JMS topic producer will use the multicast routing type. In addition when ", "red"); producer.send(redMessage) TextMessage greenMessage = senderSession.createTextMessage("Green"); greenMessage.setStringProperty("color", "green"); producer.send(greenMessage)
    0 码力 | 420 页 | 3.03 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.23.1 User Manual

    BugFix: High cpu usage on ReadWrite locks 2.22.0 Full release notes. Highlights: The default producer-window-size on cluster-connection was changed to 1MB to mitigate potential OutOfMemoryErrors broker.xml to find the default connector URL for commands which require it (e.g. consumer , producer , etc.) 2.11.0 Versions 16 Full release notes. Highlights: Support retroactive addresses. couple notable new features: Highlights: Added the ability to set the text message content on the producer CLI command. Support reload logging configuration at runtime. 2.6.3 Full release notes. This
    0 码力 | 503 页 | 6.35 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.22.0 User Manual

    broker.xml to find the default connector URL for commands which require it (e.g. consumer , producer , etc.) 2.11.0 Versions 15 Full release notes. Highlights: Support retroactive addresses. couple notable new features: Highlights: Added the ability to set the text message content on the producer CLI command. Support reload logging configuration at runtime. 2.6.3 Full release notes. This 1.3.0 Full release notes. Highlights: Better support of OpenWire features (e.g. reconnect, producer flow-control, optimized acknowledgements) Versions 23 SSL keystore reload at runtime. Initial
    0 码力 | 502 页 | 6.34 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.21.0 User Manual

    broker.xml to find the default connector URL for commands which require it (e.g. consumer , producer , etc.) 2.11.0 Full release notes. Highlights: Support retroactive addresses. Support downstream couple notable new features: Highlights: Added the ability to set the text message content on the producer CLI command. Support reload logging configuration at runtime. 2.6.3 Full release notes. This 1.3.0 Full release notes. Highlights: Better support of OpenWire features (e.g. reconnect, producer flow-control, optimized acknowledgements) SSL keystore reload at runtime. Initial support for
    0 码力 | 503 页 | 6.34 MB | 1 年前
    3
共 610 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 61
前往
页
相关搜索词
MultiProducerConsumerLockFreeAtomicQueueSinglefreeFIFOFromtheGroundUpApacheActiveMQArtemis2.1UserManual2.02.22.42.32.232.222.21
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩