M
Marcel Müller
Hi,
I am working with Eclipse Juno in a cross platform development. The
source code is on a NFS server, which is not that fast.
Unfortunately Eclipse seems to access the source files over and over, I
guess to verify whether they are modified or removed in the file system.
This causes GUI interactions like moving files from one editor to
another to become incredibly slow. It sometimes takes seconds until the
green highlight responds to mouse movements. And often I create new
editors accidentally. Other actions like changing the current file are
affected too.
Is it possible to avoid these kind of access? I do not need the up to
date checks. Especially not /that/ often.
Using a local workspace speed up the things at least by a factor 10. But
this also increases the compile time on the remote machine by a factor
10, which is definitely undesirable.
Marcel
I am working with Eclipse Juno in a cross platform development. The
source code is on a NFS server, which is not that fast.
Unfortunately Eclipse seems to access the source files over and over, I
guess to verify whether they are modified or removed in the file system.
This causes GUI interactions like moving files from one editor to
another to become incredibly slow. It sometimes takes seconds until the
green highlight responds to mouse movements. And often I create new
editors accidentally. Other actions like changing the current file are
affected too.
Is it possible to avoid these kind of access? I do not need the up to
date checks. Especially not /that/ often.
Using a local workspace speed up the things at least by a factor 10. But
this also increases the compile time on the remote machine by a factor
10, which is definitely undesirable.
Marcel