The document discusses how php://memory and streams can be used for scaling applications. It provides an overview of streams, examples of using php://memory and temporary streams, and how scaling an application involves rethinking how data flows, applying elastic principles, instrumenting everything, and being prepared to change approaches based on learnings.
4. shameless plug
Infoblox is working on some cool stuff...
- DNS, DHCP, IPAM, NCCM
- IPv6 Center of Excellence
- IF-Map / DNSSec
- Hiring (sales, services, support, engineering)
10. what are streams
- The flow of data..
- Going in...
- Coming out...
- stdin, stderr, stdout
- php://memory and temp.
- Wrappers and php resources
Â
11. what are streams
- Written to, read from..
- Seekable or sequential..
- Give your app room to breath..
- expect, phar, ssh2
- Examples: