Disable DatabaseServerMessenger on single server instance application
Hi,
We have an application that runs on a single server. There's no load balancing nor is there a need for any distributed data sharing.
When running MiniProfiler we see [DatabaseServerMessenger] database calls on every page execution. It's my understanding that the [DatabaseServerMessenger] is used to sync updates/instructions in load balanced environments.
Is there anyway to disable this (umbracoSettings.config setting?) in a single server environment?
Disable DatabaseServerMessenger on single server instance application
Hi,
We have an application that runs on a single server. There's no load balancing nor is there a need for any distributed data sharing.
When running MiniProfiler we see [DatabaseServerMessenger] database calls on every page execution. It's my understanding that the [DatabaseServerMessenger] is used to sync updates/instructions in load balanced environments.
Is there anyway to disable this (umbracoSettings.config setting?) in a single server environment?
Thanks
Zac
Hi Zac,
Maybe you can try this setting : https://our.umbraco.org/documentation/Reference/Config/webconfig/#umbracodisableelectionforsingleserver-umbraco-v76
But the description says it is only used for disabling the master slave selection.
Dave
I raised an issue about this, as it didn't seem right to me, but not much seems to have happened...
http://issues.umbraco.org/issue/U4-10698
Though this blog post from Stephan (HQ) adds more light:
https://www.zpqrtbnk.net/posts/the-invisible-load-balancing
is working on a reply...