http://issues.apache.org/bugzilla/show_bug.cgi?id=43240
--- Comment #24 from Andreas Hartmann <[EMAIL PROTECTED]> 2008-02-26 16:02:30 --- I did some memory profiling with the MultiWorkflow usecase and noticed two problems: 1. Continuations aren't invalidated and eat up memory. 2. The MultiWorkflow usecase creates a continuation but doesn't need one. I have added some code to invalidate the continuation to usecases.js and added the createContinuation="false" attribute to the MultiWorkflow view declaration. We should be very careful to add this attribute to all view declarations which don't need a continuation. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
