Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Mar : Pipes
| Subject: | Pipes |
| Posted by: | "RGreen" (rgreen@nospam.kemi.umu.se) |
| Date: | Wed, 14 Mar 2007 22:04:24 |
Hello!
I'm encapsulating named pipes (a serve and a client) in a class. It's
working great but I have a question: How does the pipe server handle
concurrent client connections?
Do I need to use some mutex or other thread safe mechanism or does
WaitNamedPipe-ConnectNamedPipe handle this automatically (I'm using blocking
operations).