Desing Question
- From: Amir Ghezelbash <amir-20@xxxxxxxxxx>
- Date: Wed, 22 Jun 2005 06:52:09 -0700
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 ?
how can I get a way around it...what do I do with data table while its
in processing stage...where else can I save it (except sql database) to
ensure the good quality application?
thank you in advance
---
Best Regards
Amir
*** Sent via Developersdex http://www.developersdex.com ***
.
- Follow-Ups:
- Re: Desing Question
- From: Josh
- Re: Desing Question
- From: John
- Re: Desing Question
- Prev by Date: Re: AUTHORIZATION with WINDOWS AUTHENTICATION -- HELP!!
- Next by Date: € shows ?. Why?
- Previous by thread: Re: AUTHORIZATION with WINDOWS AUTHENTICATION -- HELP!!
- Next by thread: Re: Desing Question
- Index(es):
Relevant Pages
|