Hello,
I'd like to have early feedback of a new architecture that I'm thinking for our customers that has db2 dbms.
I have many copies of the same db schema around the globe; suppose that each belongs to a particular entity.
Suppose, just for example, that their names are remote_schema1, remote_schema2 and remote_schema3.
I have one central site that, via cooperation, mantains a copy of every remote...
Search Result
Collapse
3 results in 0.0027 seconds.
Keywords
Members
Tags
-
DB2 federated architecture
-
Problem converting types of Webservices
Hello guys,
Im developing an architecture which uses c# Winforms, Webservices and Remoting. Im stuck in a issue about Types and namespaces. Ill try to explain the scenario to you to help me if you can...
its a MVC template and i have my View using Winforms technology. My Control is encapsulated in a Webservice as an Application server. My Model is represented by a Windows Service using Remoting as the communication protocol... -
how to specify architecture information to gcc
Hi All,
Our project is to optimize gcc's instruction scheduling. It requires us to specify architecture information
(basically number of cycles per instruction, stall and branch delays)
to gcc, to optimize structural hazard detection.
Problem: Is there any specific format in which we can specify this
information to gcc? Is it possible to embed this additional
architecture specific detail, in .md...