On Fri, 2009-10-16 at 15:26 +0700, Yuri V. Vishnevskiy wrote: > For some reason in my program I need two file handlers of stdout > stream.
If you duplicate the descriptor with apr_file_dup() instead of calling apr_file_open_stdout() twice, does it still do the same? -- Bojan