V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  aladdinding  ›  全部回复第 3 页 / 共 13 页
回复总数  253
1  2  3  4  5  6  7  8  9  10 ... 13  
2023-07-15 10:19:51 +08:00
回复了 robking 创建的主题 Kubernetes k8s 前景
绝对比写业务好
2023-07-10 18:55:24 +08:00
回复了 thinkm 创建的主题 程序员 如何帮一个文科生女性用上 ChatGPT
人工代理
2023-07-03 09:29:16 +08:00
回复了 harlansboy 创建的主题 程序员 Mac 版本的剪贴板工具 v1.0.0 发布
觉得 window 更需要这类 app
2023-06-21 13:39:00 +08:00
回复了 busterian 创建的主题 程序员 好消息: ddr5 内存条价格崩了
抱歉 Apple 还是 8g 1500 大洋
2023-06-15 18:06:24 +08:00
回复了 aladdinding 创建的主题 问与答 有没有懂 cpu 的大佬, i5 8xxx 和 i3 9xxx 哪个更值得买
看了大家的评价 优先看核心数,所以选择 i5 了
2023-06-15 18:05:51 +08:00
回复了 aladdinding 创建的主题 问与答 有没有懂 cpu 的大佬, i5 8xxx 和 i3 9xxx 哪个更值得买
@coolmint 同黑苹果,m 系列出来就脱坑了,这个就留着上网了
2023-06-06 10:35:01 +08:00
回复了 BeforeTooLate 创建的主题 Apple MacBook Air 新 15 寸怎么样,值得入手吗?
8 + 256 就算了吧
2023-05-27 15:17:53 +08:00
回复了 nigga 创建的主题 NGINX 最好的免费开源 Nginx 监控审计日志工具?
腾讯云日志服务
2023-05-08 09:58:14 +08:00
回复了 wwvvance 创建的主题 Go 编程语言 go net/http header 的使用疑问
因为 http header 可以重复多次 比如 cookie
推特你关注一个活跃大佬,就会慢慢给你推送的
重写 conn 的 read 方法就行了,可以看下 cmux 这个库
2023-04-20 13:43:51 +08:00
回复了 iorilu 创建的主题 程序员 现在还有多少开发觉得一定要用 mac 的
win 找个好用的剪切板历史都找不到
2023-04-07 14:07:25 +08:00
回复了 Andor_Chen 创建的主题 推广 送几本“通透”的《流畅的 Python (第 2 版)》
冲冲冲
2023-04-03 15:49:08 +08:00
回复了 aladdinding 创建的主题 问与答 go net/http transport 内存泄漏
@picone 准确的说还有 proxy

// connectMethod is the map key (in its String form) for keeping persistent
// TCP connections alive for subsequent HTTP requests.
//
// A connect method may be of the following types:
//
// connectMethod.key().String() Description
// ------------------------------ -------------------------
// |http|foo.com http directly to server, no proxy
// |https|foo.com https directly to server, no proxy
// |https,h1|foo.com https directly to server w/o HTTP/2, no proxy
// http://proxy.com|https|foo.com http to proxy, then CONNECT to foo.com
// http://proxy.com|http http to proxy, http to anywhere after that
// socks5://proxy.com|http|foo.com socks5 to proxy, then http to foo.com
// socks5://proxy.com|https|foo.com socks5 to proxy, then https to foo.com
// https://proxy.com|https|foo.com https to proxy, then CONNECT to foo.com
// https://proxy.com|http https to proxy, http to anywhere after that
type connectMethod struct {
_ incomparable
proxyURL *url.URL // nil for no proxy, else full proxy URL
targetScheme string // "http" or "https"
// If proxyURL specifies an http or https proxy, and targetScheme is http (not https),
// then targetAddr is not included in the connect method key, because the socket can
// be reused for different targetAddr values.
targetAddr string
onlyH1 bool // whether to disable HTTP/2 and force HTTP/1
}
2023-04-03 15:38:35 +08:00
回复了 aladdinding 创建的主题 问与答 go net/http transport 内存泄漏
@Reficul MaxIdleConns MaxIdleConns 默认都是 0 ,没有限制的
2023-04-03 15:37:57 +08:00
回复了 aladdinding 创建的主题 问与答 go net/http transport 内存泄漏
@sadfQED2 加了 DisableKeepAlives:true 临时解决的
2023-04-03 15:37:34 +08:00
回复了 aladdinding 创建的主题 问与答 go net/http transport 内存泄漏
@aladdinding 对外请求是很多域名+不同的 http 代理
2023-04-03 15:36:45 +08:00
回复了 aladdinding 创建的主题 问与答 go net/http transport 内存泄漏
@picone transport 加了 DisableKeepAlives:true 就没有内存泄漏了,

但是我看代码,加了后会在 header 加入 connection:close ,如果目标网站识别到 close ,主动关闭连接的话,就用不了长连接了

对外请求是很多郁闷,而且还有很多代理,通过 connectMethodKey 来看,连接池会有很多连接,但是我设置了 IdleConnTimeout 为 15s 了,应该也不会出现内存泄漏
2023-04-03 10:57:34 +08:00
回复了 aladdinding 创建的主题 问与答 go net/http transport 内存泄漏
@picone 是用了连接池,内存变化是缓慢增长,看 github 也是有一样的 issue ,但是也没讲出问题原因是什么
2023-03-27 09:40:20 +08:00
回复了 cxykhaos 创建的主题 程序员 新手一起交流 golang
google 一分钟,吹水一小时
1  2  3  4  5  6  7  8  9  10 ... 13  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1064 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 19:20 · PVG 03:20 · LAX 11:20 · JFK 14:20
Developed with CodeLauncher
♥ Do have faith in what you're doing.