Search:

Type: Posts; User: alexfranci

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    16,776

    if i remove the O_NONBLOCK flag, open stucks...

    if i remove the O_NONBLOCK flag, open stucks waiting for fifo1 be ready.
  2. Replies
    8
    Views
    16,776

    select, named pipe and O_RDONLY

    hello!
    this little program get named fifo as arguments and print whatever someone will write into the pipes. Example:


    mkfifo fifo1
    mkfifo fifo2
    ./es1 fifo1 fifo2

    cat > fifo1
    write here...
Results 1 to 2 of 2