Re: [Mono-dev] [PATCH] XmlSchemeExporter for typed DataTable

2008-02-03 Thread Atsushi Eno
You have already committed your wrongly-formatted patch. Anyways: > Modified: > trunk/mcs/class/System.XML/System.Xml.Serialization/XmlSchemaExporter.cs > === > --- trunk/mcs/class/System.XML/System.Xml.Serialization/XmlSchemaExport

Re: [Mono-dev] Mono 1.9.0 Preview 1+ is out!!

2008-02-03 Thread Laurent Debacker
Hi Przemyslaw, There is no way that the developers working on asp.net will find the bug if you just say that it segs fault. Thomas gave a link to http://www.mono-project.com/Bugs especially to help users provide good bug reports. The minimum would be to provide the stack trace, at least. Afterward

Re: [Mono-dev] [PATCH] XmlSchemeExporter for typed DataTable

2008-02-03 Thread Arina Itkes
Ok. I moved the test to System.Data. Please explain your claim about coding style. I didn't understand. Arina. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atsushi Eno Sent: Tuesday, January 29, 2008 8:09 PM To: mono-devel-list@lists.ximian.com Subjec

Re: [Mono-dev] Performance problem with System.Data

2008-02-03 Thread Nagappan A
Hi Kosta, I haven't executed / compiled any of the programs :) FYI. Attaching what ever with me. Thanks Nagappan On Feb 3, 2008 12:02 AM, Konstantin Triger <[EMAIL PROTECTED]> wrote: > Hi Nagappan, > > > > As far as I know, when adding many records, the suggested usage of > DataTable is [Begi

Re: [Mono-dev] Performance problem with System.Data

2008-02-03 Thread Konstantin Triger
Hi Nagappan, As far as I know, when adding many records, the suggested usage of DataTable is [BeginLoadData -> add records -> EndLoadData]. In this case the performance of both implementation should be roughly similar, but the memory footprint of RBTree will be much higher. Can you pleas