Go to file
Angus Salkeld 62cef166b4 IPC: improve shm performance by timing out earlier on poll()
My receint change adding in a call to recv_ready(, 10) was
really slowing down the shm performance.
So now I am rather retrying which doesn't slow it down
and also passes "make check".

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2010-12-14 22:54:16 +11:00
docs DOCS: set the version from a configure variable 2010-12-13 15:51:47 +11:00
include IPC: rename _ref_inc() to _ref() 2010-12-13 16:18:19 +11:00
lib IPC: improve shm performance by timing out earlier on poll() 2010-12-14 22:54:16 +11:00
tests LOOP: change timers to be nano second based 2010-12-13 12:23:45 +11:00
.gitignore TEST: add a check_resources script 2010-11-02 23:17:39 +11:00
autogen.sh libtool and code re-structure 2010-04-15 23:25:29 +10:00
check_all Fix ./check_all 2010-11-03 21:39:14 +11:00
coding_style.txt Add the coding style definition file. 2010-07-06 12:45:46 +10:00
configure.ac IPC: change service instance from handle to pointer. 2010-11-03 21:41:05 +11:00
COPYING Re-license to LGPL 2.1 2010-05-25 06:11:59 +10:00
INSTALL Initial Commit. 2010-03-11 14:19:39 +11:00
libqb.spec.in Add a resizable array that doesn't move memory. 2010-10-19 07:05:54 +11:00
Lindent Add a script for indenting the code (kernel formatting) 2010-06-10 21:34:17 +10:00
Makefile.am LINT: get the lint target working. 2010-10-19 22:36:08 +11:00
README Initial Commit. 2010-03-11 14:19:39 +11:00
release.mk Tweek the release.mk file to produce tags like vX.Y.Z 2010-10-18 10:41:38 +11:00
TODO IPC: rewrite (simpler API & more structured layout). 2010-08-23 12:46:36 +10:00