[Sqlrelay-discussion] maxlisteners=-1, sqlr-scaler will not start
Brought to you by:
mused
|
From: keith <ke...@sc...> - 2007-07-13 01:54:52
|
Hi,
May I know the rational behind when maxlisteners is set to -1, which is
the default, sqlr-scaler will not start.
I was trying to figure out why sqlr-scaler did not start initially until
i read this from sqlrconfigfile.C
bool sqlrconfigfile::getDynamicScaling() {
return (maxconnections>connections && growby>0 && ttl>0 &&
maxqueuelength<=maxlisteners);
Thanks.
Keith
|