"Steve K. Sears" wrote: > Got it down to 35 seconds before it starts to print by following your > suggestion. Still don't know why it takes that long to process a 2K > ASCII file. > I thought maybe dosemu was hogging all the resources (from reading > previous threads), When dosemu hogs CPU, it actually means that it lets the dos program to hog CPU so the program is executed faster, but other linux processes are executed slower. Dosemu itself does not require a lot of CPU power.
> but it only takes about 1% when this program runs (or > even prints). And this can be the the reason why you have slow execution or slow printing: dosemu is not allowed to pass alot of CPU power to the dos app. Try allowing dosemu to hog CPU and see if it helps. To do that, you should set $_hogthreshold to 0. - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
