Last update:
June 5, 2002

Presentation  
 
Presentation
Working conditions
Panel of servers

Apache  
 
Operation
Modules
Optimization solutions

Caching PHP  
 
Presentation
Pages caching
Opcodes caching

Example  
 
Optimization on Wysistat

Links  
 
Apache 1.3
PHP Accelerator
ID.fr
Mesure d'audience

Study and optimization
of a Web server

 

mod_so

 

Back to the list


This module provides for loading of executable code and modules into the server at start-up or restart time. On selected operating systems it can be used to load modules into Apache at runtime via the Dynamic Shared Object (DSO) mechanism, rather than requiring a recompilation. On Unix, the loaded code typically comes from shared object files (usually with .so extension), whilst on Windows this module loads DLL files.
 
Characteristics :
  • desactived by default
  • implements configuration commands


Contact - version française