ace Questions
1
Solved
I am calculating the delta between the cpu time a process / thread is using, between the calling of a certain function.
I am getting impossible value for the process cpu time, some time's the next...
Jiggerypokery asked 23/3, 2016 at 14:41
10
Solved
I have been working with the Boost C++ Libraries for quite some time. I absolutely love the Boost Asio C++ library for network programming. However I was introduced to two other libraries: PO...
Writing asked 14/6, 2009 at 3:24
3
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...
3
Solved
We have a fairly large C++ project which I am now in the process of moving to VS2010 and also updating a few libs along the way. So far everything builds just fine now, except I get (to me) quite w...
1
Solved
This is on Linux OS. App is written in C++ with ACE library.
I am suspecting that one of the thread in the process is getting blocked for unusually long time(5 to 40 seconds) sometimes. The app ru...
Extenuate asked 19/6, 2012 at 21:21
3
Solved
Consider I have Struct like the following:
struct Bitmask
{
unsigned char payload_length: 7;
unsigned char mask: 1;
unsigned char opcode: 4;
unsigned char rsv3: 1;
unsigned char rsv2: 1;
uns...
5
Solved
I'm looking for a solution for serializing of c++ packets to a network stream.
I have seen many posts here refering people to:
ACE
Google Protocol Buffers
Boost::Serialization
Qt ::QDataSt...
Schadenfreude asked 11/4, 2011 at 15:38
3
Solved
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 ...
Mistral asked 17/4, 2009 at 13:55
1
© 2022 - 2024 — McMap. All rights reserved.