You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using php_zookeeper under FCGI mode, it causes servers frequently create and close zookeeper sessions, and generate a lot of log lines.
I'v noticed that the 4th parameter of function zookeeper_init is always set to 0.
Is there any better idea to reuse zookeeper session that former script created?
When using php_zookeeper under FCGI mode, it causes servers frequently create and close zookeeper sessions, and generate a lot of log lines.
I'v noticed that the 4th parameter of function
zookeeper_init
is always set to 0.Is there any better idea to reuse zookeeper session that former script created?
The text was updated successfully, but these errors were encountered: