You'll run out of file descriptors on the ZK servers, most likely, and when
you do, the processes will behave VERY badly.
I do not recommend this if you can design some other way.
C
On Mon, Sep 17, 2012 at 6:56 PM, Martin Kou <bitanarch@gmail.com> wrote:
> Hi all,
>
> I'm having a use case where there're potentially millions of client
> processes connected to a Zookeeper cluster, but only a very small
> proportion of them would be actively sending requests or receiving any data
> (say, about 1000 of them every second) at any time. Has anyone tried this
> before?
>
> Best Regards,
> Martin Kou
>
|