feisuzhu 最近的时间轴更新
feisuzhu's repos on GitHub
30 人关注
gprinter-cups
佳博热敏小票打印机 Linux (CUPS) 驱动
Assembly · 15 人关注
dotacheater
A proof of concept DotA cheater, written in x86 asm, supports war3 1.24e only.
Python · 4 人关注
docker-upload-appliance
Upload backend for jQuery-File-Upload, dockerized.
Python · 2 人关注
bilibili-up
用我自己的方式守护着我爱的这个网站
Vim Script · 2 人关注
dotfiles
My dotfiles
C++ · 2 人关注
flashlocker
Lock your Windows .exe app with usb drives.
Assembly · 1 人关注
hideinbitmap
Hide your files in bitmap.
C · 1 人关注
jasstool
Tool for pretty-printing and manual-deobfuscating war3 jass script.
0 人关注
accelerate
🚀 A simple way to train and use PyTorch models with multi-GPU, TPU, mixed-precision
Rust · 0 人关注
actix
Actor framework for Rust
HTML · 0 人关注
api-docs
Python · 0 人关注
beanstalk-cli
Interactive client for beanstalk.
TypeScript · 0 人关注
bitcoin
Bitcoin Core integration/staging tree
C · 0 人关注
blooom
python bloomfilter
0 人关注
clickhouse-rs
Asynchronous ClickHouse client library for Rust programming language.
0 人关注
cpython
Semi-official read-only mirror of the CPython Mercurial repository
Python · 0 人关注
dbs.thb.io
The website
0 人关注
DeepFaceLab
DeepFaceLab is the leading software for creating deepfakes.
0 人关注
difftaichi
10 differentiable physical simulators built with Taichi differentiable programming (DiffTaichi, ICLR 2020)
JavaScript · 0 人关注
doc
doc
CSS · 0 人关注
docs
LeanCloud Documentation
HTML · 0 人关注
docs.taichi.graphics
Home of the Taichi documentation site.
0 人关注
games
:video_game: A list of popular/awesome videos games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
Python · 0 人关注
github2ntfy
Simple web service to transform and forward GitHub Webhook to ntfy.sh notification
0 人关注
graphi-t
Handy tools & graphics API abstraction for blazing fast prototyping
0 人关注
Grasscutter
A server software reimplementation for a certain anime game.
C · 0 人关注
greenlet
Lightweight in-process concurrent programming
0 人关注
Haraka
A fast, highly extensible, and event driven SMTP server
VimL · 0 人关注
ingretu
a Vim GUI color scheme
C · 0 人关注
ixl_unlock
Utility to disable SFP Module Qualification on Intel XL710 network cards
feisuzhu

feisuzhu

thbattle.net
🏢  LeanCloud / DevOps
V2EX 第 39573 号会员,加入于 2013-05-23 17:18:52 +08:00
feisuzhu 最近回复了
2018-04-27 11:27:03 +08:00
回复了 reid2017 创建的主题 程序员 哪家 IM 云服务商比较靠谱
关于 LeanCloud 我就说一句:你应该找不到一家工单做的比 LeanCloud 更好的云服务了,LeanCloud 的工单都是直接发到相应服务负责人那里去的,不是只会回复车轱辘话的人员,而且很快。

利益相关:每天需要回工单的运维人员……
2016-11-30 16:39:48 +08:00
回复了 suomy 创建的主题 全球工单系统 吐槽下 LeanCloud 的咨询反馈途径
囧…… 能说一下工单号么
2016-08-31 23:23:58 +08:00
回复了 4ever911 创建的主题 Python gevent 代码是运行在一个线程里面吗?
1. 不暴力,这样挺好(对你的程序来讲),不会有什么压力。被请求的资源可能就蛋疼了。可以的话还是用 gevent.pool.Pool 吧,就是把 gevent.spawn 改成 pool.spawn ,剩下的活 gevent 都帮你干了。

2. 没明白。如果只是 gevent.spawn 的话,是不会有新线程的(除非底层的代码用了,而且你也没 monkey patch )。
你说的是每个 task 都有自己的调用栈吧?这个是正常的。
@oubushixb 咩哈哈
@nigelvon 晚上人多。论坛上可以直接看到在线人数。
2015-06-09 10:00:29 +08:00
回复了 LeanCloudRRY 创建的主题 LeanCloud 对六月六日 LeanCloud 多项服务发生中断的说明
@phoenixlzx
“也”?
可以分享一下经验么?
2015-06-09 10:00:02 +08:00
回复了 LeanCloudRRY 创建的主题 LeanCloud 对六月六日 LeanCloud 多项服务发生中断的说明
@9hills
出现问题的并不是 mesos-slave 或者 dockerd 本身,而是一个奇怪的 lsof 进程,这个进程只在部署了 mesos-slave 和 docker 的机器上出现。而且并不是 mesos-slave 或者 dockerd 的子进程,并不接受 cgroups 的监管。
2015-06-09 01:07:46 +08:00
回复了 LeanCloudRRY 创建的主题 LeanCloud 对六月六日 LeanCloud 多项服务发生中断的说明
@9hills
我的理解是,docker 是用 cgroups 做资源限制的(直接划等号肯定是不合适)。
所以说“预先用 cgroups 限制”实际是没有必要的,因为 docker 会帮你做。
2015-06-08 22:31:27 +08:00
回复了 LeanCloudRRY 创建的主题 LeanCloud 对六月六日 LeanCloud 多项服务发生中断的说明
@9hills
我们没有使用 mesos 自己的 containerizer,全部都在 docker 上,没有你说的这个问题。
2015-06-08 19:28:56 +08:00
回复了 LeanCloudRRY 创建的主题 LeanCloud 对六月六日 LeanCloud 多项服务发生中断的说明
@9hills
这次事故的导火索其实就是 mesos 和 docker,也就是你建议的 cgroups。(当然不是事故的原因不是 cgroups……
我们刚刚进行了 mongo 的升级,时间规划都是精确到分钟的。都这样了,本以为对 mongo 启动恢复什么的有一定了解,然而还是踩了坑……
(真想把锅丢给 mongo

利益相关: LeanCloud 运维,目测要背锅 _(:з」∠)_
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3031 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 20ms · UTC 12:56 · PVG 20:56 · LAX 04:56 · JFK 07:56
Developed with CodeLauncher
♥ Do have faith in what you're doing.