1) FlexSC implements efficient and flexible system calls for the multicore era by introducing exception-less system calls and syscall threads.
2) Results show MySQL throughput increased up to 40% and latency reduced 30%, and Apache throughput increased up to 115% and latency reduced 50%.
3) Synchronous system calls are expensive due to direct mode switching costs and indirect processor structure pollution costs, which exception-less system calls help reduce.