lenny@icus.UUCP (Lenny Tropiano) (02/28/88)
Strange thing happened a while ago, I spawned a "user agent (ua)" process
to do some work.  I returned to the window with my shell, and the user
agent stayed idle.  About 5 minutes later I noticed the machine running
VERY SLOW.... then I did a ps and the ua process had 30 seconds of CPU
time and it was gaining fast...  I killed the process and the machine
returned back to normal speed.  Why did this happen?
						-Lenny
-- 
US MAIL  : Lenny Tropiano, ICUS Computer Group        IIIII  CCC U   U  SSS
           PO Box 1                                     I   C    U   U S
	   Islip Terrace, New York  11752               I   C    U   U  SS 
PHONE    : (516) 968-8576 [H] (516) 582-5525 [W]        I   C    U   U    S
TELEX    : 154232428 [ICUS]                           IIIII  CCC  UUU  SSS 
AT&T MAIL: ...attmail!icus!lenny  
UUCP     : ...{mtune, ihnp4, boulder, talcott, sbcs, bc-cis}!icus!lenny law@mtunb.ATT.COM (Larry Weber) (03/01/88)
In article <270@icus.UUCP> lenny@icus.UUCP (Lenny Tropiano) writes: >Strange thing happened a while ago, I spawned a "user agent (ua)" process >to do some work. I returned to the window with my shell, and the user >agent stayed idle. About 5 minutes later I noticed the machine running >VERY SLOW.... then I did a ps and the ua process had 30 seconds of CPU >time and it was gaining fast... I killed the process and the machine >returned back to normal speed. Why did this happen? There is a bug in UA. When it does not have control of the current window, it calls wait() waiting for a window signal. This is not a very smart thing to do when you have no child processes. Larry Weber mtunb!law