Using Named-Pipes

I have an application that opens several named-pipes. The files are present but when I try to access them, the application fails with no messages.

Are there restrictions regarding the types of files that can be used in a Legato container?

Are you accessing same files in 2 context?
Usualy when a file is opened by a process in write mode another process might not access the same file for the same mode but might be access for read mode.
yes there can be restrictions because of memory constraints need to check.