you could have APR::SubProcess take the same args as the apr C functions. and have an Apache::SubProcess wrapper that takes $r and passes the required values to the APR::SubProcess function(s).
i have no idea if APR::SubProcess would ever be useful outside of httpd. but its better to expect the unexpected. to answer the question at hand, if your functions take a request_rec, server_rec, or anything listed in apache_structures.map, then no, it cannot be used outside of httpd. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
