Module Link: http://drupal.org/project/xsend The Fast File Transfer with X-Send file module is a module to help users on Apache with private file downloads enabled speed up the download process. Who: Technical users - This module requires the Apache web server to have a special module installed to work properly. When: Use this module when you have a private file system setup, are running Apache and want to free up some of your server resources from file transfers as well as speeding up the download for your users. Where: You'll find this module in admin/settings/file-system/x-send but it's configuration is fairly limited. This is a mostly "under the hood" type of module. Why: As I understand it, when you go to download a file from Drupal and the site is configured to use Private downloads it actually reads in the file with PHP and then outputs it to Apache and then down to you. Using this module Drupal tells Apache "Hey bub, can you help me out? There's a file this users wants so how about you load it up an serve it to the user instead of me? It's ok, I trust this user." and then Apache loads and sends you the file freeing PHP to go back and do better things (then reading a file byte for byte and waiting for your download to complete.) Flashback - In episode #38 a few listeners pointed out that the Cache Actions module would be great if you use long timed caches as well as suggesting a great tutorial link. Theme song "i dunno" by grapes. module-a-day_podcast-0049.mp3