search for: dalli

Displaying 11 results from an estimated 11 matches for "dalli".

Did you mean: dalle
2007 Apr 24
1
read.table
sorry, I don't undersatnd what happens Annee_O;Id_Essai;Id_Rep;Id_Geno;Id_Cult;Lib_Geno;St_Cult;Id_Par;X_Par;Y_Par;Id_Cara;Surf_O;Val_O;Ori_O;Stade_O;Date_O;Id_Bloc;Id_TrT1 2004;1006003;1;55094;1012988;XF 338/1;;1;1;1;137;;9.4;P;;09/09/2004;1;0 2004;1006003;1;55094;1012988;XF 338/1;;1;1;1;193;;189;P;;01/01/2004;1;0 2004;1006003;1;55094;1012988;XF 338/1;;1;1;1;103;14.95;85;P;;09/09/2004;1;0
2012 Aug 08
1
Memcache and Rails - Storing String as values.
Hello all, I have been using Memcache with my rails application to store certain key value pair.... I am using Dalli gem for the same... So Here''s what i do from console: require ''dalli'' dc = Dalli::Client.new(''remoteserver:11211'') dc.set(''example_link'', "http://www.google.com") => true value = dc.get(''example_link'')...
2010 Nov 29
3
session active_record_store
...save it (encrypted/scrambled) in the DB, but it doesn''t persist in the session hash when I attempt to retrieve session[:blah] later on. I believe Rails/Rack somehow believes all my sessions are coming from a different browser, does anyone have any clue? I tried to use memcache store and dalli store as well, they failed at "key too long" problem at the page load time, which also doesn''t have any previous posts on these forums... So I gave that up and am trying to solve the above active_record issue as I need to move away from my current Cookie based session store. I am...
2010 Sep 28
3
kgio library / RubyGem
Hello all, I''ve released kgio, a kinder, gentler I/O library for Ruby. Some of its features are useful for Unicorn, and all of it is useful for Rainbows! I intend to make kgio a requirement for both Unicorn and Rainbows!/Zbatery. I''m comfortable with the code, but extra testers and extra eyes to review it would be helpful (it''s nearly all C). There were several
2010 Nov 20
6
unicorn 3.0.0 - disable rewindable input!
Changes: Rewindable "rack.input" may be disabled via the "rewindable_input false" directive in the configuration file. This will violate Rack::Lint for Rack 1.x applications, but can reduce I/O for applications that do not need a rewindable input. This release updates us to the Kgio 2.x series which should play more nicely with other libraries and applications. There are
2010 Sep 17
0
Weird caching error
Using memcached/dalli on rails 2.3.5 I am trying to render to partials from the cache..and I see the following messages in the production log. [DEBUG 17-09-2010 10:03:06] Cache read: category_nav [DEBUG 17-09-2010 10:03:06] 127.0.0.1:11211 running memcached v1.4.2 [DEBUG 17-09-2010 10:03:06] Cache hit: category_nav ({...
2012 Jan 25
0
Can't Get Caching to Work with Heroku and Memcache
...apparently doing something wrong. Issue 1: view of action doesn''t seem to expire Issue 2: when I use :layout => false, both my admin and app layout are used (trying to only get the application layout) Any help for this newbie would be most appreciated! production.rb (also installed dalli per heroku documentation) config.cache_store = :dalli_store config.action_controller.perform_caching = true (added after reading http://bit.ly/oRKub1) controller layout ''admin'' caches_action :show, :layout => false def show render :layout => ''application'&...
2013 Jan 03
6
How to avoid simple race conditions with Session?
Here is the situation: - the client makes a request - it is followed by AJAX polling The server needs to keep track of some stuff during this process. I have been using the Session and it "mostly" works… until the user decides to open another tab in her browser and she makes a new, parallel request. In this case, the data from the two requests is merged, which leads to bugs. This got
2013 Feb 22
3
puppet could'nt find hiera even when hiera gem is installed
Hiera was properly working in my environment. But puppet was looking at old version even when I have the latest hiera gem installed. So I could''nt use json backend. But puppet is not looking at my latest hiera gem. Not sure when went wrong here. Scenario: I have installed hiera couple of months back. So the gem was installed under /opt/puppet/lib/gems/1.8/gems/hiera-0.3.0
2013 Jan 20
6
preload_app = true causing - ActiveModel::MissingAttributeError: missing attribute: some_attr
Greetings, I''m getting this - ActiveModel::MissingAttributeError: missing attribute: some_attr - on a random basis under a unicorn server, running rails 3.2 and ruby 1.9.3 As the case of the last poster in the following thread - https://github.com/rails/rails/issues/1906 - I too am able to resolve this issue by settingpreload_app to false. However, this is not the behaviour I want to
2012 Jan 12
2
Unable to install Puppet Enterprise v2.0.0 for RHEL 5-x86_64
...k ########################################### [ 65%] 36:pe-httpd-passenger ########################################### [ 67%] 37:pe-puppet-dashboard ########################################### [ 69%] 38:pe-rubygem-ar- extension########################################### [ 70%] 39:pe-rubygem-dalli ########################################### [ 72%] 40:pe-rubygem-tilt ########################################### [ 74%] 41:pe-rubygem-sinatra ########################################### [ 76%] 42:pe-rubygem-rbvmomi ########################################### [ 78%] 43:pe-rubygem-ruby-hmac...