Is it just the opening of the file dialog box that's slow or are there any other operations that are slow too? If it's just the dialog, then it may a because of the file system? Parallel file systems can be notoriously slow for operations like directory listings. The dialog does try to list the "current" directory and as well as get information about the listed files/directories. Could that potentially be the problem?
Utkarsh On Tue, Jun 10, 2014 at 3:13 AM, <[email protected]> wrote: > Hi, > I got a basic client-server set-up working -- in this instance where I have > direct access to both machines and the server is not 'headless' . the > rendering of volume data seems fast as I expect , but oddly some > 'not-rendering' tasks seem to be unusually slow; such as opening the 'file > open' dialog box , any ideas ?? > This is Linux Red hat EL 6 with GNOME desktop , I can ask the admins about > any more detailed configurations. > > Thanks > Robert > > > > -- > This e-mail and any attachments may contain confidential, copyright and or > privileged material, and are for the use of the intended addressee only. If > you are not the intended addressee or an authorised recipient of the > addressee please notify us of receipt by returning the e-mail and do not use, > copy, retain, distribute or disclose the information in or attached to the > e-mail. > Any opinions expressed within this e-mail are those of the individual and not > necessarily of Diamond Light Source Ltd. > Diamond Light Source Ltd. cannot guarantee that this e-mail or any > attachments are free from viruses and we cannot accept liability for any > damage which you may sustain as a result of software viruses which may be > transmitted in or with the message. > Diamond Light Source Limited (company no. 4375679). Registered in England and > Wales with its registered office at Diamond House, Harwell Science and > Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom > > > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
