Tagged Questions
The ADAPTIVE Communication Environment (ACE) is a freely available, open-source object-oriented (OO) framework that implements many core patterns for concurrent communication software.
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 ...
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?
2
votes
1answer
27 views
ACE how to enable IPv6
I am using ACE v5.7.1 in linux.
I want to enable ipv6 so that my server can accept ipv6 requests also.i have added #define ACE_HAS_IPV6 in the ace/config.h file.But still the return value from the ...
2
votes
1answer
66 views
Running exe on 32/64 work with ACE-Driver
i want to run ONE exe on a 32b / 64b OS. I use the VS-settings x86 to use the wow64 mode. The exe work with no erros.
Now i want to start to support office 2010 with 32b and 64b, i decided to use the ...
2
votes
5answers
594 views
c++ network serialization
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 ::QDataStream
...
2
votes
1answer
402 views
Proactor and async write
Boost asio implements proactor design pattern baded on ACE proactor.
I understand why we need async read. Hovewer, I'm a confused with async write.
Why we need is async write?
Is it useful for ...
2
votes
1answer
510 views
C++ CORBA (ACE/TAO) questions
Im using ACE TAO as the CORBA implementation. I would like to find out if anyone know of any options to set Maximum Message Size and Maximum number of Connections.
omniORB has two options for these, ...
2
votes
3answers
1k views
Microsoft ACE OLEDB provider throws could not find installable ISAM exception
I'm trying to read Excel spreadsheets with a 64bit Process. Therefore I use the 64 bit Version of Micorosft Access Database Engine 2010.
The following code
var cs = ...
1
vote
1answer
15 views
Unable to acquire a mutex held by a ACE_Condition wait
I have the following code which is used to Push and Pend from a queue. The caller code has multiple MsgQ objects. It is possible that the Push and the Pend functions are waiting on the ...
1
vote
1answer
8 views
how to end a rector event loop in ace
I found two ways of ending a reactor event loop in ace:
1. ACE_Reactor::instance()->end_reactor_event_loop();
2. ACE_Reactor::instance()->close()
What is the difference between them? Which ...
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
17 views
How do I register a reactor on a given file descriptor?
I have a file descriptor which i want the ace reactor to register on, and notify me on changes. How do I register a reactor on a given file descriptor?
1
vote
1answer
96 views
how to stop listening to a port
I have a linux application written in c++.
The application listens to a socket on a certain port. I implemented this using ACE Acceptor.
In addition the application starts postgresql database using ...
1
vote
2answers
154 views
How can I prevent Microsoft ACE and JET in VB6 duplicating data from the first row in Excel spreadsheet?
I'm dealing with a legacy application written in VB6 which reads in Excel spreadsheets and inserts them into a database.
It works for the most part, but if the data in the spreadsheet does not start ...
1
vote
2answers
120 views
How does one prepare for the ColdFusion 9 ACE exam?
I tried searching here first, sure that this questions had been asked before, but could not find anything. I apologize if this is a repeat.
I tried doing a Google search and was surprised this this ...
1
vote
0answers
271 views
Create Table with a Hyphen in the Name Using Excel ACE OLEDB Connection
Has anyone successfully used a CREATE TABLE statement on an ACE OLEDB connection to an Excel 2007 workbook where the table has a hyphen in the name? What I have at the moment is something like
...
1
vote
1answer
761 views
The 'Microsoft.ACE.OLEDB.14.0' provider is not registered on the local machine
I have built a small WPF app that will read in XLS or XLSX files and display the contents in a datagrid. I have the XLS side of things working by using the Microsoft.Jet.OLEDB.4.0 provider. I am ...
1
vote
1answer
192 views
Is there a tool to view named pipe security DACL?
I tried using pipeacl and process explorer from sysinternals.
pipeacl gave me an error, and sysinternals does not seem to support security for named pipes.
1
vote
0answers
118 views
Getting ace to work
I must seem really stupid right now, but I can't get ace ide to work. i am running static.py, but all I get at the url (in any browser) is:
How do I use it? BTW the server is a mac.
1
vote
2answers
543 views
ACE oleDb drivers unable to handle huge excel files
Does ACE OLEDB drivers have any known issues with larger files?
I am using the below code to retrieve the worksheets in a 400Mb xls file
public string[] GetWorkSheets()
{
var ...
1
vote
2answers
458 views
TCP server with state information using network library
I'm writing a tcp server for an online turn-based game. I've already written a prototype using php sockets, but would like to move to C++. I've been looking at the popular network libraries (ASIO, ...
1
vote
1answer
141 views
PropagationFlags enumeration [Access Control Entries (ACEs)] in C#
what is the sense of having a flags enum like PropagationFlags if the content of the enum is:
None: Specifies that no inheritance flags are set.
NoPropagateInherit: Specifies that the ACE is not ...
1
vote
1answer
242 views
ACE and asynchronous UDP communication
I am currently working on a robotics simulation environment.
Robots, that can interact with he virtual wold can be controlled/monitored via a network connection.
For the whole network communication ...
1
vote
4answers
430 views
Connect to remote UDP multicast service
How to connect to remote udp multicast if I have an IP address where the service resided (say 70.70.70.70), the multicast group to connect (say 224.25.25.25) and port (say 2020)?
I use ACE framework ...
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
464 views
ACE TAO Corba Ubuntu 10.4 undefined reference to CORBA::Object::_refcount_value()
I am having a few problems getting the example programs that come with the libTao provided in the package manager. I have used ace tao in the past with windows so have some experience with it already.
...
1
vote
1answer
112 views
Using ACE_Service_Object
I'm trying to use the ACE_Service_Object or the ACE_Shared_Object. I'm not sure which one is applicable. I'm trying to encapsulate some functionality in a DLL so a consumer of the DLL would open the ...
1
vote
0answers
89 views
Inherit Access Control Entries or complet Access Control Lists (ACL)?
I wonder if complete ACLs or only their Access Control Entries (ACE) should be inherited.
It would be simple if the children replace the whole ACL, but it would be limitting if only an additional ACE ...
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, ...
1
vote
2answers
312 views
Vignette V8 Upgrade
Vignette upgrades are usually not straightforward. You basically have to do a new installation and migrate over all of your customizations etc. Does anyone know if the upcoming V8 version is easier to ...
1
vote
1answer
371 views
midl error 2025 when compiling idl file on win32 (midl doesn't like string<40>)
The idl files I have compile fine with linux tools, but when I try to compile using midl I get an error
error MIDL2025 : syntax error : expecting a declarator or * near "<"
the line is:
...
0
votes
0answers
70 views
How does ACE compare with Boost for networking? [closed]
Just wondered if users could provide their thoughts on choosing between ACE and Boost for low-level networking?
Is one particularly faster than the other, or is ACE too old to be useful anymore?
0
votes
1answer
19 views
Using ACE framework with bind interface
I have Linux server with one physical interface eth0 and 3 virtuals eth1, eth2, eth3. Server has 4 IP addresses, it is necessary to use a lot IP ports (more than 100k). Server has bond0 interface with ...
0
votes
2answers
85 views
Has Jet/ACE improved its concurrency and stability issues since JET 3.5?
I am familiar with using JET 3.5 as a backend. There are noticable stability and concurrency issues with this version of the database engine. There is also a 1GB limit on the MDB file.
Has JET (or ...
0
votes
0answers
39 views
Modify ACL on newly created window station to deny creation of processes by user in C#
We've been tasked on creating a service in C# that creates a separate desktop from the current users desktop. The service will switch back and forth with timed intervals doing different tasks. We've ...
0
votes
0answers
88 views
Problems during building ACE in Android NDK
When I build ACE-r6b in Android NDK, the following errors occur. Can anyone suggest me what's wrong there?
Compile++ thumb : ndk-test <= ARGV.cpp
...
0
votes
1answer
52 views
expect script running out of sync?
i'm currently modifying a script used to backup cisco ACE modules' contexts & crypto files. it works absolutely beautifully with one device. however, when i use it on another module, it seems to ...
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
0answers
26 views
handle_input of ACE_Acceptor is called when not supposed to
I am using the ACE_Acceptor class.
For some reason, after the connector closes the connection, the handle_input method of the acceptor is called. Do you know why?
0
votes
1answer
39 views
ACE acceptor - My_Svc_Handler class
I am using the ace acceptor to listen to a TCP port.
my class inherets from My_Svc_Handler and impliments the funcion int open (void *) of the class My_Svc_Handler.
In all the examples I saw, inside ...
0
votes
1answer
51 views
getting the return value of a command using ACE in c++
I need to run a shell command on Linux from within a c++ process and get its return value.
Is there a way doing it with ACE?
I know that in c++ I can use popen. I am looking for an ACE solution.
0
votes
0answers
48 views
Android app response time get slower after SIM gets inserted
I have developed an Android app, which removes/uninstalls apps from the phone, picking the names from a a text file stored on the SDCard. It works just fine, but takes more time to start the first ...
0
votes
1answer
129 views
How do VMware Pocket Ace and MokaFive Compare?
Does anyone have experience with both VMware Pocket Ace, and MokaFive? If so, what are the main differences?
0
votes
1answer
173 views
How to replace WT's main loop with an ACE_Reactor
We have a project with a core functionality implemented using ACE, and architectured around it's Reactor. We want to add a small web interface using Wt.
So the question is, is it possible to replace ...
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
159 views
Failed to use AddAccessAllowedAce to append an ACE to an existing ACL
I use following code to get an ACL from SD:
...
PACL pDacl = NULL;
BOOL bDaclPresent = TRUE;
BOOL bDaclDefaulted = FALSE;
...
0
votes
2answers
212 views
Spreadsheet connection in vb web app
My client wants their price list on their website. I'm trying to use the spreadsheet (.xlsx) as a data source so as to limit processing of the data before it appears on the website.
The site is ...
0
votes
1answer
38 views
Problem with showing my packets in console with ACE
for Debug reasons i want to show my outgoing packets in Console.
The packets arrive at the server correctly btw.
But if i want them to show in Console before sending, then it is showing just nothing:
...