From 9af796423b2a6303796a2b569ff03e230c292bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Fri, 13 Jul 2012 20:49:53 +0000 Subject: cosmetic fixes (whitespace) svn path=/trunk/externals/iem/iemnet/; revision=16156 --- NOTES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'NOTES.txt') diff --git a/NOTES.txt b/NOTES.txt index 1a4f2d2..da5ee7a 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -3,13 +3,13 @@ scratchpad for the development of iemnet speed & syslocks ================ -one bottleneck right now is the synchronisation with Pd's +one bottleneck right now is the synchronisation with Pd's main thread to register a clock callback. doing a sys_lock() whenever a package arrives will slow down things immensely. alternatives: no sys_lock(): will eventually crash Pd (no option) - use sys_trylock(): this might eventually fail to notify Pd of newly arrived + use sys_trylock(): this might eventually fail to notify Pd of newly arrived packets (bad for throughput) external polling: no syslock needed at all, but more complicated keep track of clock_callback: "notified" flag tells us, whether we have already @@ -23,4 +23,4 @@ tests for tcpclient/server: server disconnects -> client should get notified client crashes -> server should disconnect server crashes -> client should disconnect - + -- cgit v1.2.1