Thanks
On Oct 27, 2:10 pm, "Josef Finsel" <[EMAIL PROTECTED]> wrote: > You can get a 1.2.5 binary here:http://code.jellycan.com/memcached/ > > Or here:http://code.google.com/p/beitmemcached/downloads/list > > > > > > On Mon, Oct 27, 2008 at 4:55 PM, Vipin Kalra <[EMAIL PROTECTED]> wrote: > > > Where do you get version Memcahed win32 1.2.5 of Server. I am only seeing > > 1.2.1 herehttp://jehiah.cz/projects/memcached-win32/ > > > On Mon, Oct 27, 2008 at 1:50 PM, Josef Finsel <[EMAIL PROTECTED]> wrote: > > >> I'm not sure that the BeIT version works well with anything prior to > >> 1.2.5, which is what we're running on our .net platforms. > > >> On Mon, Oct 27, 2008 at 3:25 PM, Vipin <[EMAIL PROTECTED]> wrote: > > >>> You are right I am using .NET Client (BeITMemcached) and Win32 version > >>> of MEmcached (1.2.1. I should have mentioned that. > > >>> I tried using memcahed.exe -M after installing it first with the -d > >>> option but that time command wont complete. If only option is setting > >>> these using registry edit, it's little misleading to see these command > >>> line options. > > >>> I dont see any "-w" in the version that I am using. Am I using the old > >>> version of this? > > >>> As I said in earlier thread test that I was running had less than 10KB > >>> of keys. > > >>> Vipin > > >>> On Oct 25, 2:18 am, "Henrik Schröder" <[EMAIL PROTECTED]> wrote: > >>> > First, minor nitpick, you're using the win32 version of memcached, > >>> there's > >>> > no .Net version of it. There's .Net clients though, and it would > >>> probably > >>> > help if you told us which client you are using. > > >>> > Second, when you use the -d install option, whatever other options you > >>> put > >>> > in the command-line won't be stored. You have to manually find the > >>> registry > >>> > key and modify that if you want other options when you're running it as > >>> a > >>> > service. > > >>> > If you want to use the verbose mode, just run it directly from your > >>> > command-line with the -vv option and watch the output. If you > >>> absolutely > >>> > want logfiles, redirect output to a file. :-) > > >>> > Finally, I don't think fiddling with the options will help you with > >>> your > >>> > problem. You can't store values larger than 1MB, those will just be > >>> > discarded. Also, if you're using the Enyim .Net client, it hashes all > >>> your > >>> > keys, so you can't easily retrieve your value from other clients using > >>> the > >>> > key you used. Those are likely candidates for your problem. > > >>> > /Henrik > > >>> > On Sat, Oct 25, 2008 at 1:35 AM, Vipin <[EMAIL PROTECTED]> wrote: > > >>> > > I have recently started using Memcached for .NET and having problems > >>> > > with missing keys. I think problem that I am having is supposed to be > >>> > > fixed by option "-M" and allocating higher memory by using "-m 2048" > >>> > > but that doesn't seem to be working for me. I am installing Memcahed > >>> > > using this command:- > > >>> > > memcached -d install -m 2048 -M -l 10.184.4.94 -p 11211 -v > > >>> > > Also how do I go about using verbose. Are there any log files > >>> produced > >>> > > for the verbose mode? > > >>> > > Regards > >>> > > Vipin- Hide quoted text - > > >>> > - Show quoted text - > > >> -- > >> "If you see a whole thing - it seems that it's always beautiful. Planets, > >> lives... But up close a world's all dirt and rocks. And day to day, life's > >> a > >> hard job, you get tired, you lose the pattern." > >> Ursula K. Le Guin > > >>http://www.finsel.com/words,-words,-words.aspx(My blog) - > >>http://www.finsel.com/photo-gallery.aspx(My Photogallery) - > >>http://www.reluctantdba.com/dbas-and-programmers/blog.aspx(My > >> Professional Blog) > > -- > "If you see a whole thing - it seems that it's always beautiful. Planets, > lives... But up close a world's all dirt and rocks. And day to day, life's a > hard job, you get tired, you lose the pattern." > Ursula K. Le Guin > > http://www.finsel.com/words,-words,-words.aspx(My blog) > -http://www.finsel.com/photo-gallery.aspx(My Photogallery) > -http://www.reluctantdba.com/dbas-and-programmers/blog.aspx(My Professional > Blog)- Hide quoted text - > > - Show quoted text -
