In article <[EMAIL PROTECTED]>,
Tony Finch  <[EMAIL PROTECTED]> wrote:
> 
> Are there any standard APIs for doing file meta-operations
> asynchronously? (open, close, creat, link, unlink, etc.)

I only know of one way to do that.  Hand the operation off to a
separate process, using the FD-passing feature of Unix domain sockets
to send the file descriptor back and forth.

John
-- 
  John Polstra                                               [EMAIL PROTECTED]
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "No matter how cynical I get, I just can't keep up."        -- Nora Ephron


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to