Xref: alice comp.databases.oracle.server:26534
Path: alice!news-feed.fnsi.net!newsfeed.direct.ca!nntp.portal.ca!news.bctel.net!not-for-mail
From: "Thor HW" <thor@Echidna.net>
Newsgroups: comp.databases.oracle.server
Subject: Re: poor performance with 16 bit applications
Date: Sat, 8 Aug 1998 17:19:39 -0700
Organization: BCTEL Advanced Communications
Lines: 12
Message-ID: <6qir8d$md5$1@news.bctel.net>
References: <35CD2E64.D94@msh.de>
X-Newsreader: Microsoft Outlook Express 4.71.1712.3
X-Mimeole: Produced By Microsoft MimeOLE V4.71.1712.3

when you run 16-bit applications on NT, you invoke the WOW engine (Windows
On Windows).  This usually makes for a larger memory footprint ... and
having to thunk between the16 and 32 bit environments.  I'd suspect that is
making your laptop swap pretty heavily and hurting performance.  secondly,
NT allows you to choose priority levels of foreground and server
applications, which will also impact performance.  lastly NT spawns threads
and executes them wonderfully ... spawning applications (and your case a WOW
shell as well) it is dismal at.

Thor HW


