search for: 30446

Displaying 2 results from an estimated 2 matches for "30446".

Did you mean: 3044
2006 Aug 30
5
OT: CentOS hosting recommendations
Hi everyone, I am looking for a dedicated server with CentOS. Any recommendations? Ideally I would like to use one of the CentOS sponsors, but I think that there are far too many to be able to compare them all by refreshing (maybe there is a page with just a list of links to sponsors but I couldn't find it). Thanks Gabriel ___________________________________________________________
2019 Nov 02
2
[PATCH nbdkit] server: Use GCC hints to move debug and error handling code out of hot paths.
For GCC only, define unlikely() macro. Use it on error paths to move code out of the hot path. In the server only, use the debug() macro (don't call nbdkit_debug directly). This macro checks the verbose flag and moves the call to nbdkit_debug out of the hot path. --- server/connections.c | 11 ++++++----- server/internal.h | 17 ++++++++++++++++- server/plugins.c | 2 +-