I have some Perl projects which have been in regular use since 2014.
The server used to have a xampp installation and Windows 2008 R2. Everything worked nicely.
In the end of the year 2020 we got a new very fast server. The OS is Windows 2019 and I installed Active Perl. I configured it and everything seem to run perfectly.
But as soos ans there were more users than 1, everything gets pretty randomly very slow.
If I load some Perl modules (like “use DateTime;”) it could take a second or two. Readind a storable module hash-file could take like 5 seconds. (all these worked nicely in the old server). And sometimes things run smootly.
I’m totally clueless here.
Is it really that Active Perl just isn’t Windows 2019 compatible?