Bill Webster <b...@year0.com.au> wrote:
> Sorry for not being clear enough.
> 
> I meant something that released all open files, blob handles, statement
> handles etc., without terminating the process.
> 
> I guess that this must've been considered and that there is a practical or
> philosophical objection to it.

If your program is in a state where it has completely lost track of its 
resources (if it hasn't, it can just clean them up normally), then it's not 
clear how it can continue executing and still do something reasonable after 
such a drastic intervention.
-- 
Igor Tandetnik

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to