Thanks Alan. Nothing quite as much fun as porting ;-)
William
Alan Conway wrote:
On Tue, 2008-08-26 at 15:59 -0600, William Henry wrote:
Hi Martin,
Thanks for the response. Yes I meant the C++ side.
I'll try the Java side in the meantime.
Looking through the INSTALL for C++ the instructions are very linux
focused - which is too be expected. If I get time I'll see about
downloading the appropriate prerequisite packages and trying to get C++
to work on OS X but I have too much going on right now.
The biggest issue will be epoll - I think it's a Linux thing. There's
already Solaris & Windows impls out there so it can be ported. A generic
posix poll() impl would probably work and be portable to most unixen but
probably not as fast as epoll or the solaris event framework stuff.