in reply to Re: Converting a parallel-serial shell script
in thread Converting a parallel-serial shell script
Yes - I get about 20 files per month, and these need to be processed before they can be loaded into the DB.
And yes, unfortunately, the loading process cannot read from a pipe, as the server process itself wants to read from the file. I want to avoid fancy stuff like trying to make it read from /proc/$$/fd/4, especially as on that machine there is no /proc filesystem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Converting a parallel-serial shell script
by BrowserUk (Patriarch) on Sep 18, 2008 at 12:50 UTC |