Tagged Questions
4
votes
6answers
362 views
Is there a way to use thread local variables when using ACE?
I am using ACE threads and need each thread to have its own int member.
Is that possible?
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
0answers
21 views
Can't see ACE log in work thread
I have a C++ web service developed by CppCMS.My service writes logs into local file using ACE.
But only see the log record from main thread,why?
I create a test application,it creates a new thread ...
0
votes
1answer
112 views
locking types for MS Access 2010 INSERTS
I have a simple multi-threaded .NET app which inserts rows into an MS Access 2010 DB using ACE.
It only does INSERT operations.
Because MS Access does page-level locking on inserts, I sometimes get ...
0
votes
1answer
690 views
Is ACE reactor timer managment thread safe?
I have a module that manages timers in my aplication. This class has basibly three functions:
Instance of ACE_Reactor is used internally by the module to manage the timers.
schedule timer - calls ...