Tagged Questions

1
vote
3answers
320 views

Any open source server based on ACE framework?

anyone aware on open source project that uses ACE as the framework? Thanks, I.
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
373 views

How to build ACE 6.0(network library) as static?

ACE supplied solution file for Visual Studio, and there were solution files for static and dynamic liking.(ACE.sln and ACE_static.sln) After they release 6.0, there was no static.sln anymore. I ...
0
votes
1answer
282 views

ACE Reactor quits on interrupted system call

I have an ACE reactor that accepts socket connections and listens for the incoming data on those connections. The reactor runs in a dedicated thread. This is the thread's entry function: int ...
0
votes
2answers
573 views

Is there a cross-platform network library for the iPhone?

Is there a cross-platform network library for the iPhone? Is ACE available for the iPhone? I would like the networking library to be available for iPhoneOS, OS X, Windows (XP, Vista, and Win7 would ...