Let\'s say my application creates, stores and retrieves a very large amount of entries (tens of millions). Each entry has variable number of different data (for example, some entries have only a few b
I was very surprised when downloaded two imageboard php scripts. There is no connection to database, threads and posts are listed as files and folders. Is this way faster than standard mysql database
I\'m trying to create, a fast and somewhat intelligent file copy algorithm (in c# but platform independent).
I have a very strange problem indeed! I wonder if the problem is in the framework, OS or maybe it开发者_如何转开发\'s just me, misunderstanding things...
I need some opinions pointers on creating pseudo-filesystems for linux/*nix systems. Firstly when I say pseudo-filesystem I mean something like /proc where the structure within does not represent act
I\'m trying to write a PHP script to download a zip file from a web server that contains a single CSV file and then load the contents of the extracted CSV file into an existing MySQL database table.
i have some documents that has been copied in a folder.(example with word) when i use filesysteminfo.CreationTime i get the date when i copied it.
What is the best(fastest) way to determine if a Samba mount point is dead on Linux? I need to do it in C. System calls like statfs(), statvfs() block for 30-40 sec when called on a stale mount, and th
The C language convention counts array indices from 0. Why do inode numbers 开发者_StackOverflow中文版start from 1 and not 0?
My application indexes contents of all hard drives on end users computers. I am using Directory.GetFiles and Directory.GetDirectories to recursively process the whole folder structure. I am indexing o