source: cats/ISOcat/trunk/mod-ISOcat-access-data/access/dm_datatypes.acc @ 2686

Last change on this file since 2686 was 2686, checked in by mwindhouwer, 11 years ago

Fixed the throtteling:

  • all SQL request go through the ISOcat.database throttle (settings in the ISOcat config), also the indirect DBX ones
  • big (more then 100 DCs) DCS to DCIF go through the big-dcif throttle (hardcoded settings)
File size: 534 bytes
Line 
1<accessor debug="false">
2        <name>ISOcat.access.data.dm.datatypes</name>
3        <descr>Get all known data types.</descr>
4        <idoc>
5                <instr>
6                        <type>isocat.sloot.dbx</type>
7                        <operator>ffcpl:/dbx/datatypes.xml</operator>
8                        <debug>
9                                <b>f</b>
10                        </debug>
11                        <target>this:response</target>
12                </instr>
13        </idoc>
14        <exception>
15                <debug/>
16                <trace>ffcpl:/trace/dm.datatypes.exception.xml</trace>
17                <throw/>
18        </exception>
19        <response>
20                <debug>ffcpl:/trace/dm.datatypes.response.xml</debug>
21                <mime>application/xml</mime>
22        </response>
23</accessor>
24
Note: See TracBrowser for help on using the repository browser.