Hello Derrick,

Wednesday, December 10, 2003, 3:56:32 PM, you wrote:

DF> 1. The only way I can store the files in a directory on the server is
DF> to make that directory "wide open" as in chmod 777. I don't have quite
DF> enough control of the server to make that a better situation.

Why is this? More to the point.. is there somewhere else you could
store them (i.e. a directory outside of the web root from which you
could fread the files).

DF> 2. The images will only be stored temporarily - I'm looking at a 
DF> maximum of 100Mb worth of JPG and MOV files (up to 80 1Mb JPG, up to 10
DF> 2Mb MOV files) being stored at any one time.

DF> So, am I going to run into performance issues with that amount of blob
DF> data in the database? The probability of a hack on my images directory
DF> is extremely low, but it *does* exist of course.

"Performance" is a very subjective term - are you putting this site on
an overloaded shared box that might frown at such hammering of its
MySQL server. Or are you hosting on a dedicated machine that has
enough processing power to start the next cold war?

You will of course hit performance issues, but the scale of them
depends on factors outside of PHP/MySQL. I personally would
investigate an alternative location to store them.

-- 
Best regards,
 Richard                            mailto:[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to