search for: mycach

Displaying 4 results from an estimated 4 matches for "mycach".

Did you mean: mycache
2006 Jan 13
6
rails bug ? metadata lost between page invocation ?
...2adf) but didn''t get very far. Hopefully this community will be able to help or let me know whether this is a genuine rails bug. This is a lengthy post, but please bear with me. So, I am trying to cache some data in memory, accross page invocation. I am using a simple class ''MyCache'', which simply holds a class variable ''@@saved_obj''. A problem arises when you try to put a model object (an ActiveRecord object) in @@saved_obj. If your model has ANY method (besides those in ActiveRecord::Base) , the cached object will NOT have these methods when y...
2014 Sep 18
2
[LLVMdev] How to cache MCJIT compiled object into memory?
Hi, All I m not sure if this question has been asked or not. I'd like cache the MCJIT compiled object into memory buffer so it can be reused later. I followed the Andy Kaylor's example wrote an inherited class from ObjectCache and use raw_fd_ostream to save the cache and load the cache from a file. I checked raw_ostream and its subclass, maybe I am wrong but I don't see one is fit to
2007 Jul 19
1
yum through a squid proxy
...repositories. In the squid access.log on the router i'm seeing invalid request method. This means that the box isn't yet talking proxy and is still trying to go through direct. To my yum.conf file i added lines similar to these: # The proxy server - proxy server:port number proxy=http://mycache.mydomain.com:3128 # The account details for yum connections proxy_username=yum-user proxy_password=qwerty I tried port 80 on that proxy line with the same results. Telneting to that ip/port works fine, iptables isn't blocking it. On the firewall i added the yum-user to the password file and...
2007 Nov 10
2
Array of files and other questions...
Hi I''m quite new to the art of writing puppet manifest, but the more I see, the more I like it :-) I''m trying to write a djbdns dnscache module. dnscache configuration is spread in several files, for instance the ip addresses allowed to query the cache each have a file in dnscache/root/ip/ whose filename is the address. I''m trying to automate the creations of those