Tagged Questions

12
votes
8answers
7k views

ACE vs Boost vs POCO

I have been working with the Boost libraries for quite some time. I absolutely love boost asio library for network programming. However I was introduced to two other libraries: POCO and ACE ...
10
votes
3answers
6k views

ACE vs Boost vs Poco vs wxWidgets

I have a considerable amount of experience with ACE, Boost and wxWidgets. I have recently found the POCO libraries. Does anyone have any experience with them and how they compare to ACE, Boost and ...
1
vote
2answers
71 views

C/C++ High-frequency messaging program

Recently I have come across the POCO and ACE networking frameworks, along with Boost which I already knew about. My question is, are these libraries any faster for passing messages than just a ...
1
vote
2answers
146 views

Is ACE (C++ library) still used for high performance computing?

Being interested in high frequency trading/High performance computing I came across 'ACE': http://www.cs.wustl.edu/~schmidt/ACE-overview.html However, I noticed a lot of the papers on the website ...
1
vote
1answer
223 views

Selection between ACE & Boost for learning

I am an intermediate c++ programmer and done some work using ACE, now I want to learn one of those Libraries thoroughly to progress in to my career. That why I need your kind help to make a decision, ...
0
votes
1answer
91 views

shared_ptr puzzle

I'm using ACE framework, but I'll try to describe my problem without referencing to it. I have an event handler (class derived from ACE_Event_Handler). Reference to the event handler is hold by some ...