![]() |
|
|
|
|
|||||||
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. Shell Script Page. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Monitoring Processes - Killing hung processes | ukndoit | UNIX for Advanced & Expert Users | 4 | 01-17-2008 12:30 AM |
| Identifying and grouping OS processes and APP processes | wilsonee | SUN Solaris | 0 | 09-17-2007 05:18 PM |
| Processes | Beetlejuice | UNIX for Dummies Questions & Answers | 4 | 04-06-2005 09:33 AM |
| processes | master_6ez | Shell Programming and Scripting | 3 | 11-24-2004 05:48 AM |
| processes | mma_buc_98 | UNIX for Dummies Questions & Answers | 1 | 08-13-2002 02:25 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
I need some example of Co-Processes
I want to know how to work the Co-Processes in kornshell scripts. So, I very need some script about Co-Processes!
thanks ...
__________________
my Homepage: http://www.linuxsir.org |
| Forum Sponsor | ||
|
|
|
|||
|
Well, the Bash of modern versions(>=2.0) provides a featured concept, called Process Substitution.
However, it works like chaos and functions limitedly. Anyone can give some advanced way to make co-process?
__________________
GNU fOreVer!!! Welcome to www.linuxsir.org!!! I'm home_king. |
|
||||
|
I use ksh coprocesses all the time. Many of the scripts that I have posted here use coprocesses.
A simple script would be this automated ftp script. This thread has a script that uses mutiple coprocesses. And then, there is this. |
|
|||
|
Quote:
__________________
my Homepage: http://www.linuxsir.org |
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|