One of the issues that I have run up against running OPENVMS on simh is that the tuning parameters for the OS are not optimal for todays high speed disks.<br><br>If you run a IO intensive application (like synching mirrored disks under VMS) the IO operations can easily chew up all of the emulated cycles available.  I had given some thought to changing the disk drivers so that there were built-in delays to more accurately represent that dasd that was availble for the 3900 - but decided that it wasn't worth the effort...<br><br>Villy<br><br>----- Original Message -----<br>From: Gary Lee Phillips <tivo.overo@gmail.com><br>Date: Monday, May 17, 2010 10:09<br>Subject: Re: [Simh] Batch vs interactive<br>To: simh@trailing-edge.com<br><br>> The answer depends on what machine you are emulating and with what<br>> operating system. Something like a VAX with OpenVMS has a lot of<br>> tuning parameters within the operating system for balancing <br>> batch and<br>> foreground priorities. Most systems that had simultaneous batch and<br>> interactive operation were set up in this way. But the controls are<br>> internal to the operating system software, not to the hardware itself<br>> and therefore not in the purview of SIMH settings.<br>> <br>> Or did you mean that you are letting something run on a SIMH emulation<br>> and it gets in the way of doing other things on your host machine?<br>> There is a setting to control the percentage of the host CPU <br>> that is<br>> used by most SIMH emulators I've tried, though I don't know <br>> whether it<br>> is active in all of them:<br>> <br>> SET THROTTLE xx%<br>> <br>> This command given at the SIMH command prompt limits the amount <br>> of CPU<br>> that can be taken up by the SIMH emulation at any time to xx% of the<br>> whole.<br>> <br>> It will not, however, balance between batch and interactive processes<br>> running within the emulation. Those will both be slowed down by an<br>> equal amount. Tuning that balance requires internal settings in the<br>> emulated environment.<br>> <br>> --Gary<br>> _______________________________________________<br>> Simh mailing list<br>> Simh@trailing-edge.com<br>> http://mailman.trailing-edge.com/mailman/listinfo/simh<br>>