Fabio Lisboa schrieb: > Hi, > > The QxRemoteRequest objects are automatically destroyed by the events "_ > oncompleted", "_ onaborted", etc. > > But I believe that this is not adjusted, therefore (1) It is > impracticable to make the reuse of these objects, forcing the creation > of a new object to each request and (2) as these objects > (QxRemoteRequest ) are created by the programmer, most natural would be > that the programmer was the responsible one for destroying them.
Reusing objects isn't possible with each object. There may be deps you don't know off. t's more clear to auto-dispose them in my opinion or to handle this pooling internally. There is a open bug regarding this topic to build-in some advanced pooling directly in qooxdoo. http://bugzilla.qooxdoo.org/show_bug.cgi?id=40 Sebastian > > thanks, > Fabio > > > > > _______________________________________________ > Qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
