News Feed
Jobs Feed
Sections




News Archive
ThinkPHP Blog:
Make the download of large files with PHP (and lighty) very easy
August 24, 2006 @ 07:45:43

In this new post on the ThinkPHP blog today, there's a look at combining the power of PHP with a feature of the lightthpd web server to make downloading large files a simple task.

Some days ago I stumbled upon an old entry of Jan in lighty's life, called "X-Sendfile". There he explains how to speed up the delivery of (large) files with lighttpd instead of PHP (YES, lighttpd is very fast - for one customer we created an ImageServer with pure lighty that replaced a 4-server-cluster with Apache and now has 1 server with lighttpd (which is boring around at low load). The box makes 180 Mio. requests per month).

He even gives an example of the functionality, showing how a combination of an entry in the web server's config coupled with a simple PHP script can easily send out a large file to anyone nice and zippy.

2 comments voice your opinion now!
lightthpd web server large file download configuration xsendfile lightthpd web server large file download configuration xsendfile


blog comments powered by Disqus

Similar Posts

Christian Stocker's Blog: Profile XSLT transformations within PHP

PHP.net: PHP versions 5.2.15 and 5.3.4 Released!

PHP.net: PHP 5.2.4 Released

Jaanus\' Blog: How to retrieve remote files in your web apps and still be friends with the server

Pierre-Alain Joye's Blog: GD 2.0.34 has been released!


Community Events











Don't see your event here?
Let us know!


example conference tool language zendframework2 testing opinion code phpunit object release interview framework community functional series podcast introduction development unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework