Dear Antonio,
in the old days memory and resources were more valuable than today and so it happened to me sometimes to use db_release_unused_handles.
Let's suppose you have a long running program that reads a number of rows building a list of lists and then processes heavily every single line before finishing: I think it could make sense to release the handles before starting the processing.
Ciao,
Claudio