I just wrote a question about caching and it got me thinking. Is using a server process with a strict API any slower then a server lib statically linked (possibly in its own thread)?
If it is slower, how much overhead is there? The OS is linux but most of my development and testing is on windows.