In <[EMAIL PROTECTED]> [EMAIL PROTECTED] (Peter Mueller) 
writes:

>Howdy,

>I've installed GNU ghostview V 1.5 in our AFS cell. When
>opening a file, ghostview opens a dialog box which offers
>a kind of history mechanism, showing the content of 
>the last two  directories. Ghostview seems to read in
>*all* information about the files. This leads to the
>following problem:

>If the path shown in Ghostview includes /afs/..., 
>Ghostview tries to obtain information for all mounted
>cells ... This results in an enormous slow down; work
>is no longer possible. Once one have reached a directory
>which is deep enough to not include /afs/... performance
>is ok.

This was happening here when a "Save" of the marked pages was attempted.

The way I solved it (with V1.4.1 of Ghostview anyway) was to take out 
the NON_BLOCKING_IO define:

#       DEFINES = -DNON_BLOCKING_IO $(SIGNAL_DEFINES) $(SELFILE_DEFINE)
        DEFINES = $(SIGNAL_DEFINES) $(SELFILE_DEFINE)

This prevented it from decending the AFS tree.

-- 
Sly Upah
ISU Comp Center Consultant, Postmaster, Student Development Group Manager
<A HREF="http://www.public.iastate.edu/~supah/homepage.html">WWW Home Page</A>

Reply via email to