Re: DataSet across more than 1 page
From: John Saunders (johnwsaundersiii_at_notcoldmail.com)
Date: 08/06/04
- Next message: Juno: "Re: DropDownList.Items.AddRange(liArray) -- Error -- Why?"
- Previous message: Mike: "Question: maintaining focus between pages"
- In reply to: Mike Newton: "Re: DataSet across more than 1 page"
- Next in thread: Ersin Gençtürk: "Re: DataSet across more than 1 page"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 6 Aug 2004 15:41:27 -0400
"Mike Newton" <MNewton@discussions.microsoft.com> wrote in message
news:OLCu2o7eEHA.592@TK2MSFTNGP11.phx.gbl...
> Yes, it does.
>
> Just because it is ASP.NET does not mean that it magically remembers
> object data without using hardware. Datasets are heavy objects to
> store, as well. Ryu might want to try just storing the tables that are
> needed, and not the dataset.
>
> Any time something is stored in session, resources are used. Datasets
> have a lot more excess garbage than DataTables do, which makes storing
> them in session iffy.
Please provide us a link to some research on this.
> ASP.NET in IIS 5 (not 6) still stores state in a single process. It's
> separate from the IIS process, stability is improved, but there still
> are issues.
ASP.NET stores session state in the same process, in another stateserver
process, or in SQL Server, depending on configuration. If there are issues,
please elaborate upon them.
In particular, the most serious issue with ASP session state is not present
in the case of storing a DataSet in ASP.NET: there are no COM threading
issues.
-- John Saunders johnwsaundersiii at hotmail
- Next message: Juno: "Re: DropDownList.Items.AddRange(liArray) -- Error -- Why?"
- Previous message: Mike: "Question: maintaining focus between pages"
- In reply to: Mike Newton: "Re: DataSet across more than 1 page"
- Next in thread: Ersin Gençtürk: "Re: DataSet across more than 1 page"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|