Subject Re: SuperServer + background + interval + sweep = thread?
Author Dmitry Yemanov
13.01.2014 13:49, fernnaj wrote:
>
> I would like to understand the automatic sweeping in the case of a 2.5.x SuperServer, with GCPolicy=background and non-zero interval.
>
> The policy 'background' suggests that it's a background thread - and not the query workers - that will perform the actual sweep.

GCPolicy is about the garbage collection, not about the sweep.

> So, is this also true for the automatic sweep - that it will be done in the background thread?

In SuperServer, sweep always runs in a separate thread.


Dmitry