| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| From: | "Hannu E K Nevalainen (garbage mail)" <garbage_collector AT telia DOT com> |
| To: | "ML CygWIN" <cygwin AT cygwin DOT com> |
| Subject: | OT: to be "nice", or not... |
| Date: | Wed, 6 Aug 2003 19:42:04 +0200 |
| Message-ID: | <NGBBLLIAMFLGJEOAJCCEIEJODCAA.garbage_collector@telia.com> |
| MIME-Version: | 1.0 |
| X-Priority: | 3 (Normal) |
| X-MSMail-Priority: | Normal |
| Importance: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V5.00.2615.200 |
Scenario:
I launch a task at normal priority (nice-ness 0)
When this task has finished I wish to be paged...
In other words;
Question: Can I have one task be postponed while another one
is still executing?
Is this possible?
e.g. a command sequence that might take a long time:
$ echo >list.md5 ; find -type f | xargs md5sum -b >>list.md5
$ nice -n 19 cat TaskDone.wav >/dev/dsp
*The point* is beeing able to launch the time/cpu-consuming task and then
"append" the paging later.
The obvious is to concatenate "cat ..." with the line above it
- but this is NOT the answer I'm asking for.
/Hannu E K Nevalainen, Mariefred, Sweden
--END OF MESSAGE--
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |