"Farag, Hany M (Hany)" <[EMAIL PROTECTED]> writes:

> Hi, 
> What's the replacement functions for ap_bread() and ap_bwrite in apache 2.0
> ?

Well, it isn't exactly the same because of filtering but...

where network is involved (e.g., core code, mod_proxy):

  core input and output filters play with the apr_socket directly
  (i.e., apr_sendfile, apr_send, apr_recv, etc.)

reading from a subprocess pipe (e.g., mod_cgi, mod_mime_magic):

  have APR create pipes to a child process, then use APR file
  operations on those pipes

what other uses are there?
-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to