Re: [Firebird-net-provider] Memory leak in ASP.NET pages showing

2008-09-25 Thread Mercea Paul
> Sorry about that. On XP, the process is named "aspnet_wp.exe" and on > Windows Server 2003 it is "w3wp.exe". Basically it is the task > handling the > ASP.NET. However, it only happens when I access the firebird database. > [PM] Can you try to open your connection before execution and clos

Re: [Firebird-net-provider] Memory leak in ASP.NET pages showing

2008-09-25 Thread Carlos
Hello: Sorry about that. On XP, the process is named "aspnet_wp.exe" and on > Windows Server 2003 it is "w3wp.exe". Basically it is the task handling > the > ASP.NET. However, it only happens when I access the firebird database. Are you calling Dispose on all provider instances if classes cla

Re: [Firebird-net-provider] Memory leak in ASP.NET pages showing

2008-09-25 Thread Mark
Sorry about that. On XP, the process is named "aspnet_wp.exe" and on Windows Server 2003 it is "w3wp.exe". Basically it is the task handling the ASP.NET. However, it only happens when I access the firebird database. Thanks, Mark ""Mercea Paul"" <[EMAIL PROTECTED]> wrote in message news:!&!

Re: [Firebird-net-provider] Memory leak in ASP.NET pages showing a gridView accessing FirebirdSql.Data.FirebirdClient.dll

2008-09-24 Thread Mercea Paul
> I have a memory leak issue. I have two ASP.NET pages that just have a > timer > that updates a label. One page also has a gridView that shows a little > data. > > The page with just the label stays at a set memory usage. The page > with the > GridView keeps slowly taking more and more memory.

[Firebird-net-provider] Memory leak in ASP.NET pages showing a gridView accessing FirebirdSql.Data.FirebirdClient.dll

2008-09-24 Thread Mark
I have a memory leak issue. I have two ASP.NET pages that just have a timer that updates a label. One page also has a gridView that shows a little data. The page with just the label stays at a set memory usage. The page with the GridView keeps slowly taking more and more memory. On Server 2