Method For Dynamically Streaming An Xslt Transformation

Heifets; Abraham ;   et al.

Patent Application Summary

U.S. patent application number 12/060207 was filed with the patent office on 2009-10-01 for method for dynamically streaming an xslt transformation. This patent application is currently assigned to International Business Machines Corporation. Invention is credited to Abraham Heifets, Moshe Morris Matsa.

Application Number20090249286 12/060207
Document ID /
Family ID41119078
Filed Date2009-10-01

United States Patent Application 20090249286
Kind Code A1
Heifets; Abraham ;   et al. October 1, 2009

METHOD FOR DYNAMICALLY STREAMING AN XSLT TRANSFORMATION

Abstract

A method in one embodiment includes receiving an XSLT transformation; analyzing the transformation for determining which information about the input is required to generate code that is streaming with respect to the rest of the input; calculating an algorithm which when given the required input information will then execute the entire XSLT transform in a streaming fashion; and generating code for: computing the information about the input that is required for the calculated streaming algorithm while simultaneously buffering all incoming input data. The method further includes storing the generated code; receiving incoming input data; running the generated code for computing the information that is required for the calculated streaming algorithm while simultaneously buffering incoming data; and once the required information has been computed: replaying the buffered data through the calculated streaming algorithm in a streaming manner; and finishing any remaining input through the calculated streaming version of the input algorithm in a streaming manner.


Inventors: Heifets; Abraham; (Toronto, CA) ; Matsa; Moshe Morris; (Cambridge, MA)
Correspondence Address:
    ZILKA-KOTAB, PC- IBMS
    P.O. BOX 721120
    SAN JOSE
    CA
    95172-1120
    US
Assignee: International Business Machines Corporation
Armonk
NY

Family ID: 41119078
Appl. No.: 12/060207
Filed: March 31, 2008

Current U.S. Class: 717/106
Current CPC Class: G06F 40/143 20200101; G06F 40/154 20200101; G06F 40/149 20200101
Class at Publication: 717/106
International Class: G06F 9/44 20060101 G06F009/44

Claims



1. A method, comprising: receiving an extensible stylesheet language transformations (XSLT) transformation; analyzing the XSLT transformation for determining which information about an input is required to generate code that is streaming with respect to the rest of the input; calculating an algorithm which when given the required information will then execute the entire XSLT transformation in a streaming fashion; generating code for: computing the information about the input that is required for the calculated streaming algorithm while simultaneously buffering all incoming input data; storing the generated code; receiving incoming input data; running the generated code for computing the information that is required for the calculated streaming algorithm while simultaneously buffering all incoming input data; and once the required information has been computed: replaying the buffered incoming input data through the calculated streaming algorithm in a streaming manner; and finishing any remaining input through the calculated streaming algorithm in a streaming manner.
Description



BACKGROUND

[0001] The present invention relates to streaming data, and more particularly, this invention relates to optimizing the streaming of data.

[0002] Many organizations, including banks, healthcare providers, and users of web services and service oriented architectures, process large data sets in documents that are several gigabytes or larger. Often, these documents do not fit into memory on computer systems and, on many computer systems, even where enough storage is available, access to such documents is very slow.

SUMMARY

[0003] A method in one embodiment includes receiving an extensible stylesheet language transformations (XSLT) transformation; analyzing the transformation for determining which information about the input is required to generate code that is streaming with respect to the rest of the input; calculating an algorithm which, when given the required streaming-enabling information, will then execute the entire XSLT transform in a streaming fashion; and generating code for: computing the information about the input that is required for the calculated streaming algorithm while simultaneously buffering all incoming input data. The method further includes storing the generated code; receiving incoming input data; running the generated code for computing the input information that is required for the calculated streaming algorithm while simultaneously buffering incoming data; and once the required information has been computed: replaying the buffered data through the calculated streaming algorithm in a streaming manner; and finishing any remaining input through the calculated streaming version of the input algorithm in a streaming manner.

[0004] Other aspects, advantages and embodiments of the present invention will become apparent from the following detailed description, which, when taken in conjunction with the drawings, illustrate by way of example the principles of the invention.

BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWING

[0005] FIGS. 1A-1B show a method for dynamically streaming an algorithm, in accordance with one embodiment.

DETAILED DESCRIPTION

[0006] The following description is made for the purpose of illustrating the general principles of the present invention and is not meant to limit the inventive concepts claimed herein. Further, particular features described herein can be used in combination with other described features in each of the various possible combinations and permutations.

