Re: Desing Question
- From: "John" <Please.Reply@xxxxxxxxxxxxxxxx>
- Date: Wed, 22 Jun 2005 10:12:55 -0400
"Amir Ghezelbash" <amir-20@xxxxxxxxxx> wrote in message
news:uYCVWGzdFHA.3012@xxxxxxxxxxxxxxxxxxxxxxx
> Hey Guys,
>
> I have a question; it's a design question,
>
> I am developing an application, where in this application users upload a
> database of emails in a CSV file format...now what I have done. When
> they are uploading the CSV file, I read the CSV file and return a Data
> Table representation of it. Then people should be able to make changes
> to this Data Table before it gets saved on our actual hard drive as a
> CSV file. So I created a Data Grid where I send this Data Table as data
> source...but in order to do the updates, deleting and editing elements
> from data grid I needed to somehow save that data table until they click
> on "Accept Database", I have done that by saving it into a session. Once
> "Accept Database" has been clicked. That data table gets saved into a
> CSV file and it will get erased from sessions manually to ensure that it
> is gone from memory
>
> Now what worries me?
>
> is that if I have allot of people logging in at the same time and be
> doing this at the same time and each person uploading a CSV file which
> usually contains minimum of 5,000 items in it, then I be saving multiple
> data table with allot of elements into the session...what do you guys
> think I should do ?
>
Can you save the working data into a temp table?
.
- References:
- Desing Question
- From: Amir Ghezelbash
- Desing Question
- Prev by Date: Re: Site Traffic Reporting
- Next by Date: Re: Page_Load call during POSTBACK
- Previous by thread: Desing Question
- Next by thread: Re: Desing Question
- Index(es):
Relevant Pages
|