On 17 mai, 14:36, Martín Mulone <[email protected]> wrote: > Pierreth I'm testing this, and it all seem to work very well, nice feature > indeed!.
:-) >I'm looking for memory leak but it's seem stable in my notebook. I > already rewrite powerpack, to support this, at first sigth it's double the > speed from the old way putting all in models (I have many models). Indeed, models are run at each request. This can be very time consuming. Moving everything in modules that does not need to be run each request is a good idea.