[0007] Unless otherwise specifically defined herein, all terms are to be given their broadest possible interpretation including meanings implied from the specification as well as meanings understood by those skilled in the art and/or as defined in dictionaries, treatises, etc.

[0008] It must also be noted that, as used in the specification and the appended claims, the singular forms "a," "an" and "the" include plural referents unless otherwise specified.

[0009] In one general embodiment, a method comprises receiving an XSLT transformation; analyzing the transformation for determining which information about the input is required to generate code that is streaming with respect to the rest of the input; calculating an algorithm which given the required input information will then execute the entire XSLT transform in a streaming fashion; and generating code for: computing the information about the input that enables the use of the calculated streaming algorithm while simultaneously buffering all incoming input data. The method further includes storing the generated code; receiving incoming input data; running the generated code for computing the input information that is required for the calculated streaming algorithm while simultaneously buffering incoming data; and once the required information has been computed: replaying the buffered data through the calculated streaming algorithm in a streaming manner; and finishing any remaining input through the calculated streaming version of the input algorithm in a streaming manner.

[0010] More illustrative information will now be set forth regarding various optional architectures and features with which the foregoing framework may or may not be implemented, per the desires of the user. It should be strongly noted that the following information is set forth for illustrative purposes and should not be construed as limiting in any manner. Any of the following features may be optionally incorporated with or without the exclusion of other features described.

[0011] FIGS. 1A-1B show a method 100 for dynamically streaming an algorithm, in accordance with one embodiment. As shown in FIG. 1A, an algorithm such as an XSLT transformation is received. See operation 102. Additionally, the algorithm is analyzed for determining which inputs are required to generate code that is streaming with respect to any other inputs. See operation 104.

[0012] Furthermore, an input algorithm is calculated in a streaming fashion with respect to any other inputs. Preferably, an algorithm is calculated which, when given the required streaming-enabling information, will then execute the entire XSLT transform in a streaming fashion. See operation 106. In addition, code is generated for computing the inputs that are required for the calculated streaming algorithm while simultaneously buffering incoming data. See operation 108.

[0013] Further, the generated code is stored. See operation 110. Additionally, as shown in FIG. 1B, incoming data is received. See operation 112. Still yet, the generated code is executed for detecting the inputs that are required for the calculated streaming algorithm while simultaneously buffering incoming data. See operation 114. Note that the calculated streaming algorithm may take the detected information as its initial input.

[0014] Once the required inputs have been detected, and the required computation performed, the buffered data is replayed through the calculated streaming version of the input algorithm in a streaming manner and any remaining input is also processed as it is received by the calculated streaming version of the input algorithm. See operations 116, 118, and 120.

[0015] In "static" streaming implementations, the processing algorithm of an associated input document is analyzed ahead of time (e.g. at compile time, or system configuration time) to determine streamability, and the processing algorithm is transformed to operate over small, briefly-retained pieces of the input document. Unfortunately, the analysis that can be performed statically, at compile time, is typically extremely conservative because the transformations must be safe for any input document presented at runtime. Since many processing languages often do not specify an ordering on relevant portions of the input document [e.g. extensible stylesheet language transformations (XSLT)], it is difficult to inform the compiler about optimization opportunities for streaming based on the expected shape of the input data.

[0016] On the other hand, dynamic streaming, as discussed with respect to the method 100, provides for streaming or nearly-streaming performance and memory characteristics, even when static streaming is not possible. With dynamic streaming, an analysis pass may determine that if certain input is received, then static streaming will not be possible, but given a little more of the input then static streaming would be possible. Thus, code may be generated or configured such that when the data is received, the input data will be buffered and processed, in parallel, until the appropriate streaming path can be determined. Subsequently, the program may back up and process the buffered data in a streaming manner.

[0017] For further explanation, two examples of dynamic streaming may be considered. The first example occurs within XSLT processing. In one case, an XML document may contain sibling HEADER and BODY elements, as in a SOAP message. In one common scenario, an XSLT stylesheet might process the BODY element differently, depending on the contents of the HEADER. Typically, HEADERs are small compared to BODY elements and, if the HEADER came first in the XML document, the BODY may be processed in a streaming fashion. Unfortunately, XSLT provides no general mechanism to specify the order of elements in an input document. Thus, given most XSLT transformations, it will be unclear whether an input document might have the HEADER element after the BODY, and therefore a static XSLT compiler would generate a transform that requires the buffering of both elements.

