search for: fifo_file_nam

Displaying 1 result from an estimated 1 matches for "fifo_file_nam".

Did you mean: fifo_file_name
2011 Nov 25
1
Pipes (fifos) not working in concurrently
...t faster than downloading the pages one at a time with a single process. So I create 20 pipes in my script with `mkfifo? and connect the read end of each one to a new wget process for that fifo. The write end of each pipe is then connected to my script, with shell commands like `exec 18>>fifo_file_name? Then my script outputs, in a loop, one line with an URL to each of the pipes, in turn, and then starts over again with the first pipe until there are no more URLs from the database client. Much to my dismay I find that there is no concurrent / parallel download with the child `wget? processe...