I am running a daemon which analyses files in a directory and then deletes them. In case the daemon is not running for whatever rea开发者_运维技巧son, files get stacked there. Today I had 90k files in
I have a PHP application that for every request loads 1 ini file, and at least 10 PHP files. As these same files are loaded for every single request I thought about mounting them on a ram disk but I
I have a 20-million record table in MySQL database. SELECT\'s work really fast because I have set up good indexes, but INSERT and UPDATE o开发者_运维知识库peration is getting to be really slow. The da
Why are there no good drivers for Windows for reading ext2/3/4 filesystems?Googling around indicates that there\'s 2 or 3 开发者_JAVA百科out there, but all of them have problems.Is there some technica
I am looking for a fast way to find the number of files in a directory on Linux. Any solution that takes linear time in the number of files in the directory is NOT acceptable (e.g. \"ls | wc -l\" and
I have a MySQL database that contains millions of rows per table and there are 9 开发者_运维百科tables in total. The database is fully populated, and all I am doing is reads i.e., there are no INSERTs
I\'m about to create a user based website and will have to store photo, docs and other data for each user.
Curious as to the inode data structure differences between 128-byte ext2 and 256-byte ext3 file-systems.
I\'m writing backup software. I want to programmatically determine if a file has been modified si开发者_C百科nce last time. Is a flag or something like that on files under the EXT3 filesystem?Sure. Ju