J
Jon
Hello all,
Just wanted to get some other options to what the best approach is for
an application we're looking to develop.
A 3rd party application will be dumping some files (PDF's) onto a
share drive, that we then need to take and display to an end user via
the internet.
There will be approximately 20 documents dumped per customer per week,
and there's about 100 customers, so 2000 documents per week, 8000 per
month.
There are three options that we're looking at:
1) Read these files direct from the file system and display to the
relevant user;
2) Have an application insert these documents as BLOBS into a database
and read from the database;
3) Read the meta data about the file (name, date created etc) into the
database, but not the file, so effectivly just insert a pointer to the
file location.
Out of the above, what are peoples thoughts?
Any help would be much appreciated,
Jon
Just wanted to get some other options to what the best approach is for
an application we're looking to develop.
A 3rd party application will be dumping some files (PDF's) onto a
share drive, that we then need to take and display to an end user via
the internet.
There will be approximately 20 documents dumped per customer per week,
and there's about 100 customers, so 2000 documents per week, 8000 per
month.
There are three options that we're looking at:
1) Read these files direct from the file system and display to the
relevant user;
2) Have an application insert these documents as BLOBS into a database
and read from the database;
3) Read the meta data about the file (name, date created etc) into the
database, but not the file, so effectivly just insert a pointer to the
file location.
Out of the above, what are peoples thoughts?
Any help would be much appreciated,
Jon