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
- An FS question perhaps... non blocking I/O. Luigi Rizzo
- Re: An FS question perhaps... non blocking I/O. Julian Elischer
- Re: An FS question perhaps... non blocking I/O. Tony Finch
- Re: An FS question perhaps... non blocking I... John Polstra
- Re: An FS question perhaps... non blocking I/O. Kelly Yancey
- RE: An FS question perhaps... non blocking I/O. Kelly Yancey
- RE: An FS question perhaps... non blocking I/O. Garrett Wollman
- Re: An FS question perhaps... non blocking I... John Polstra
- Re: An FS question perhaps... non blocki... Rodney W. Grimes
- Re: An FS question perhaps... non b... John Polstra
- Re: An FS question perhaps... non blocki... Garrett Wollman
- Re: An FS question perhaps... non b... John Polstra
- Re: An FS question perhaps... non blocki... Dominic Mitchell
- Re: An FS question perhaps... non blocki... John-Mark Gurney