http状态码413

Posted by 夏泽民

通过post上传文件过大时,会出现413错误码;前端打开开发者模式,在输出台的位置会出现:



mark and sweep

Posted by 夏泽民

golang的垃圾回收采用的是 标记-清理(Mark-and-Sweep) 算法



phpgc

Posted by 夏泽民

以前的 php 用到的引用计数内存机制,无法处理循环的引用内存泄漏。然而 5.3.0 PHP 使用文章» 引用计数系统中的同步周期回收(Concurrent Cycle Collection in Reference Counted Systems)中的同步算法,来处理这个内存泄漏问题。



gc 发展

Posted by 夏泽民
  1. Golang GC 发展


fpm_scoreboard

Posted by 夏泽民

fpm_scoreboard(以下简称scoreboard模块)是PHP-FPM核心功能之一,源码位于sapi/fpm/fpm_scoreboard.c。从字面意思理解是一个”记分器”,实际上,是FPM内置的一个worker进程统计功能模块。 scoreboard模块定义fpm_scoreboard_s和fpm_scoreboard_proc_s两种数据结构。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required