Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] bug 43348 Long workbench shutdown times

> 
> Here's a patch that simplifies how workspace scopes are built - instead of 
> getting info from the CModelManager, we go straight to the workspace. This 
> will improve shutdown/search performance. 
> 
> Automation suite run on Windows + Linux. 
> 

Why ?  8-)

Not that I question the patch, I wonder why.  Why beeing a listener to the
CModelManager makes shutdown() performance so bad.  I would like
to know so we can fix things for the future.
The PR was; when we call shutdown(), the indexer starts reindexing again
and for a big project, shutdown time is in term of minutes.




Back to the top