From owner-freebsd-hackers Thu Jun 8 22:16:17 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA13176 for hackers-outgoing; Thu, 8 Jun 1995 22:16:17 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA13170 for ; Thu, 8 Jun 1995 22:16:14 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id WAA07790; Thu, 8 Jun 1995 22:19:34 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id WAA00195; Thu, 8 Jun 1995 22:16:29 -0700 Message-Id: <199506090516.WAA00195@corbin.Root.COM> To: Charles Henrich cc: freebsd-hackers@freebsd.org Subject: Re: Slow startup of processes? In-reply-to: Your message of "Fri, 09 Jun 95 01:00:16 EDT." <199506090500.BAA01171@crh.cl.msu.edu> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 08 Jun 1995 22:16:28 -0700 Sender: hackers-owner@freebsd.org Precedence: bulk >How come for no apparent reason it takes forever (5+ seconds) to start up a >process thats been running continually (for example openening another xterm. Try adding something like this to your .login (assuming csh): eval `tset -s` >Is there some weird vm thing going on here? Not likely. -DG