On Thu, Mar 11, 2010 at 2:10 PM, Patrick Galbraith wrote:
> Nick,
>
> I'm using mingw-w64, using msysgit as my shell setup. My compile options
> are:
>
> ./configure --host=x86_64-w64-mingw32 --build=i686-pc-mingw32 --prefix=/usr
>
> Would the issue be Makefile.am - start looking there?
Either Ma
Nick,
I'm using mingw-w64, using msysgit as my shell setup. My compile options
are:
./configure --host=x86_64-w64-mingw32 --build=i686-pc-mingw32 --prefix=/usr
Would the issue be Makefile.am - start looking there?
Thanks,
Patrick
Nick Mathewson wrote:
On Thu, Mar 11, 2010 at 1:31 PM, Patr
On Thu, Mar 11, 2010 at 1:31 PM, Patrick Galbraith wrote:
> Hi there! I have a patch for 2.0.4 in order to compile on Windows (tested on
> Windows 2008 64-bit), if not already addressed. Small issue. See attached.
>
The select.c backend is not for Windows; it will not work there, even
if you make
Hi there! I have a patch for 2.0.4 in order to compile on Windows
(tested on Windows 2008 64-bit), if not already addressed. Small issue.
See attached.
*** libevent-2.0.4-alpha/select.c Fri Feb 26 22:16:15 2010
--- libevent-2.0.4-alpha.patched/select.c Thu Mar 11 12:58:53 2010
***
Hi,
I am writing a network application in Java, and am using selectors,
which Java implements on top of epoll, on a Linux box. I have noticed
that a call to select available socket events might typically take
400us, and I only have one active connection out of a total of one
connections when I see