I recently had to turn on web gardening on my windows 2008 box for my web site to handle the load it was receiving. This is something that will have to stay turned on as we continue to increase our traffic everymonth.
Turning this on effectively stopped forum searches from working properly, and I suspect it probably destroyed some other functionality.
We've already been running with the setting to store sessions in the DB so I know that's not the issue. It has to do with the application variables.
I set this option Const blnUseApplicationVariables = false in the forum setup file, but it didn't seem to make a difference. I created a script to see what application variables are created and the forum still seems to be creating them even with this setting set to false.
I'm very experienced in ASP and thought I'd try this post before diving in to try and fix it myself.
Any help Bruce or anyone?