0
votes
Cross-platform alternative to COM
Why do you think that CORBA is not fast enough? Have you measured things recently?
Modern implementations of CORBA can make remote calls in less than 150 usecs. Way below your 2msec budge …
0
votes
Is there an operating system API wrapper library for c++?
Boost offers libraries for networking (Boost.Asio), threads (Boost.Thread), time, dates, file system traversal, shared memory, memory mapped files, etc.
ACE also has abstractions for networ …
