Re: [PATCH 2/3] Add read-cache--daemon
From: Duy Nguyen <hidden>
Date: 2016-06-15 23:01:07
From: Duy Nguyen <hidden>
Date: 2016-06-15 23:01:07
What do you think is a good replacement for unix socket on Windows? It's only used to refresh the cache in the daemon, no sensitive data sent over, so security is not a problem. I'm thinking maybe just TCP/IP server, but that's going to be a system-wide daemon.. Perhaps the windows daemon could just monitor $GIT_DIR/index and refresh it? -- Duy