Ticket Hash: | 11622724e5b46818396db583ac839391f70c8d64 | ||
Title: | implementation of function “popen2” on win32 | ||
Status: | Closed | Type: | Feature_Request |
Severity: | Priority: | ||
Subsystem: | Resolution: | Wont_Fix | |
Last Modified: |
2024-01-29 09:23:36 1.25 years ago |
Created: |
2010-08-26 09:03:10 14.67 years ago |
Version Found In: | current trunk |
Description: | ||||
I use this function in winhttp.c to improve windows http server performance.
see my attachment. Have a fun! anonymous added on 2010-08-26 09:08:18: _setmode(0, _O_BINARY); _setmode(1, _O_BINARY); anonymous added on 2010-08-26 09:53:14: Such as in winhttp.c, if the parent does not close pOut in time, the child will block on reading the pipe until his parent close the pOut. | ||||
User Comments: | ||||
added on 2024-01-29 09:23:36:
Closing as part of periodic cleanup. |