Re: Issue 149 in memcached: memcached.exe exits with Failed to ignore SIGHUP

2010-08-17 Thread memcached
Updates: Summary: memcached.exe exits with Failed to ignore SIGHUP Comment #11 on issue 149 by ingenthr: memcached.exe exits with Failed to ignore SIGHUP http://code.google.com/p/memcached/issues/detail?id=149 As I said above, -d NO LONGER SETS IT UP AS A SERVICE. The code was later

Re: Issue 149 in memcached: c:\memcached\memcached.exe -d install on windows 7 server

2010-08-17 Thread memcached
Comment #10 on issue 149 by skrolle: c:\memcached\memcached.exe -d install on windows 7 server http://code.google.com/p/memcached/issues/detail?id=149 Right, if you check out this: http://code.jellycan.com/files/memcached-1.2.6-win32-src.zip ...you'll notice that there is a win32 folder w

Re: Issue 149 in memcached: c:\memcached\memcached.exe -d install on windows 7 server

2010-08-17 Thread memcached
Comment #8 on issue 149 by skrolle: c:\memcached\memcached.exe -d install on windows 7 server http://code.google.com/p/memcached/issues/detail?id=149 I also tried with the 1.4.5 version from Northscale and got this: C:\memcached-x86>sc create memcachedtest binpath= "c:\memcached-x86\memcac

Re: Issue 149 in memcached: c:\memcached\memcached.exe -d install on windows 7 server

2010-08-17 Thread memcached
Comment #7 on issue 149 by dsallings: c:\memcached\memcached.exe -d install on windows 7 server http://code.google.com/p/memcached/issues/detail?id=149 I know roughly nothing about Windows, but why would you add -d to the sc thing? In unix, I'd expect it to make that not be controlled by t

Re: eliminating the taking lock for cqi_freelist

2010-08-17 Thread dormando
Can you resubmit as a unified diff? On Tue, 17 Aug 2010, ilnarb wrote: > I suggest you to eliminate taking of the lock on cqi_freelist. > In order to it we should done all work on cqi_freelist by one thread > -- dispatcher thread in memcached. > I made some changes in queue code, including improv

Re: Issue 149 in memcached: c:\memcached\memcached.exe -d install on windows 7 server

2010-08-17 Thread memcached
Comment #6 on issue 149 by bpatru: c:\memcached\memcached.exe -d install on windows 7 server http://code.google.com/p/memcached/issues/detail?id=149 I've did this: 1) run CMD as an administrator (see comment 5) 2) type SC create memcached binpath= "c:\memcached\145\memcached.exe -m 512 -d"

eliminating the taking lock for cqi_freelist

2010-08-17 Thread ilnarb
I suggest you to eliminate taking of the lock on cqi_freelist. In order to it we should done all work on cqi_freelist by one thread -- dispatcher thread in memcached. I made some changes in queue code, including improvements for cache line. It will work on any platform. There are patch file (diff -