[0018] In one embodiment, dynamic streaming may be implemented such that two code paths are generated, one which assumes the HEADER will be first and stream the processing of the BODY element, and the other which buffers both the HEADER and BODY elements. The decision as to which path to execute may be delayed until runtime, when one of these elements is encountered and it may be determined which code path is appropriate. Note that these dual-code paths may be generated at a plurality of points in the generated transformation code, and even recursively inside code paths that are themselves speculative in the same manner of this invention.

[0019] As a second example, a process flow environment may be considered, where a message is received and it can not yet be determined which flow is to be executed. With dynamic streaming, an auxiliary streaming or non-streaming flow may be used to gather data to determine which flow should be executed. In the meantime, the input data may be buffered. When the decision of which flow is to be executed can be made, and it is determined that the processing flow may be streamed, then the processing flow may be streamed starting with the buffered data and continuing with the rest of the data in a streaming manner.

[0020] It should be noted that the method 100 may also be used to enable maximal use of specialized acceleration resources, such as hardware acceleration or specially tuned and purposed software, in addition to streaming. Moreover, all of this may be achieved without requiring that any auxiliary structural information, such as an XML schema or document type definition (DTD), be provided to describe the document structure.

[0021] Although, the XML schema or DTD information may be utilized if available, primary knowledge of a task may be derived from analysis of the application code being optimized. As such, the method 100 may be applicable to general XML processing tasks where the structure of the input document is not known at the time of optimization. Furthermore, fail-over code paths that handle any input may be generated, even if streaming is inappropriate. Additionally, this process may be applied for any input to an algorithm, not only XML.

[0022] It should be noted that any analysis may be accomplished either by a compiler at compile time, or by runtime code at configuration time. It should also be noted that, the invention can take the form of an embodiment containing both hardware and software elements. In one embodiment, the invention may be implemented in software, which includes but is not limited to firmware, resident software, microcode, etc.

[0023] Furthermore, the invention can take the form of a computer program product accessible from a computer-usable or computer-readable medium providing program code for use by or in connection with a computer or any instruction execution system. For the purposes of this description, a computer-usable or computer readable medium can be any apparatus that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.

[0024] The medium can be an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system (or apparatus or device) or a propagation medium. Examples of a computer-readable medium include a semiconductor or solid state memory, magnetic tape, a removable computer diskette, a random access memory (RAM), a read-only memory (ROM), a rigid magnetic disk and an optical disk. Current examples of optical disks include compact disk--read only memory (CD-ROM), compact disk--read/write (CD-R/W) and DVD.

[0025] A data processing system suitable for storing and/or executing program code will include at least one processor coupled directly or indirectly to memory elements through a system bus. The memory elements can include local memory employed during actual execution of the program code, bulk storage, and cache memories which provide temporary storage of at least some program code in order to reduce the number of times code must be retrieved from bulk storage during execution.

[0026] Input/output or I/O devices (including but not limited to keyboards, displays, pointing devices, etc.) can be coupled to the system either directly or through intervening I/O controllers. Network adapters may also be coupled to the system to enable the data processing system to become coupled to other data processing systems or remote printers or storage devices through intervening private or public networks. Modems, cable modem and Ethernet cards are just a few of the currently available types of network adapters.

[0027] While various embodiments have been described above, it should be understood that they have been presented by way of example only, and not limitation. Thus, the breadth and scope of a preferred embodiment should not be limited by any of the above-described exemplary embodiments, but should be defined only in accordance with the following claims and their equivalents.

* * * * *


uspto.report is an independent third-party trademark research tool that is not affiliated, endorsed, or sponsored by the United States Patent and Trademark Office (USPTO) or any other governmental organization. The information provided by uspto.report is based on publicly available data at the time of writing and is intended for informational purposes only.

While we strive to provide accurate and up-to-date information, we do not guarantee the accuracy, completeness, reliability, or suitability of the information displayed on this site. The use of this site is at your own risk. Any reliance you place on such information is therefore strictly at your own risk.

All official trademark data, including owner information, should be verified by visiting the official USPTO website at www.uspto.gov. This site is not intended to replace professional legal advice and should not be used as a substitute for consulting with a legal professional who is knowledgeable about trademark law.

© 2024 USPTO.report | Privacy Policy | Resources | RSS Feed of Trademarks | Trademark Filings Twitter Feed