Question about named pipe in linux
Hi,
I have a server (reader), client (writer) application in linux. I use
'named pipe' as the inter-process communication between the server and
client. My question is if the writer is faster than the reader, what
will happens? How much will the data be buffered if the reader is
slower than the writer?
Thank you for any help.
.
Relevant Pages
- Re: Problem with Serialization + enum
... Here is the sample project to try it out... ... > I have created a simple client / server example of this but cannot post it ... > here using the microsoft group reader. ... (microsoft.public.dotnet.framework.remoting) - Big problem with 2003 terminalserver local printers
... Hi a have a big problem with terminal server on windows ... 2003 when a client connect with local printer adobe pdf ... Adobe pdf writer are not so easy to install an cost ... (microsoft.public.windows.server.networking) - Re: Question about named pipe in linux
... I have a server (reader), client (writer) application in linux. ... (comp.os.linux.development.system) - Re: [PATCH 3/3] ring-buffer: add design document
... This adds the design document for the ring buffer and also ... +head - where new reads happen in the ring buffer. ... +producer - the task that writes into the ring buffer (same as writer) ... +reader - same as consumer. ... (Linux-Kernel) - [PATCH 3/3] ring-buffer: add design document
... This adds the design document for the ring buffer and also ... +head - where new reads happen in the ring buffer. ... +producer - the task that writes into the ring buffer (same as writer) ... +reader - same as consumer. ... (Linux-Kernel) |
|