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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,98fcd569e727e97c,start X-Google-Attributes: gid103376,public From: Tom Moran Subject: Re: Tasking Techniques - Opinions? Date: 1997/06/03 Message-ID: <3394EC73.3011@bix.com>#1/1 X-Deja-AN: 245981692 References: <5n2hjr$ohm$1@news.pacifier.com> Organization: InterNex Information Services 1-800-595-3333 Reply-To: tmoran@bix.com Newsgroups: comp.lang.ada Date: 1997-06-03T00:00:00+00:00 List-Id: > A third > module contains a "send task" that is in a short loop that > removes entries from the send queue, transmits the data out the > socket and then returns the packet buffer to the free pool. What does this task do if there's nothing to send? Does it sit and eat CPU or is there some way it can go to sleep and be awakened when there's work to do, or is it always busy and my question is irrelevant?