Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdio FD >= 3 #19

Open
mmastrac opened this issue May 26, 2015 · 0 comments
Open

stdio FD >= 3 #19

mmastrac opened this issue May 26, 2015 · 0 comments

Comments

@mmastrac
Copy link

One current shortcoming of the Java process API is that it doesn't support communication on FDs >= 3. This is easy to do on *nix OSes, but requires a bit of trickery using the lpReserved2 field in STARTUPINFO to work in Windows:

http://www.catch22.net/tuts/undocumented-createprocess

This can only ever work for Windows CRT-based programs, but I think it is "better than nothing".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant