https://github.com/amphp/windows-process-wrapper
Child process wrapper to support non-blocking process pipes on Windows.
https://github.com/amphp/windows-process-wrapper
child-process non-blocking windows
Last synced: 9 months ago
JSON representation
Child process wrapper to support non-blocking process pipes on Windows.
- Host: GitHub
- URL: https://github.com/amphp/windows-process-wrapper
- Owner: amphp
- License: mit
- Created: 2017-07-18T20:52:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T21:29:51.000Z (about 6 years ago)
- Last Synced: 2025-04-05T11:34:16.936Z (9 months ago)
- Topics: child-process, non-blocking, windows
- Language: C
- Homepage:
- Size: 99.6 KB
- Stars: 6
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Windows Process Wrapper for Amp
This application is a helper for [amphp/process](https://github.com/amphp/process) that enables non-blocking communication with a child process on Windows, by passing the data through TCP sockets.
## Installation
The application is bundled with amphp/process does not need to be installed separately.
## Requirements
* Microsoft Windows 7+
* [Visual C++ Redistributable for Visual Studio 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145) x86 (for `ProcessWrapper.exe`) or x64 (for `ProcessWrapper64.exe`)
## Versioning
`amphp/windows-process-wrapper` follows the [semver](http://semver.org/) semantic versioning specification like all other `amphp` packages.
## Security
If you discover any security related issues, please email [`amphp.security.windows@daverandom.com`](mailto:amphp.security.windows@daverandom.com) instead of using the issue tracker.
## License
The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.