[ 
https://issues.apache.org/jira/browse/MESOS-8673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16402600#comment-16402600
 ] 

Andrew Schwartzmeyer commented on MESOS-8673:
---------------------------------------------

I'm approaching this in two stages: first rewrite all the remaining stout APIs 
using CRT functions on Windows to not use them, then go back and add 
overlapping semantics where needed.

> Fix os::open to use CreateFile in overlapped mode
> -------------------------------------------------
>
>                 Key: MESOS-8673
>                 URL: https://issues.apache.org/jira/browse/MESOS-8673
>             Project: Mesos
>          Issue Type: Task
>            Reporter: Andrew Schwartzmeyer
>            Assignee: Andrew Schwartzmeyer
>            Priority: Major
>              Labels: stout, windows
>
> Because we need to keep the existing API of {{os::open}} (which is POSIX-y 
> and currently uses the CRT {{_open}} on Windows), we'll need to map all the 
> possible values for {{int oflag, mode_t mode}} to equivalent semantics in 
> {{CreateFile}}.
> Our intent is to open all files in overlapped mode by default; which can be 
> read synchronously when needed (but the other way around is not possible). 
> However, it may be that we'll need to use {{ReOpenFile}} to when sending file 
> handles to child processes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to