This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
rhino:faq:slowfileio [2025/01/24] maryfugier created |
rhino:faq:slowfileio [2025/01/28] (current) maryfugier |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Slow Paste from Clipboard ====== | ====== Slow Paste from Clipboard ====== | ||
- | === Rhino version: Any === | + | === Rhino version: Any Rhino for Windows |
- | **Problem: | + | **Problem: |
**Background** | **Background** | ||
- | * CopyClipboard | + | * **CopyClip** |
* The contents of the copy is written to a temporary file, since the clipboard typically is not sufficient. | * The contents of the copy is written to a temporary file, since the clipboard typically is not sufficient. | ||
- | * Rhino calls operating system functions to read and write with standard Windows API. | + | * Rhino calls operating system functions to read and write with //standard Windows API//. |
- | * Reading and Writing on a network drive can be slow from other applications. | + | * Reading and Writing on a network drive can be slow from other applications, too. |
* Rhino' | * Rhino' | ||
- | * That means that Rhino is unaware if it is reading or writing to a drive is local, removable, cloud or network. | + | * That means that Rhino is unaware if it is reading or writing to a drive is //local, removable, cloud or network//. |
- | === Recommendations: === | + | === Requirements === |
+ | Rhino' | ||
+ | * Windows mappable storage. | ||
+ | * This can be a UNC, local drive - physical, virtual or mapped. | ||
+ | * This does not include IP, FTP sites that are not mapped to a Windows UNC. volume or folder. So any file path like // | ||
+ | |||
+ | === Recommendations | ||
It may be best to contact the IT staff who were involved with this new server setup and tell them that file i/o across the network is slower: possibly security on the new server is tighter. | It may be best to contact the IT staff who were involved with this new server setup and tell them that file i/o across the network is slower: possibly security on the new server is tighter. |