Mail Archives: djgpp/1995/12/03/03:34:40
On Sat, 2 Dec 1995, Orlando Andico wrote:
> I am using a DJGPP-compiled program under Win3.1 in a dos box <ugh> in an
> HTTPD script. Other than the usual Windows gripes, this system is *very*
> slow. When somebody requests the daemon, it spawns the DOS box and runs
What are the PIF settings of the minimum and maximum EMS and XMS memories
for the DOS box on your system? If you use the default values as they
come with Windows, chances are your application uses virtual memory and
pages to disk, which will indeed make it painfully slow. To check if
this is the problem, make the minimum settings at least 2048K (4096K
recommended), and set the maximum to -1.
- Raw text -