Comparative analysis of Boost versus ACE

Hello, We are planning to port our Windows software on to Linux and we were thinking of Boost and ACE as alternatives. But I am not sure as to which one would suit our needs. The things we need from the library would be: 1) Threads, IPC 2) Shared memory abstraction 3) OS calls abstraction I would like to know which one would have a smaller memory footprint. Thanks in advance. Best regards, Dhiman Lahiri

Dhiman Lahiri wrote:
Hello,
We are planning to port our Windows software on to Linux and we were thinking of Boost and ACE as alternatives. But I am not sure as to which one would suit our needs. The things we need from the library would be:
I would recommend looking at POCO too. The focus of ACE and Boost is rather different. POCO is more like ACE in some respects but feels to me rather slicker - but the IO model is essentially blocking with threads. Having said that, you could probably use asio with it.
participants (2)
-
Dhiman Lahiri
-
James Mansion