首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏DPDK VPP源码分析

    learning:vpp hash Infrastructure

    现代物理网卡为了提高网络并行处理性能,使用Packet Flow Hash 用于不同的目的,比如RSS(Receive Side Scaling)、RPS(Receive Packet Steering)、RFS(Receive Flow Steering)、ARFS(Accelerated Receive Flow Steering)以及接口bonding等等。网卡也可以提供包流哈希值作为元数据,它可以被应用程序使用,而不需要重新计算包流哈希值。

    66120编辑于 2023-09-05
  • 来自专栏DPDK VPP源码分析

    learning:vpp hash Infrastructure (2)

    前面讲了vpp 软件Packet Flow Hash基础架构,其中在hash算法中有一个对称hash算法(handoff-eth-sym 1 Ethernet/IPv4/IPv6/MPLS headers Symmetric),对称hash算法的作用是将同一条流的两个方向的报文hash到一个cpu核心来处理。在软件逻辑中存在基于CPU核的L34会话业务及DPVS软件(dpvs中一般是使用网卡FDIR功能实现)中都有对称hash的应用,以提升网络处理性能。

    80010编辑于 2023-09-05
  • 来自专栏腾讯高校合作

    【关注】IEEE Infrastructure Conference 9月召开

    今年9月20日,IEEE将在美国旧金山召开IEEE Infrastructure Conference(IEEE 基础设施会议),学会邀请到30余位技术行业顶尖专家对基础设施架构进行讨论与指导,为听众带来更全面 Management Scalability & Reliability Featured speakers - Jennifer Fraser Twitter :Senior Director Infrastructure Engineering Agenda  点击图片可放大查看 地址 Terra Gallery 511 Harrison Street San Francisco, CA, USA 94105 https://infrastructure.ieee.org

    59720发布于 2018-08-31
  • 来自专栏运维开发王义杰

    开源项目: Open Management Infrastructure (OMI)

    Open Management Infrastructure (OMI) 是一个开源项目,其目标是推进 DMTF CIM/WBEM 标准的生产质量实现的发展。

    56410编辑于 2023-10-16
  • 来自专栏MessageQueue

    Ubiq:A Scalable and Fault-tolerant Log Processing Infrastructure

    High-Availability at Massive Scale: Building Google’s Data Infrastructure for Ads. In BIRTE, 2015.

    88730发布于 2019-05-15
  • 来自专栏腾讯云TStack专栏

    Open Infrastructure丹佛峰会新起点,11月上海见!

    美国时间2019年4月29日至5月1日,Open Infrastructure Summit在美国科罗拉多州丹佛市拉开帷幕,这是OpenStack基金会组织的每年两场峰会中的上半年峰会。 腾讯云TStack团队在展台前合影 基础设施 更开放 更名为Open Infrastructure Summit之后的峰会,对开源项目态度更加开放,开源项目涉及的领域也不断持续增长。 腾讯云TStack作为白金会员,期待Open Infrastructure能够和中国碰撞出更多新的火花,也将继续为打造更好的云生态持续努力。 · END ·

    75020发布于 2019-05-16
  • 来自专栏科技云报道

    OpenStack基金会详解2019新战略:从OpenStack到Open Infrastructure

    Q:OpenStack基金会始于OpenStack,为什么转向打造Open Infrastructure? Jonathan Bryce:OpenStack基金会致力于发展壮大、使用和贡献开源云计算项目,除了积极推动OpenStack项目之外,还致力于推动OpenStack Infrastructure(开源基础设施 Q:OpenStack基金会将如何推进Open Infrastructure的发展? Jonathan Bryce:为了促进整个开源基础设施更进一步的发展,我们认为有四步非常重要。 在这里,着重介绍一下即将在今年11月份举办的OpenStack Infrastructure Summit开源基础设施峰会,这是第一次在中国举行峰会,我们非常重视。 除了引进全球性的OpenStack Infrastructure 峰会,我们今年还会做一系列活动,比如每个季度举办meet up活动,或在各个城市做巡回活动,把有兴趣参与项目、研究过技术但又没有机会交流的开发者

    49150编辑于 2022-04-15
  • 来自专栏乐沙弥的世界

    重新配置与卸载 11gR2 Grid Infrastructure

          Oracle 11g R2 Grid Infrastructure 的安装与配置较之前的版本提供了更多的灵活性。 在Grid Infrastructure安装完毕前执行root.sh经常容易出现错误,并且需要修复该错误才能得以继续。 在这个版本中我们可以直接通过执行脚本rootcrs.pl来重新配置Grid Infrastructure而无需先卸载Grid Infrastructure,然后修复故障后进行再次安装。 下面描述了rootcrs.pl的用法以及使用deinstall彻底卸载Grid Infrastructure。 #11g R2 Grid Infrastructure也提供了彻底卸载的功能,deinstall该命令取代了使用OUI方式来清除clusterware以及ASM,回复到安装grid之前的环境。

    86710发布于 2018-08-13
  • 来自专栏吊打面试官

    mac 使用Clang(Next-gen compiler infrastructure)配置VS Code CC++环境

    llvm // 查看帮助文档:brew info llvm ==> llvm: stable 19.1.6 (bottled), HEAD [keg-only] Next-gen compiler infrastructure

    2.2K10编辑于 2025-01-12
  • 来自专栏DevOps持续集成

    基础架构即代码 vs 配置管理 vs 基础架构预配

    Management, and Infrastructure Provisioning. Therefore, it is essential to understand the difference between infrastructure as code, infrastructure Infrastructure: IT infrastructure is a combination of hardware and software components. When it comes it infrastructure automation, you often hear the term infrastructure as code. If you use code to provision and configure the infrastructure, it is called **Infrastructure as code

    3.2K10编辑于 2022-12-29
  • 来自专栏码匠的流水账

    聊聊golang的DDD项目结构

    _food_app.go |____food_app_test.go |____user_app.go |____user_app_test.go application层主要是调用domain层与infrastructure food_repository.go | |____user_repository.go domain层主要是定义了entity,以及repository接口;entity里头会包含一些领域逻辑 infrastructure food-app-server/infrastructure infrastructure git:(master) tree . 这几层;其中domain层不依赖其他层,它定义repository接口,infrastructure层会实现;application层会调用domain、infrastructure层;interfaces 层一般调用application层或者infrastructure层。

    1.7K30发布于 2021-03-12
  • 来自专栏码匠的流水账

    聊聊golang的DDD项目结构

    __food_app.go |____food_app_test.go |____user_app.go |____user_app_test.go application层主要是调用domain层与infrastructure __food_repository.go | |____user_repository.go domain层主要是定义了entity,以及repository接口;entity里头会包含一些领域逻辑 infrastructure food-app-server/infrastructure infrastructure git:(master) tree . 这几层;其中domain层不依赖其他层,它定义repository接口,infrastructure层会实现;application层会调用domain、infrastructure层;interfaces 层一般调用application层或者infrastructure层。

    1.6K20发布于 2021-03-24
  • 来自专栏嘿dotNet

    Asp.Net Core 3.1 获取不到Post、Put请求的内容 System.NotSupportedException Specified method is not supported

    ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker InvokeActionMethodAsync>g__Logged|12_1(ControllerActionInvoker invoker) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker (ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next of stack trace from previous location where exception was thrown --- at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker

    2.9K10发布于 2020-09-11
  • 来自专栏码匠的流水账

    聊聊go-ddd-sample

    CleanArchitecture.jpg 项目结构 ├── _sql ├── application ├── config ├── domain │ └── repository ├── infrastructure │ └── persistence │ └── testdata └── interfaces └── testdata 这里分为application、domain、infrastructure { return err } return i.Repository.Save(ctx, u) } applicatioin层调用domain层来进行业务编排 infrastructure /_sql/schema.sql │ └── users.yml ├── user_repository.go └── user_repository_test.go infrastructure 、interfaces四层,其中domain定义repository接口,infrastructure层实现该接口,application层通过domain来编排业务逻辑,interfaces层则基于net

    85981发布于 2021-03-23
  • 来自专栏码匠的流水账

    聊聊go-ddd-sample

    序 本文主要赏析一下go-ddd-sample 项目结构 ├── _sql ├── application ├── config ├── domain │ └── repository ├── infrastructure │ └── persistence │ └── testdata └── interfaces └── testdata 这里分为application、domain、infrastructure nil { return err } return i.Repository.Save(ctx, u) } applicatioin层调用domain层来进行业务编排 infrastructure /_sql/schema.sql │ └── users.yml ├── user_repository.go └── user_repository_test.go infrastructure 、interfaces四层,其中domain定义repository接口,infrastructure层实现该接口,application层通过domain来编排业务逻辑,interfaces层则基于net

    46020发布于 2021-03-24
  • 来自专栏老付的网络博客

    DDD 架构思考和实践

    首先先搭建好项目的基本架构 ,一共分为 4 层:infrastructure,domain,application,UI 层 infrastructure 基础层 这个层主要负责基础类的维护和基类的存放 同样对于 D B访问来说,为了防止 Db 的访问有变(可能存在过度设计),也对访问 Db 做了隔离,在 Domain 仅仅定义接口实现,具体由 infrastructure-repositories 模块实现 infrastructure-translators和infrastructure-repositories infrastructure-translators 这个是爬虫业务的实现项目,主要功能是爬虫数据爬取和转换 ,这个项目依赖 Domain 模块,同样在 Domain 中也使用了注入的功能实现了对 infrastructure-translators 的引用,这样实现了依赖的倒置和服务的引用的隔离(此处说法可能不太准确 同样这个模块也实现绝大多数数据聚合的逻辑,这样 Domain 模块就变成了薄薄的一层工厂引用了 如果非爬虫的数据的访问可以直接使用 infrastructure-repositories 这个模块的类来实现数据的读取

    45520编辑于 2023-10-17
  • 来自专栏黑客下午茶

    flux2+kustomize+helm+github 多集群 GitOps 云原生渐进式交付

    /infrastructure/ ├── nginx │ ├── kustomization.yaml │ ├── namespace.yaml │ └── release.yaml ├── /clusters/ ├── production │ ├── apps.yaml │ └── infrastructure.yaml └── staging ├── apps.yaml /infrastructure 请注意,使用 path: . /production/infrastructure.yaml - .. /production/apps.yaml 请注意,除了 flux-system kustomize overlay,我们还包括来自 production 目录的 infrastructure 和 apps

    1.4K10发布于 2021-07-07
  • 来自专栏林德熙的博客

    asp dotnet core 提示 Cannot access a disposed object 解决方法

    (ActionContext context, FileStreamResult result) Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker invoker, Task lastTask, State next, Scope scope, object state, bool isCompleted) Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow (ResultExecutedContextSealed context) Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.ResultNext () Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker. invoker, Task lastTask, State next, Scope scope, object state, bool isCompleted) Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker

    3K30发布于 2020-02-17
  • 来自专栏后台及大数据开发

    kubernetes集群搭建(3):master节点安装

    container #KUBELET_POD_INFRA_CONTAINER="--pod-infra-container-image=registry.access.redhat.com/rhel7/pod-infrastructure :latest" KUBELET_POD_INFRA_CONTAINER="--pod-infra-container-image=192.168.100.6:5000/rhel7/pod-infrastructure :1.0 为私库中的地址,默认配置文件中地址被和谐了,所以可以获取其他镜像源到本地私库 [root@localhost ~]# docker images |grep pod-infrastructure 127.0.0.1:5000/rhel7/pod-infrastructure 1.0 adf142596532 8 months ago 206 MB docker.io/jqka/pod-infrastructure

    1.1K30发布于 2018-08-02
  • 来自专栏GEE数据专栏,GEE学习专栏,GEE错误集等专栏

    Google Earth Engine(GEE) ——统一的全球关键基础设施和指数(CISI)数据集

    A spatially-explicit harmonized global dataset of critical infrastructure. A spatially-explicit harmonized global dataset of critical infrastructure (v1.0.0.) [Data set]. zenodo.4957647 代码: var global_CISI = ee.Image("projects/sat-io/open-datasets/CISI/global_CISI"), infrastructure = ee.ImageCollection("projects/sat-io/open-datasets/CISI/amount_infrastructure"); //导入可视化图层包 var palettes = require('users/samapriya/utils:palettes'); print(infrastructure.aggregate_array('id_no')) //加载图层

    39211编辑于 2024-02-02
领券