27f0c4d156
* Remove obsolete comments and APIs. * In pconsole.exe, use two threads to handle pconsole<->pty communication. I use blocking I/O for the pty. For the Win32 pipe to the pconsole agent, I use overlapped I/O and emulate blocking I/O. I'm not sure I *have* to open the pipe in overlapped mode. When I last tried using non-overlapped I/O, I had a problem where a pending read would block writes (or vice versa). Maybe setting the overlapped parameter to {Read,Write}File would be sufficient. |
||
---|---|---|
.. | ||
pconsole.h |