bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EXTERNAL] Re: Performance issues using GAWK 3.1.6 ->from Win 2008 t


From: Manuel Collado
Subject: Re: [EXTERNAL] Re: Performance issues using GAWK 3.1.6 ->from Win 2008 to Win 2016
Date: Wed, 16 Jun 2021 23:17:07 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

El 15/06/2021 a las 17:13, Koleti, Haritha via Bug reports and all discussion about gawk. escribió:

...  But we have  100s of scripts . It would really help if we can find a root 
cause why this 10 minutes versus 90 minutes.


According to the "Ockham's razor" principle, "the simplest explanation is usually the best one."

In this case:
- The scripts are the same
- Data are essentially the same
- GAWK (3.1.6) was initially the same
- Hardware is the same (assumed)
- The OS has changed.

So the most probable cause of the loss of speed is the configuration of the new server. Possible issues:

- Virtual memory size (partition or fixed file).
- Network drives vs. local disk drives.
- Disk cache.
- Other processes or daemons (services) competing for memory or disk.
- etc. etc.

If the awk scripts do not use gawk extensions, then it should be possible to run them with other Windows awks (mawk, "the one true awk", ...) and see if there is a difference in speed.

Just my 2c.

--
Manuel Collado - http://mcollado.z15.es



reply via email to

[Prev in Thread] Current Thread [Next in Thread]