Im trying to get the memcache-client working. Im not a development, windows environment and I tried doing: CACHE = MemCache.new ''localhost:11211'', :namespace => ''my_namespace'' but the mem-cache server isnt connecting.Then, when I do ARCLass.get_cache, it says "MemCache::MemCacheError: No connection to server" Any ideas why I cant establish the memcache connection? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
It turns out that Im actually getting the infamous "Bad file descriptor - connect(2)" whenever I try to do TCPSocket.new(port, host) I tried "localhost","127.0.0.1", and "<my ip address>" for the host along with various port numbers, I seem to always get this error. I turned off the protection settings on my Norton AntiVirus and that didn''t help. Do you think I should try turning off the Norton AV completely? What else might be wrong? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---