Example: Proxy
1. At startup, pool is initialized with init script, e.g., open db
3. Script evaluated in proxy, results returned through pipe
4. Proxy results available in
2. Scripts sent to proxy with proxy.send:
set script “pls.search $query”
foreach doc [proxy.send db $script] {
ns_adp_puts [putheadline $doc]