首页
学习
活动
专区
工具
TVP
发布

云计算与大数据

专栏作者
275
文章
347603
阅读量
23
订阅数
linux | 网络数据包softirq 软中断与CPU
softirqs 是在 Linux 内核编译时就确定好的,例如网络收包对应的 NET_RX_SOFTIRQ 软中断。因此是一种静态机制。如果想加一种新 softirq 类型,就需要修改并重新编译内核。
heidsoft
2023-03-18
2.6K0
Linux Netlink
When you are writing a linux application that needs either kernel to userspace communications or userspace to kernel communications, the typical answer is to use ioctl and sockets.
heidsoft
2023-03-18
1.1K0
云原生|k8s api-server代码了解
/Users/heidsoft/go/src/k8s.io/kubernetes/cmd/kube-apiserver/app/server.go
heidsoft
2023-03-18
2160
编译器|LLVM Compiler System
LLVM makes it easier to not only create new languages, but to enhance the development of existing ones. It provides tools for automating many of the most thankless parts of the task of language creation: creating a compiler, porting the outputted code to multiple platforms and architectures, generating architecture-specific optimizations such as vectorization, and writing code to handle common language metaphors like exceptions. Its liberal licensing means it can be freely reused as a software component or deployed as a service.
heidsoft
2022-04-18
7820
云原生|Operator本质
CoreOS 在 2016 年底提出了 Operator 的概念,当时的一段官方定义如下:
heidsoft
2020-09-23
1.2K0
es|路由一个文档到一个分片
当索引一个文档的时候,文档会被存储到一个主分片中。 Elasticsearch 如何知道一个文档应该存放到哪个分片中呢?当我们创建文档时,它如何决定这个文档应当被存储在分片 1 还是分片 2 中呢?
heidsoft
2019-06-19
6380
Envoy——Service Mesh体系中的私人订制,把你安排得明明白白!
最近因工作原因开始了解Service Mesh与Envoy,为系统性梳理所学内容,因此沉淀了此文档,但由于所知有限,如文档中有描述不当之处,希望不吝赐教。
heidsoft
2018-12-18
1.5K0
研发:认识反射型攻击放大效果
“肉鸡”这个黑客术语指的是被黑客秘密控制的主机,当“肉鸡”规模达到一定程度之后就会出现不易管理的问题,为了解决管理的问题,出现了相应的网络技术,于是就出现了僵尸网络。
heidsoft
2018-10-18
8760
没有更多了
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档