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

解决 ProcessPool 中的 fork() failed, Error: Resource temporarily unavailable[11] 错误

踩坑教训
Cannot assign requested address 踩坑及解决方案

解决 "Cannot assign requested address" 错误的踩坑及解决方案

踩坑教训
[踩坑] Websocket 增量推送

最近开发新功能 有借助 webscocket 推送行情.
发现一个问题, 增量推送 存在丢包现象;
原因:

踩坑教训
Centos7 PHP 获取时间异常 取到时间比真实时间快十几分钟

在 CentOS 7 上,如果 PHP 获取的时间比真实时间快十几分钟,通常是由于系统时间设置不正确或时区配置问题。以下是解决此问题的步骤。

踩坑教训
Uncaught Swoole\Coroutine\Http\Client\Exception: you must configure with `--enable-openssl`

Fatal error: Uncaught Swoole\Coroutine\Http\Client\Exception: you must configure with --enable-openssl to support SSL connection when compiling Swoole