From:
<car...@te...> - 2002-11-19 10:04:49
|
Hello: > there was no problems with builds... except one... > I downloaded sourcer builded it and rune, but there was PInvoke exception > every FbConnection.Open()... i was working on it 4 hours, but i was > not able > ot make it work... > And where was problem??? Probably you commited not buildable sources to > CVS... evening i went home, downloaded new sources and it was working > correctlly... PLEASE TRY TO COMMIT ONLY COMPILABLE SOURCES :-) From now i > will work on tests hard, so dont make me crazy with not compillable :-) Ok, sorry, i always try to make cvs sources compilables :)) > > Large buffers work... tested on aprox. 300 tests and different > databases... > Biggest was 2Gb database with 32k varchar fields and "select * from" > worked > correctlly all times... Ok, thanks very much for this. > > ConnectionPooling was working too without problems. Performance is > good, but > it is still not screaming (but it is still excelent)... And i think, > that i > found there rare conditions there... I will check sources if there is > complete locking done... There can be some problems with detaching to databases when the application ends, i´m viewing how the gc works for trying to solve this. > Can you advice me how to debug memory leaks in .NET, becouse my > program was > growing in memory significantly even i called GC manually... I´m viewing this too :)))) See this (can be helful, i´m going to view it too): http://msdn.microsoft.com/msdnmag/issues/1100/GCI/default.aspx http://msdn.microsoft.com/msdnmag/issues/1200/gci2/default.aspx Best regards Carlos Guzmán Álvarez Vigo-Spain |