A Brief Introduction to Multi-Threading in PHP
- Foreword
- Execution
- Sharing
- Synchronization
- Pitfalls
#!/bin/bash -vx | |
# httpd-debug.sh | |
# Run apache in DEBUG mode with logging to stdout and trace of opened files | |
# Andres Hernandez - tonejito - | |
STRACE=`which strace` | |
APACHE_DEBUG="/usr/sbin/apache2 -X -e debug" |