我通过httpc:request
获取网址内容我运行了一个10万个httpc:httpc:request,
的生成过程但数据总是达到每秒0.5MB的最大速度
我的互联网频道每秒1000MB
我需要做什么设置才能使httpc:每秒请求1000MB?
我的代码中的一些元素
ok = ensure_start(ssl),
ok = ensure_start(inets),
ok = httpc:set_options([{max_sessions, 2000000}, {pipeline_timeout, 20000} ], default),