If I have some sensitive data to transfer between two processes, I can create a named FIFO in /tmp and delete it after use. I want to know if this me开发者_开发技巧thod secure? How easy will it be to
I have implemented FIFO semaphores but now I need a way to test/prove that they 开发者_StackOverflow中文版are working properly. A simple test would be to create some threads that try to wait on a sema
We\'re using named pipes with Sybase bcp so that we can compress output on-the-fly. The Sybase bcp utility does not return much information in its exit code.