Hi,

I am doing a site which will have large number of user uploaded files (jpg,doc,pdf).

1) Is it required to distribute these content for performance?
2) If yes, how do we do that in linux environment?

Thanks in advance!

Comments

matt v.’s picture

It's hard to say exactly what would be required without more detail. There are lots of ways to optimize performance, but the specifics of the solution depend on budget, traffic, etc. I've heard of people hosting static files under a separate lighttpd installation or on a CDN.

--
Drupal Theme Developer’s Cheat Sheet | 45 Screencasts to Get You Kicking Ass with Drupal

Awanish’s picture

Sorry for the delay, but intention here is to create folder for each user.So that we don't have one directory with so much number of files.

Is that possible in Drupal, if yes how.

matt v.’s picture

Some modules support separate directories within the /files directory for different users, so it is possible. I believe the Asset module has that capability. I would guess that some other modules do too, but I'm not sure which ones.

--
Drupal Theme Developer’s Cheat Sheet | 45 Screencasts to Get You Kicking Ass with Drupal

Awanish’s picture

Thanks matt! I have tried with imagefield and assets, they are working!!