I am planning a Seaside application for storing text, one instance, which can be, say, 5 MB. Which subject is best for this?
I would also like to do a few iterations over this text.
Thanks Vince
Edit: Thanks for your answers. The file is a CSV file that takes about 40 minutes to generate from the old financial system, so it must be pre-generated and saved. Each row is a client entry, and I need to pull each one out and use the values ββwhen and when the client logs in. Access to the client is not predictable, and interacting with an outdated system to generate each line on the fly is the last resort.
source share