Click here to Skip to main content
15,886,518 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Man this is frustrating... Pin
George L. Jackson24-May-07 10:25
George L. Jackson24-May-07 10:25 
QuestionMan this is frustrating... Pin
#realJSOP24-May-07 5:39
mve#realJSOP24-May-07 5:39 
AnswerRe: Man this is frustrating... Pin
Guffa24-May-07 6:14
Guffa24-May-07 6:14 
AnswerRe: Man this is frustrating... Pin
Harini N K25-May-07 19:54
Harini N K25-May-07 19:54 
QuestionToolbar Images: Pin
Shahzad.Aslam24-May-07 2:57
Shahzad.Aslam24-May-07 2:57 
AnswerRe: Toolbar Images: Pin
Christian Graus24-May-07 15:39
protectorChristian Graus24-May-07 15:39 
QuestionWhich is flexible/optimal solution to save uplaoded image? Pin
SmitaKashyap24-May-07 2:32
SmitaKashyap24-May-07 2:32 
AnswerRe: Which is flexible/optimal solution to save uplaoded image? Pin
Mark J. Miller24-May-07 9:03
Mark J. Miller24-May-07 9:03 
Just 'cause you can doesn't mean you should. I don't believe the 2nd solution scales very well, or at least not as easily as the first.

Storing image files in a database increases managment overhead and maintenance windows for backups/restores. As the amount of image data stored increases you have to create separate filegroups for the image data. Then you have to put those filegroups on different disk arrays. But unless you can afford Enterprise Edition 2005 that's as far as you can scale. Ent Ed will allow you to partition the table across file groups and you can add new disk arrays to reduce the IO. But still you're only going to get so far before you've completely bloated your database and created all kinds of headaches. All of which involve figuring out how to scale UP, which is more expensive and not necessary in this case.

On the other hand if you store your images on a file server, when it fills up or becomes overloaded, you just change the path root used to store new images and you can scale OUT by adding a new server or location for the files. You can leave the old files where they are.


QuestionProblem in accessing Web Service Pin
PkRawat24-May-07 0:33
PkRawat24-May-07 0:33 
AnswerRe: Problem in accessing Web Service Pin
kubben24-May-07 2:47
kubben24-May-07 2:47 
Questionweb service problem Pin
amalatsliit23-May-07 19:53
amalatsliit23-May-07 19:53 
AnswerRe: web service problem Pin
kubben24-May-07 2:52
kubben24-May-07 2:52 
QuestionStatic Code Analysis Tool for Classic ASP Pin
Davy Mitchell23-May-07 11:31
Davy Mitchell23-May-07 11:31 
AnswerRe: Static Code Analysis Tool for Classic ASP Pin
Davy Mitchell24-May-07 21:42
Davy Mitchell24-May-07 21:42 
AnswerRe: Static Code Analysis Tool for Classic ASP Pin
redtoad2-Jul-09 17:43
redtoad2-Jul-09 17:43 
QuestionConnect to database and display [modified] Pin
matjame23-May-07 3:38
matjame23-May-07 3:38 
AnswerRe: Connect to database and display Pin
StianSandberg23-May-07 10:43
StianSandberg23-May-07 10:43 
Questionhow to paas a asp array to javascript's function ??? Pin
Ankur.Bakliwal23-May-07 1:01
Ankur.Bakliwal23-May-07 1:01 
AnswerRe: how to paas a asp array to javascript's function ??? Pin
Dmitry Khudorozhkov23-May-07 1:26
Dmitry Khudorozhkov23-May-07 1:26 
QuestionRe: how to paas a asp array to javascript's function ??? Pin
Ankur.Bakliwal23-May-07 1:33
Ankur.Bakliwal23-May-07 1:33 
AnswerRe: how to paas a asp array to javascript's function ??? Pin
Guffa23-May-07 1:51
Guffa23-May-07 1:51 
GeneralRe: how to paas a asp array to javascript's function ??? Pin
Ankur.Bakliwal23-May-07 1:55
Ankur.Bakliwal23-May-07 1:55 
Questioncalling a javascript Pin
chathu03j22-May-07 22:56
chathu03j22-May-07 22:56 
AnswerRe: calling a javascript Pin
Christian Graus22-May-07 23:47
protectorChristian Graus22-May-07 23:47 
QuestionRe: calling a javascript Pin
JimmyRopes25-May-07 22:52
professionalJimmyRopes25-May-07 22:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.