Vincent van Ravesteijn wrote:
Helge Hafting schreef:
If you need a slow filesystem on any platform, just add "sleep(1)" in
the various filesystem access methods. (Possibly protected by #ifdef
FSDEBUG or something.) Not read/write methods, but anything that opens
files, closes them, gets statistics or deal with pathnames.
I expect that to hamper startup and loading a lot. Ideally, you should
still get full speed on typing text. And any editing of plain
paragraphs and insets backed by the document itself only.
Helge Hafting
If that's 1 second, then you'd have to wait 35 minutes before LyX is
started :(...
Well, a 0.1s sleep is also possible. Or just print a debug message "FILE
ACCESS" to the console - the goal then becomes to have a minimum of
unexpected messages when editing a complicated set of documents.
Helge Hafting