imstillatwork
IS-IT--Management
Blogspot.com for example.
each user gets a subdomain, that's easy.
now it also appears that each blog entry is saved as HTML, I would assume for less web application server load / less DB action. I like that, also easy to do.
My curiosity is with how they store the users files.
a url example would be thisguy.blogspot.com/2006/12/this-is-a-blog-entry.html
or
thisOTHERguy.blogspot.com/2006/12/another-blog-entry.html
now this gives a 404
thisOTHERguy.blogspot.com/2006/12/this-is-a-blog-entry.html
I'm trying to guess how they organize user data. I have a site that will have a lot of users, and would like to keep their data separate, or organized somehow, rather than for example, throw all the user uploaded images into one folder.
I know a modern server can handle 100's of millions of files / subfolders, but even if i had 50,000 users, I don't know that a folder for each is the best way to go.
So i'm trying to figure out a good way to store files for 1000,s and 1000's of users effectively.
Kevin
Phase 1: Read the CFML Reference
Phase 2: ???
Phase 3: Profit!
each user gets a subdomain, that's easy.
now it also appears that each blog entry is saved as HTML, I would assume for less web application server load / less DB action. I like that, also easy to do.
My curiosity is with how they store the users files.
a url example would be thisguy.blogspot.com/2006/12/this-is-a-blog-entry.html
or
thisOTHERguy.blogspot.com/2006/12/another-blog-entry.html
now this gives a 404
thisOTHERguy.blogspot.com/2006/12/this-is-a-blog-entry.html
I'm trying to guess how they organize user data. I have a site that will have a lot of users, and would like to keep their data separate, or organized somehow, rather than for example, throw all the user uploaded images into one folder.
I know a modern server can handle 100's of millions of files / subfolders, but even if i had 50,000 users, I don't know that a folder for each is the best way to go.
So i'm trying to figure out a good way to store files for 1000,s and 1000's of users effectively.
Kevin
Phase 1: Read the CFML Reference
Phase 2: ???
Phase 3: Profit!