Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82600 --- shadow/82600 2007-08-26 18:18:55.000000000 -0400 +++ shadow/82600.tmp.6004 2007-08-26 18:18:55.000000000 -0400 @@ -0,0 +1,29 @@ +Bug#: 82600 +Product: Mono: Class Libraries +Version: 1.2 +OS: +OS Details: FC6 +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Make TraceData more memory-efficient + +Right now, TraceData creates a few DataTables and adds the trace data to +those tables. That's a pretty wasteful way to store the data. + +Try requesting a page containing a Repeater (with a few data binding +expressions in the ItemTemplate) and you'll have to say goodbye to a few +MBs. My record so far is 300MB with one single request (a repeater bound to +a large array was involved). + +Replacing those DataTables with simple structs will bring TraceData's +appetite back to reasonable levels. I'll try to make a patch if I find the +time. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
