[PD-cvs] SF.net SVN: pure-data:[12760] trunk/externals/mrpeach/net/tcpserver.c

mrpeach at users.sourceforge.net mrpeach at users.sourceforge.net
Thu Nov 12 23:16:53 CET 2009


Revision: 12760
          http://pure-data.svn.sourceforge.net/pure-data/?rev=12760&view=rev
Author:   mrpeach
Date:     2009-11-12 22:16:52 +0000 (Thu, 12 Nov 2009)

Log Message:
-----------
Using pthreads to send each message to each client in its own thread. This should eliminate hangups when clients disappear halfway through, and increase responsiveness of Pd with [tcpserver]. Messages are sent as one unit instead of byte-by-byte. Select() is no longer used to check for available space in the buffer.

Modified Paths:
--------------
    trunk/externals/mrpeach/net/tcpserver.c


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list