public marks

PUBLIC MARKS from camel with tags performance & php

2008

flv streaming with lighttpd

by 2 others (via)
1.4.11 got a new module for streaming Flash movie files called mod_flv_streaming. This module allows you to seek in FLV files using the high performance infrastructure of lighttpd. The idea is simple and explained and implemented on ‘Streaming’ flv video via PHP, take two at http://www.flashcomguru.com/ But instead of streaming the file through PHP we do it in the webserver. The module expects a request for the URL which matches flv-streaming.extensions and can handle a ’?start=’ as part of the request. The information to pass into the ‘start’ parameter is extractly by the flash-player from the meta-data of the flv-files. The meta-data can be setup with flvtool2 Now I leave it to you to combine this with mod_secdownload to create a flv-streaming server for free with deep/hot linking protected movies. server.modules = ( ..., "mod_secdownload", ## optional "mod_flv_streaming", ... ) flv-streaming.extensions = ( ".flv" ) Take the flash-player from flashcomguru and adjust the URL in the player and try yourself.

Use htaccess to dramatically speed up your site! - PowWeb Community Forums

I was looking into speeding up my site.. specifically by using headers to specify custom cacheing.. Previously I was using php to send the necessary headers, but now I just have this in my /htdocs/.htaccess file.

2007

Tuning LAMP systems, Part 2: Optimizing Apache and PHP

Applications using the LAMP (Linux®, Apache, MySQL, PHP/Perl) architecture are constantly being developed and deployed. But often the server administrator has little control over the application itself because it's written by someone else. This series of three articles discusses many of the server configuration items that can make or break an application's performance. This second article focuses on steps you can take to optimize Apache and PHP. Linux, Apache, MySQL, and PHP (or Perl) form the basis of the LAMP architecture for Web applications. Many open source packages based on LAMP components are available to solve a variety of problems. As the load on an application increases, the bottlenecks in the underlying infrastructure become more apparent in the form of slow response to user requests. The previous article showed you how to tune the Linux system and covered the basics of LAMP and performance measurement. This article focuses on the Web server components, Apache and PHP.

2006

MCache Documentation | Mohawksoft.Org

by 2 others (via)
Not as simple as a file-based solution and not as complex as a database, the mcache daemon provides a balance between complexity and speed, while providing access to a single source of information for one or (many) more web servers.

camel's TAGS related to tag performance

admin +   apache +   api +   application +   applications +   bench +   benchmark +   benchmarking +   bestpractices +   blog +   build +   cache +   code +   combine +   configuration +   construction +   control +   cookies +   cours +   css +   database +   dd +   debian +   dev +   développement durable +   documentation +   eco-conception +   ecologie +   extension +   file +   firefox +   flash +   flv +   form +   framework +   free +   gallery +   google +   gpl +   graph +   howto +   hqe +   htaccess +   http +   image +   images +   install +   javascript +   jpeg +   jQuery +   lighttpd +   linux +   livre +   load balance +   lpref +   mail +   maison +   management +   monitoring +   mysql +   nagios +   navigation +   network +   nginx +   optimisation +   optimize +   outils +   pdf +   php +   php5 +   plugin +   postfix +   ppt +   project +   qmail +   report +   reseau +   rrd tool +   scalability +   server +   setup +   site +   smtp +   software +   speed +   streaming +   sysadmin +   test +   tips +   tools +   ubuntu +   usb +   video +   virtualbox +   virtualisation +   web +   webdev +   xen +   xhtml +   xml +