Re: about select ( synchronous I/O multiplexing)
From: Måns Rullgård (mru_at_inprovide.com)
Date: 04/26/05
- Next message: Grant Edwards: "Re: about select ( synchronous I/O multiplexing)"
- Previous message: Alvin: "Re: How to access remote SourceSafe database from Linux box?"
- In reply to: Grant Edwards: "Re: about select ( synchronous I/O multiplexing)"
- Next in thread: Grant Edwards: "Re: about select ( synchronous I/O multiplexing)"
- Reply: Grant Edwards: "Re: about select ( synchronous I/O multiplexing)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 26 Apr 2005 15:53:16 +0200
Grant Edwards <grante@visi.com> writes:
> On 2005-04-26, Jean-Baptiste <merci@pasdespam.fr> wrote:
>
>> What can be a file descriptor?
>
> Anything returned by open() or socket() for popen() or any
popen() doesn't return a file descriptor directly. Were you by chance
thinking of pipe()? socketpair() also returns file descriptors.
-- Måns Rullgård mru@inprovide.com
- Next message: Grant Edwards: "Re: about select ( synchronous I/O multiplexing)"
- Previous message: Alvin: "Re: How to access remote SourceSafe database from Linux box?"
- In reply to: Grant Edwards: "Re: about select ( synchronous I/O multiplexing)"
- Next in thread: Grant Edwards: "Re: about select ( synchronous I/O multiplexing)"
- Reply: Grant Edwards: "Re: about select ( synchronous I/O multiplexing)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|