Results 1 to 2 of 2
Hi,
I'm new to this forum and to working with FIFO's, but have a 'hard' question.
Sometimes when I want to write to a FIFO, I get the error: "Resource ...
- 02-05-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 3
[SOLVED] FIFO: Resource temporarily unavailable
Hi,
I'm new to this forum and to working with FIFO's, but have a 'hard' question.
Sometimes when I want to write to a FIFO, I get the error: "Resource temporarily unavailable".
My code:
- Most important: What's wrong here?Code:... assert(state == st_open); c = ::write(fd, buf, count); if (c == -1) { PM_DEBUG("Error writing to fifo, error: %s", strerror(errno)); } ...
- Is a FIFO stored in RAM?
- Can a FIFO ever get full? And how can a see / adjust the size of a FIFO?
Hope you can help me with this.
- 02-19-2009 #2Just Joined!
- Join Date
- Feb 2009
- Posts
- 3
There were some nice hints in FIFO: Resource temporarily unavailable - UNIX Socket FAQ


