Hi All,
I have a question w/r/t the freeing of IDbCommand instances... it seems that if .Dispose is not called on these instances the Firebird server instance grows significantly over time. I understand that calling .Dispose on these is in general a good practice, however, I do believe that these should be disposed of during a normal GC as well.
Are these normally disposed during GC? Will GC.Collect() cause them all to be immediately disposed of?
If not, applications could easily suffer from spurious leaks due to issues with the common best practices for calling .Dispose on heavy objects within .Net.
Thanks,
Jess
- [Firebird-net-provider] Freeing of IDbCommand Inst... Jesse Sightler
- Re: [Firebird-net-provider] Freeing of IDbCom... Carlos Guzmán Álvarez
- Re: [Firebird-net-provider] Freeing of ID... Jesse Sightler
