YAFLogo

Posted by: BWG - Tuesday, 22 October 2024 22:46:24
Hi, I'm periodically seeing the IIS Worker Process spiking to the extent that I've had to throttle it. It's assigned exclusively to YAF. I created a dump file from the process and noticed something like this in it: AA001 Thread pool thread or asynchronous task blocked on a synchronous call [i]5 threads are performing asynchronous work in method 'System.Web.UI.Page.ProcessRequestMainAsync(bool, bool)' but are waiting on a synchronous call to method.[/i] Based on information from Claude I've tried adding [i]asyncTimeout="100" [/i]to the pages section in the web.config to see if it helps. Any ideas? V3.2.6 Thanks Brian

Posted by: tha_watcha - Saturday, 26 October 2024 07:41:41
The only process would be the search indexer, but this only runs one time a day.

Posted by: BWG - Saturday, 26 October 2024 07:50:21
Can I disable Search Indexer from the Admin interface? If not, how can I disable it in code?

Posted by: tha_watcha - Saturday, 26 October 2024 08:15:04
[quote=BWG;74295]Can I disable Search Indexer from the Admin interface? If not, how can I disable it in code?[/quote] No, it cant be disabled. But i remember the indexer crawls the entire forum posts every time This issue was fixed in 3.2.7

Posted by: tha_watcha - Saturday, 26 October 2024 08:15:05
[quote=BWG;74295]Can I disable Search Indexer from the Admin interface? If not, how can I disable it in code?[/quote] No, it cant be disabled. But i remember the indexer crawls the entire forum posts every time This issue was fixed in 3.2.7

Posted by: BWG - Saturday, 26 October 2024 13:21:34
[quote=tha_watcha;74297] [quote=BWG;74295]Can I disable Search Indexer from the Admin interface? If not, how can I disable it in code?[/quote] No, it cant be disabled. But i remember the indexer crawls the entire forum posts every time This issue was fixed in 3.2.7[/quote] I've just upgraded to 3.2.7 so will monitor CPU usage. PS: I noticed the move topic doesn't appear to be working in 3.2.7, so I assume those commits (linked in the other thread) need to be applied.  Edit: I'm still seeing the IIS worker process spiking intermittently after upgrading to 3.2.7. It usually normalises after a relatively short period of time, perhaps a minute or two. I'll investigate further. The main forum has 666 pages of threads which go back about 10 years.

Posted by: BWG - Tuesday, 17 December 2024 12:49:12
I thought I should provide an update on this. Since tightening bot access at the CDN level the spiking issue appears to have more or less gone away. Therefore, it looks like the issue only occurs when automated bots are very active.