You are not logged in.
Pages: 1
Hi AB,
I'm looking at the function of creating the namedpipe:
Why are you using this flag (PIPE_UNLIMITED_INSTANCES)?
Would not it be helpful to use FILE_FLAG_FIRST_PIPE_INSTANCE to prevent the creation of the same pipe?
Offline
I'm sorry, I forgot a part of the post ...
I wondered if that flag could help to avoid the risk of starting two servers with the same namedpipe.
Only the first working properly, the second does not detect any error.
I'm not very expert namedpipe, I wondered then if that flag could help in better manage the situation.
Offline
Pages: 1