On May 29, 2010, at 5:37 PM, Jonathan Nieder wrote:
Implement the subset of poll() semantics needed by git in terms of
select(), for use by the Interix port. Inspired by commit 6ed807f
(Windows: A rudimentary poll() emulation, 2007-12-01).
I would be interested to hear whether this works on msysgit and
Interix.
For what it's worth, after creating a poll_compat library for Lamp
(Lamp ain't Mac POSIX) from the original plproxy code and linking git
against it, I'm able to serve fetch requests from git daemon. I
haven't tried simultaneous connections, though.
http://github.com/jjuran/git/
Josh