Mapper engine: Difference between revisions

From XBRLWiki
Jump to navigationJump to search
(Created page with 'The mapper engine is the processor responsible of executing the process of generating a new XBRL report using incoming data as described in the XBRL Template File. The proc…')
 
No edit summary
Line 3: Line 3:
The processor is multi thread oriented. It allows parallel requests to be processed but each thread will attend one XBRL generation request from the beginning to the end. This facilitates the processor working on web sites where multiple requests can be produced concurrently by independent users.
The processor is multi thread oriented. It allows parallel requests to be processed but each thread will attend one XBRL generation request from the beginning to the end. This facilitates the processor working on web sites where multiple requests can be produced concurrently by independent users.


The processor will then be responsible of driving the
The processor will then be responsible of driving the [[Mapper to driver data exchange dialog]] entirely.

Revision as of 18:55, 1 July 2009

The mapper engine is the processor responsible of executing the process of generating a new XBRL report using incoming data as described in the XBRL Template File.

The processor is multi thread oriented. It allows parallel requests to be processed but each thread will attend one XBRL generation request from the beginning to the end. This facilitates the processor working on web sites where multiple requests can be produced concurrently by independent users.

The processor will then be responsible of driving the Mapper to driver data exchange dialog entirely.