Some exotic programs that insist on writing to /tmp may fail to run and they should be fixed upstream. Writing to /tmp is bad, and you should not use any software that behaves like this.
Name:
Anonymous2013-06-02 18:50
>>9
Why can't you use shared memory instead? And why C/C++ doesn't allow treating a range of memory as a file, readable with fread?