search for: use_mutex

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

Did you mean: fuse_mutex
2007 May 14
7
Help a newb with 0.3.1
...o use .haml templates ActiveRecord session mixed in Rails session compatibilty on. Compiling routes.. merb init called Merb started with these options: --- :dist_root: /path/to/merb/mrblog/dist :allow_reloading: true :environment: development :merb_root: /path/to/merb/mrblog :cache_templates: true :use_mutex: true :config: dist/conf/mup.conf :host: 127.0.0.1 :show_error: true :port: "4000" :sql_session: true However any request to 127.0.0.1:4000 returns: Mon May 14 17:55:30 BST 2007: ERROR: undefined method `each'' for #<MerbUploadHandler:0x234bcfc> with nothing in the bro...
2008 Mar 16
0
Merb Init Problems
...s is a brand spanking new merb app: josh at JDS-MacBook:~/Projects/schmerb$ merb Merb started with these options: --- :exception_details: true :host: 0.0.0.0 :mongrel_x_sendfile: true :reloader: true :reloader_time: 0.5 :cache_templates: false :session_secret_key: /USERS/JOSH/PROJECTS/SCHMERB8520 :use_mutex: true :merb_root: /Users/josh/Projects/schmerb :session_id_cookie_only: true :port: "4000" :query_string_whitelist: [] :environment: development /usr/local/lib/ruby/gems/1.8/gems/merb-0.5.3/lib/merb/version.rb:45: warning: already initialized constant RELEASE Started merb_init.rb ... Lo...
2007 Dec 13
2
Trying to use ActiveRecord STI but fails
...using script/merb and stdout/stderr look like this: $ script/merb Merb started with these options: --- :exception_details: true :reloader: true :session_secret_key: .6393 :mongrel_x_sendfile: true :reloader_time: 0.5 :cache_templates: false :merb_root: /home/francois/src/florian-opsdb/trunk/amara :use_mutex: true :host: 127.0.0.1 :session_id_cookie_only: true :environment: development :port: "4000" :query_string_whitelist: [] Started merb_init.rb ... Connecting to database... Thu, 13 Dec 2007 03:22:38 GMT: loading gem ''merb_activerecord'' from config/dependencies.rb:16 .....
2007 Mar 07
3
Is there a thread safe ActiveRecord replacement?
I''m using merb as an application server backend for a client application, the goal is to be able to handle thousands of parallell sessions (not parallell requests). It will use sendfile to send files. The controller uses an singleton that saves sessions in a hash that is memory resident cross requests, but isn''t persistent otherwise. I''m using ActiveRecord since there