Do anyone have an idea how many subdirectories (folders) can we create inside a parent directory, in Unix and Windows? is there a limitation at all??? cheer
kevin
I wrote a program and it can create about up to 22,000 in Unix and 31,000 in Windows. If I need only a few hundreds or a few thousands then I wouldn't ask.
I am writing a geocities-like program, but do not use relational database to keep tracks of members, just plain files and folders. if the directory limitation stop me from signing the 22,001th members then I would consider using relational database then. cheer
kevin
I'm not sure about Windows, but I know there is a limit to the number of files/folders in a single directory on *nix. I had a problem with this in a previous job. If I remember correctly it's when it hits the 32k point.
I would consider a relational database with that number of subdirectories to paruse through for information. I think in the long run it will pay off for you and your customer. You probably will find a great deal more flexiblity down the line. Although, flatfile DB's can be very fast, they dont lend themselves to easy maintance. I dont really know what you have planned but the project sounds like it could get potentially quiet large and maintance of the data may be an issue. One last point, should the customer ever become dissatisfied with or outgrow the server, the web site would be more portable.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.