On Tue, Nov 18, 2008 at 07:18:09PM -0800, Brock Pytlik wrote: > Webrev: > http://cr.opensolaris.org/~bpytlik/ips-5206-v1/ > > Bug: > http://defect.opensolaris.org/bz/show_bug.cgi?id=5206 > > This addresses some of the memory use issues with the depot. The bug > report contains the analysis, but in short, this begins to address the > issue, but doesn't sole it entirely. > > Thanks, > Brock
query_engine.py: (general comment) Is there a way to re-organize search() so that both search_done() and query_finished() could be removed? It seems a little complicated that the caller of search() also then has to call query_finished() -> search_done(). It seems it would simplify it if search() could handle the work of search_done(). Maybe I'm just missing some context. Thanks, Brad _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
