From:
<car...@te...> - 2003-02-11 11:38:26
|
Hello: > DISPOSE IS WORKING... YESSSSSSSSSS..... Great!! :) > Firebird is still growing, but not so fast... milion times slower :) Thanx > for this.... Try without Forced writes, it will be faster but less secure :) > i think, that in one of yours post may be in help i dont know right now you > said, that you cannot close connection and still work with reader or > command, so what about to make connection.close() to dispose all associated > objects??? I can see it. > becouse before i was trying to force garbage collection in each > cycle (did not help), so i think, that disposing command and readers is too > dificult for GC (stupid GC)... This is not a real GC problem, the resources that i free in Dispose call are allocated in Firebird server and i can make it in class finalizares because all object are already collected when it's executed, this is the reason for call to Dispose ( as i know this is needed in all .net providers :) ). > i think that this is serious proble and HAVE > to be solved, becouse without this provider is useless for hevy load... > > and sorry for HTML post before... it's Nothing :) -- Best regards Carlos Guzmán Álvarez Vigo-Spain "No tengo dones especiales.Sólo soy apasionadamente curioso" Albert Einstein, científico. |