ACM Home Page
Please provide us with feedback. Feedback
Performance enhancement with speculative execution based parallelism for processing large-scale xml-based application data
Full text PdfPdf (760 KB)
Source
High Performance Distributed Computing archive
Proceedings of the 18th ACM international symposium on High performance distributed computing table of contents
Garching, Germany
SESSION: Parallel algorithms and applications table of contents
Pages 21-30  
Year of Publication: 2009
ISBN:978-1-60558-587-1
Authors
Michael R. Head  Binghamton University, Binghamton, NY, USA
Madhusudhan Govindaraju  Binghamton University, Binghamton, NY, USA
Sponsors
ACM: Association for Computing Machinery
SIGARCH: ACM Special Interest Group on Computer Architecture
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 5,   Downloads (12 Months): 52,   Citation Count: 0
Additional Information:

abstract   references   index terms   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/1551609.1551615
What is a DOI?

ABSTRACT

We present the design and implementation of a toolkit for processing large-scale XML datasets that utilizes the capabilities for parallelism that are available in the emerging multi-core architectures. Multi-core processors are expected to be widely available in research clusters and scientific desktops, and it is critical to harness the opportunities for parallelism in the middleware, instead of passing on the task to application programmers. An emerging trend is the use of XML as the data format for many distributed/grid applications, with the size of these documents ranging from tens of megabytes to hundreds of megabytes. Our earlier benchmarking results revealed that most of the widely available XML processing toolkits do not scale well for large sized XML data. A significant transformation is necessary in the design of XML processing for distributed applications so that the overall application turn-around time is not negatively affected by XML processing. We discuss XML processing using PiXiMaL, a parallel processing library for large-scale XML datasets. The parallelization approach is to build a DFA-based parser that recognizes a useful subset of the XML specification, and convert the DFA into an NFA that can be applied to an arbitrary subset of the input. Speculative NFAs are scheduled on available cores in a node to effectively utilize the processing capabilities and achieve overall performance gains. We evaluate the efficacy of this approach in terms of potential speedup that can be achieved for representative XML datasets. We also evaluate the effect of two different memory allocation libraries to quantify the memory-bottleneck as different cores access shared data structures.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
 
2
 
3
 
4
J. Clark. Expat is an XML parser library written in C. http://expat.sourceforge.net/.
5
 
6
 
7
8
 
9
 
10
11
12
 
13
 
14
Y. Oren. Piccolo is a small, extremely fast XML parser for Java, 2006. http://piccolo.sourceforge.net/.
 
15
 
16
R Development Core Team. R: A Language and Environment for Statistical Computing. R Foundation for Statistical Computing, Vienna, Austria, 2007.
 
17
 
18
Trolltech. API Documentation for QtXml Module, 2007. http://doc.trolltech.com/4.2/trolltech.html.
 
19
R. van Engelen. Constructing Finite State Automata for High Performance XML Web Services. In International Symposium on Web Services, pages 975--981, 2004.
 
20
R. van Engelen. gSOAP: C/C++ Web Services and Clients, 2007. http://www.cs.fsu.edu/~engelen/soap.html.
 
21
D. Veillard. The XML C parser and toolkit of Gnome, 2006. http://xmlsoft.org/.
 
22
Xerces-J. Xerces2 Java Parser 2.9.0 Release, 2006. http://xerces.apache.org/xerces2-j/.
 
23
J. Zhang. Project Homepage of VTD-XML, 2007. http://vtd-xml.sourceforge.net/.
 
24

Collaborative Colleagues:
Michael R. Head: colleagues
Madhusudhan Govindaraju: colleagues