-
Notifications
You must be signed in to change notification settings - Fork 96
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
deal with createTempFile for a process #125
Comments
Когда мы запускаем процесс драйвера, то направляем его выхлоп во временные файлы:
Минус в том, что мы пишем что-то на диск, даже если нас не просили. Я сделал так, потому что натыкался на проблему с обычным Runtime/exec: если не поглощать stdout процесса, он зависает.
ссылки: https://stackoverflow.com/questions/691813/is-there-a-null-outputstream-in-java https://stackoverflow.com/questions/3285408/java-processbuilder-resultant-process-hangs |
Если NullOutputStream недоступен без лишних телодвижений, написать свой через reify. В нем все методы write просто ничего не делают. Пример на джаве: |
No description provided.
The text was updated successfully, but these errors were encountered: