Ticket UUID: | 11622724e5b46818396db583ac839391f70c8d64 | ||
Title: | implementation of function “popen2” on win32 | ||
Status: | Open | Type: | Feature_Request |
Severity: | Priority: | ||
Subsystem: | Resolution: | Open | |
Last Modified: | 2010-08-26 09:53:14 | ||
Version Found In: | current trunk | ||
Description & Comments: | |||
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. |
Attachments:
- winhttp.c added by anonymous on 2010-08-26 09:54:59. [details]
- my_popen.h added by anonymous on 2010-08-26 09:04:55. [details]