This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: groan: installation


On 3 Nov 2002, Nic Ferrier wrote:
> I get the same thing but also with the install.sh calls. In my case
> the installation is copying a file from one filesystem to another so
> the disc driver is getting involved there, I guess that's why it's
> slow.

On what OS?  The Linux kernel delays writing metadata unless you mount
with the `sync' option.  Windows OTOH is horribly slow at creat/unlink
calls (or whatever they are called in win32).

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]