What happens to messages printed to stdout and stderr from a Windows service? I know they're not going anywhere, but do they go down /dev/null? Is it possible that an application will block during such a write ?
What happens to messages printed to stdout and stderr from a Windows service? I know they're not going anywhere, but do they go down /dev/null? Is it possible that an application will block during such a write ?