Re: File Fun
- From: Mike Willbanks <pencap@xxxxxxxxx>
- Date: Wed, 01 Jun 2005 14:38:33 -0500
D,
Are there pros or cons that I've missed? Has anyone actually TRIED it? I've read about a 47kb limit problem that some people have. Anyone know anything about this?
Actually I am running a system where I store 3 different images in a row. One large sizes, one medium sized, and one thumbnail.
Mine is a bit different. I cache all the queries and all pages on the harddrive anyways. So therefore they are still in the database but get pulled from a cache 98% of the time.
However with this technique I have found that it has been almost exactly the same if not a bit faster than my previously tried routines.
When you read about it I think it all comes down to personal preference. There are several ways to do it and advantages to both. I decided to basically mix the two and have the full advantage :)
I also store files in the database as well, some disagree with this just like images, but for the most part when they see the app they can't even tell the difference. Most people are talking technically about what should and shouldn't be done and why it would be bad. And just adopt it when they hear it 400 times. Never hurts to try something once and merge it to something else (just use oop so you can expand the original class)
Mike .
- References:
- File Fun
- From: dracolytch
- File Fun
- Prev by Date: Re: What Else Do I Need?
- Next by Date: Re: How do I return 3 results and print </tr>
- Previous by thread: File Fun
- Next by thread: [FAQ] Templates (Was Re: templates?)
- Index(es):
Relevant Pages
|