JezK
Edit File: appendix_c_spawning_methods.txt
[[spawning_methods_explained]] == Appendix C: Spawning methods explained This documentation has moved. Please visit https://www.phusionpassenger.com/library/indepth/spawn_methods/ === The most straightforward and traditional way: direct spawning This documentation has moved. Please visit https://www.phusionpassenger.com/library/indepth/spawn_methods/ === The smart spawning method This documentation has moved. Please visit https://www.phusionpassenger.com/library/indepth/spawn_methods/ ==== How it works This documentation has moved. Please visit https://www.phusionpassenger.com/library/indepth/spawn_methods/ ==== Summary of benefits This documentation has moved. Please visit https://www.phusionpassenger.com/library/indepth/spawn_methods/ === Smart spawning caveat #1: unintentional file descriptor sharing This documentation has moved. Please visit https://www.phusionpassenger.com/library/indepth/spawn_methods/ ==== Example 1: Memcached connection sharing (harmful) This documentation has moved. Please visit https://www.phusionpassenger.com/library/indepth/spawn_methods/ ==== Example 2: Log file sharing (not harmful) This documentation has moved. Please visit https://www.phusionpassenger.com/library/indepth/spawn_methods/ === Smart spawning caveat #2: the need to revive threads This documentation has moved. Please visit https://www.phusionpassenger.com/library/indepth/spawn_methods/