search for: filecach

Displaying 8 results from an estimated 8 matches for "filecach".

Did you mean: filecache
2003 Aug 24
2
wxRuby 0.1.0 Alpha has been released!
http://rubyforge.org/project/showfiles.php?group_id=35&release_id=46 The code itself has been quite stable for several weeks. This release includes Gour''s excellent MinGW README notes, along with various updates to the README, and clarification of the LICENSE. Thanks to everyone for your help in putting this together. It was definitely a team project. I look forward to getting lots
2002 Dec 04
2
Suggestion: rsync and direct IO
...ady to use the new data. Obviously this feature isn't tied to Direct-IO, so I'd call the new feature something like -avoid-system-cache or something. I will probably make the feature an optional one because I can imagine having a situation where sometimes I'd want it to hit the system filecache and sometimes I wouldn't. Sample use: Here at Altavista we copy large indexes around (multiple gigs of data). Obviously the new version of the index isn't good until the whole thing is ready. The old version of the index is using the operating system's buffer cache to increase pe...
2010 Jun 30
5
Possible feature request: sync_on_close mode for scp/sftp uploads
Hi all, First, my apologies if this is not the right forum for this... if there is a more appropriate place to make OpenSSH feature requests, or if this feature already exists, please let me know. Some background: My company makes an 'embedded' audio server box that runs Debian Linux, and one of the product's features is that users can upload files to the server via SSH, using their
2009 Jul 15
1
How to limit memory reported to a program?
I'd like to run write.exe (an - I think - old Windows 3.1 application). The problem is: It doesn't run but brings up a message that there isn't enough working memory (out of memory error). Actually, there is too much of it. With Windows itself, I can fix it by adjusting the FileCache entry in the system.ini (see http://support.microsoft.com/?scid=kb;en-us;253912). Unfortunately, this won't work with wine. Is there a possibilty in wine to give an application less memory to work with? Did anyone succeed in making write.exe run with wine?
2007 Apr 18
20
dependency and communication between defined classes
Hi, i wanted to know how you handle case when classes or define need to communicate between them. For exemple i got an ftpd define and a apachevhost define. Both need to know the path where the vhost is set and this path is defined by the ftpuser home''s directory. How can i ask information from other define or other classes ? we allready seen that tag are not reliable as they
2007 Feb 22
33
Scaling Puppet 0.22.1 to hunderdes of nodes.
Hi, My environment is composed of ~250 workstations hitting a single puppetmaster server, which has been working fairly well up until now. The most recent change has been a migration of a lot of remote file copy objects which were previously handled with cfengine. client side puppetd calls to the puppetmaster.getconfig method are taking unreasonably long, on the order of 2-3 minutes. It
2007 Sep 13
0
Compilation error when linking libsmbclient.so :-(
...y one of you please let me know as how should I go about resolving this error ? Thanks and Regards, Avinash g++ -g -O2 -o GenericCrwl crwl_cmdargs.o crwl_main.o crwl_crawl.o ../thirdparty/libs/libdb_cxx-4.3.so -L/net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsystems/src/thirdparty/libs ../filecache/libfilecache.a ../cred/libcred.a ../crwl_plugins/cifs/libcrwl_cifs.a ../crwl_plugins/documentum/libcrwl_documentum.a ../crwl_plugins/local/libcrwl_local.a ../miscutil/libmiscutil.a -lmsrpc -lsmbclient -lfind -lgnulib -lutil -lpthread -lm /net/172.17.8.206/usr/local/avinash/p4/iControl/src/subsyste...
2020 Mar 26
5
Multi-Threading Compilers
> On Mar 26, 2020, at 10:55, Nicolai Hähnle <nhaehnle at gmail.com> wrote: > > On Thu, Mar 26, 2020 at 11:53 AM Florian Hahn <florian_hahn at apple.com> wrote: >>> It also doesn't solve the problem of Functions themselves -- those are >>> also GlobalValues… >> >> I am not sure why not. Function passes should only rely on the information at