Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fifo input: doc improvement #132

Open
smurfix opened this issue Oct 4, 2023 · 1 comment
Open

fifo input: doc improvement #132

smurfix opened this issue Oct 4, 2023 · 1 comment

Comments

@smurfix
Copy link

smurfix commented Oct 4, 2023

tail -f /tmp/wobpipe | wob is somewhat suboptimal because of the additional process.

Better: wob < /tmp/wobpipe > /tmp/wobpipe

wob doesn't actually write anything to the pipe of course; the redirection just keeps the pipe's write side open.

@struan-robertson
Copy link

This greatly improves latency on Alpine Linux, which uses BusyBox tail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants