vfs
Buffering on top of VFS
the probl开发者_如何学Goem I try to deal with it is the saving of big number (millions) of small files (up to 50KB), which are sent via network. The saving is done sequential: server receives a file o[详细]
2023-03-09 04:44 分类:问答Limit buffer cache
I am wondering if there\'s any way to set an upper 开发者_如何学运维limit on the buffer cache usable address space? I think that there\'s no limit and once the memory usage gets to a certain point, ot[详细]
2023-02-17 12:34 分类:问答How can I enumerate all the file in a directory in POSIX/c c++?
I need to enumarate all the file in a dir and then navigate to the subdir and do the same. Ideally the algorithm should work开发者_C百科 in the same way on linux macos [windows(obsolete) no more].[详细]
2023-02-15 16:31 分类:问答How to change a file that used to be a directory back to directory on linux?
I was playing around with Apache VFS API to move files back and forth between my local machine and remote linux host over sftp and it converted some directories to files somehow on my linux host from[详细]
2023-02-07 23:13 分类:问答Find size and free space of the filesystem containing a given file
I\'m using Python 2.6 on Linux. What is the fastest way: to determine whi开发者_如何学Goch partition contains a given directory or file?[详细]
2023-01-26 08:10 分类:问答Why does DefaultFileMonitor keep listing the files in my FTP location in a loop?
An edited version of the java code: FileSystemOptions opts = new FileSystemOptions(); DefaultFileSystemConfigBuilder.getInstance().setUserAuthenticator(opts, auth);[详细]
2023-01-03 02:06 分类:问答ColdFusion 9 Virtual File System and Clustering
开发者_如何学JAVADoes the VFS work in a cluster scenario? It does not look like it. The docs on GetVFSMetaData only list RAM and I have not seen anything that discusses calling to another server\'s VF[详细]
2022-12-15 13:20 分类:问答Implementing symlinks in a virtual file system
I\'m working on a virtual file system which isn\'t disk based, kind of like /proc. Now I want to create a symlink within it to a target on a ext3 file system. I haven\'t found any standard documentati[详细]
2022-12-14 18:12 分类:问答Ideas for implementing a VFS
I have multimedia files and its metadata stored in a RDBMS (actually, the actual media files are stored in the FS, but let\'s not dwell on that).[详细]
2022-12-12 11:15 分类:问答Difference between statvfs() and statfs() system calls?
Why do the statfs() and 开发者_运维知识库statvfs() calls both exist when they\'re so similar?[详细]
2022-12-10 17:22 分类:问答