由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - zookeeper问题
相关主题
请教几个C++问题what is the difference?
Synthesized Constructor到底什么意思?问个构造函数的问题
[合集] 又学了一招菜鸟请教smart pointer
请教个Bloomberg 的 C++ 题目OSGI到底是干什么用的?
Is the order of initialization a, b, c or c, b, a?古德巴大牛,请看这个设计题
一个c++ constructor的问题, thankswwzz家也转node了。
question about Design Patterns掏钱买support的的确都是脑子进水的
c++ question最近在复习分布式系统,有前辈在工作中用到那些理论知识么
相关话题的讨论汇总
话题: zookeeper话题: connection话题: return话题: async
进入Programming版参与讨论
1 (共1页)
r***s
发帖数: 737
1
Zookeeper document says, the constructor of ZooKeeper class may return
before the connection to the server is established, cause the I/O operation
is async.
My question is, in the case that the connection is not yet established after
the constructor return, then if a ZooKeeper.Create method (sync version) is
called, would it block and finish after the connection is established? or
would it return an error code? What about the async version?
1 (共1页)
进入Programming版参与讨论
相关主题
最近在复习分布式系统,有前辈在工作中用到那些理论知识么Is the order of initialization a, b, c or c, b, a?
互联网这一波泡沫怕是快要退去了一个c++ constructor的问题, thanks
这文章貌似说明了Java EE对多核编程的看法。question about Design Patterns
zookeeper 这种牛鼻软件都是apache自己的人写的?c++ question
请教几个C++问题what is the difference?
Synthesized Constructor到底什么意思?问个构造函数的问题
[合集] 又学了一招菜鸟请教smart pointer
请教个Bloomberg 的 C++ 题目OSGI到底是干什么用的?
相关话题的讨论汇总
话题: zookeeper话题: connection话题: return话题: async