9bc83c8de0be46245af97e1196cf12b7e70761f3 93601 |
|
27-Feb-2002 |
wrowe |
Must admit, my use case was focused on services. It seems that if we
had a console, we weren't reassigning stdhandles with AllocConsole().
Open the conin/conout very explicitly, and clean up some other cruft. |
44f635c1fcd33ff43339e01dcac5812c6a635ece 89110 |
|
14-May-2001 |
wrowe |
Clarify the wintty purpose and syntax.
Still some todos: an option to just abort user feedback and close the
window instantly upon loosing the stdin pipe, allow the stdin pipe to
be tee'ed on win32, and still add some graceful error handling for a
real-world deployment. |
d15674e194392bfaedba1fe2fccc9297e4e20da6 89109 |
|
14-May-2001 |
wrowe |
Q. "Why can't I watch my server's activity?" A. You can.
This is a little tool I dreamed up while fighting a ton of battles on
several fronts. It demonstrates that reliable piped logs on win32 still
need work, that we launch log processes far too many times, and generally
gives admins more blinky lights on win32. But it's too practial of an
example to leave on my hard drive gathering dust.
Note that the support/win32 will be used for really non-unix/non-portable
applications. Perhaps something similiar would be useful all the way
around, and perhaps some of this code can get into the apr core. But for
this moment, it serves a purpose for beta development. |