I've found the cause of the slow TCP IPC connections bug on OS X, namely buffering output on the socket will cause the system to wait too long to spit out the results. Changes: * Check for OSX/Darwin in configure and define accordingly (HAVE_DARWIN) * Created stub functions for buffer_output, unbuffer_output, flush_output in sysdep.c

Attachment: sysdep.c.diff
Description: Binary data

Attachment: configure.ac.diff
Description: Binary data

Attachment: acconfig.h.diff
Description: Binary data

Reply via email to