Slow Network Performance Due to Search Paths
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This really should be posted in an AutoCAD Ideas forum but I wasn't finding one.
The problem:
AutoCAD performance degrades significantly when network locations are added to the Support file Search Path. This has been an ongoing problem for many releases. It makes AutoCAD nearly unusable when trying to work on files over a network with a slow connection. Each keystroke can take seconds or more to process as AutoCAD searches each network path with each entry.
Autodesk attempted to resolve this problem by introducing Project Files Search Paths. On the face of it, this seems like it would be a solution. The problem is that the implementation contained a boneheaded caveat: The Project files Search Path is tied to a variable that is stored in the drawing itself. if the variable is not set correctly prior to the drawing being loaded, the reference files are not found. At best, the designer must manually reload the unresolved reference files. The real headache comes in when a designer tries to batch process or publish drawings that have an incorrectly set PROJECTNAME variable. The references aren't loaded. This has resulted in many a drawing being plotted incorrectly or worse, issued to a client.
Autodesk could turn the Project Files Search Path into a workable solution by doing one thing: Create a "DEFAULT" override that will force a specific Project Files Search Path regardless of a drawing's PROJECTNAME variable setting.