Re: Whats the practical maximum file size using indexed allocation
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Free Unix support > Unix Programming > Re: Whats the practical maximum file size using indexed allocation




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Re: Whats the practical maximum file size using indexed allocation  
Nick Roberts


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-27-06 12:50 PM

Maxim S. Shatskih wrote:
 
>
> Because this pollutes the notion of the "parent directory" - what director
y is
> parent - link1 or link2?

> This also can break any tool which does directory recursion.

I think this is the most important point.

As I understand it, the inventors of Unix originally intended all Unix
file systems to be 'acyclic', meaning that there should never be any
path that could reach a directory through one of its own subdirectories.
Unix had a variety of programs that recursed (or had an option to cause
it to recurse) through a subtree of the directory structure, meaning
that the program operated on the files in a directory, and then operated
on all the files (and subdirectories) in its subdirectories. These
programs did not (originally) have any precaution against the infinite
recursion that would be caused a cyclicity; the program would just get
stuck*.

Nowadays, modern Unixen (and their many progeny) have directory
symlinks, and sometimes other kinds of directory links, and recursive
programs have had to be modified to give them some resilience against
infinite recursion.

For more, go to Google Groups, and search for 'acyclic' in a.o.d.

--
Nick Roberts


* This used to be called a 'crash' in the old days, but nowadays 'crash'
seems to be used exclusively for a program terminating due to error. Of
course, a program that gets stuck often eventually runs out of (virtual)
memory, and then crashes. The problem nowadays is that it can take a
long time for a program to run out of virtual memory, and doing so can
cause mayhem. :-)





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 01:11 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register