Karp 的技术博客
踩坑教训
Swoole 抛错 : WARNING ProcessPool::spawn(): fork() failed, Error: Resource temporarily unavailable[11]

这个错误表示在Swoole中使用ProcessPool::spawn()方法创建子进程时,fork()系统调用失败了。错误消息中的"Resource temporarily unavailable"表示资源暂时不可用,错误码为11。

踩坑教训
[踩坑] 解决nginx反向代理proxy不能转发header报头

今天发现生产环境自定义透传字段 头部转发IP, 错误.

踩坑教训
MySQL 性能优化:碎片整理

MySQL 碎片是什么

踩坑教训
Linux fork: retry: No child processes

记录一下今天踩的坑.

踩坑教训
[踩坑] PHP file_get_contents() returns "failed to open stream: HTTP request failed!"

从此拒绝再使用 file_get_contents 请求网络地址.