Absolute paths, follow FILE SYSTEM and OS rules for access. IE d:\MyColdFusionCode\
Something.CF would need permission to access d: read d: then at least read MyColdfusionCode\and then execute
Something.CF whereas relative paths follow Network and then File System Rules.. KE D:\Coldfusion2021\wwwroot\SymlinktoMyColdfusionCode\
Something.CF would use network user and group to access the file local user and or group. The OS differences from a Linux to Windows node from a high-level model are no different. An example would be cfinclude template =
Something.CF" if run in the same directory would use the network service whereas cfinclude /hard/path/to/file/ works, but follows the OS file access rule. As for your template, or your server, check IO use and your page file settings. If its a Windows Server, you should exclude the entire directory running ColdFusion code from the antivirus engine.