From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.7 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7897733b1978b6a4 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.15.105 with SMTP id w9mr2456882pbc.7.1321580220504; Thu, 17 Nov 2011 17:37:00 -0800 (PST) Path: h5ni3534pba.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Rego, P." Newsgroups: comp.lang.ada Subject: Re: Freezing a task Date: Thu, 17 Nov 2011 17:34:48 -0800 (PST) Organization: http://groups.google.com Message-ID: <28970031.85.1321580088989.JavaMail.geo-discussion-forums@yqbl36> References: <32992849.648.1321544004241.JavaMail.geo-discussion-forums@vbmh5> Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 187.56.103.84 Mime-Version: 1.0 X-Trace: posting.google.com 1321580215 2719 127.0.0.1 (18 Nov 2011 01:36:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 18 Nov 2011 01:36:55 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=187.56.103.84; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu User-Agent: G2/1.0 X-Google-Web-Client: true Xref: news1.google.com comp.lang.ada:18961 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2011-11-17T17:34:48-08:00 List-Id: Well, answering also Jeff, Adam and Stefan, there are some bots which are s= hared by some tasks, and each task controls just one subsystem reciprocally= (i.e. this one is controlled at one timeslot by just one task), but other = tasks can "steal" the thread, so they can assume the control over that ones= . But each task has also a different eurystics, so when it assumes a bot, i= t behaves different, but I want them to be restored to any other previous c= ontrollers. Due to this I needed to "pause" that task. I guess Dmitry answe= r could be used very well for this (but also Simon's).