US20070192772A1 - System, method and apparatus for modularized transformation processing in a network environment - Google Patents

System, method and apparatus for modularized transformation processing in a network environment Download PDF

Info

Publication number
US20070192772A1
US20070192772A1 US11/787,488 US78748807A US2007192772A1 US 20070192772 A1 US20070192772 A1 US 20070192772A1 US 78748807 A US78748807 A US 78748807A US 2007192772 A1 US2007192772 A1 US 2007192772A1
Authority
US
United States
Prior art keywords
plug
computer
module
processing
server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/787,488
Inventor
Jeremy De Bonet
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US11/787,488 priority Critical patent/US20070192772A1/en
Publication of US20070192772A1 publication Critical patent/US20070192772A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/2871Implementation details of single intermediate entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/564Enhancement of application control based on intercepted application data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content

Definitions

  • the invention relates generally to network transaction processing, and more particularly to systems and methods for modularized transformation processing in a network environment.
  • a vast majority of the computer systems that are currently in use are not configured strictly as stand-alone devices. In other words, they are coupled to other computers, and possibly other types of devices, through one or more networks. For example, it is typical for a personal computer set up for use at a person's home or business to be connected to the Internet. The computer can therefore communicate with other computers through the Internet.
  • client—server communications Many of the communications that occur over the Internet and other networks can be characterized as client—server communications. That is, one computer acts as a server and provides (“serves”) data to those who request it. The computers that make the requests serviced by the servers are clients.
  • Communications between clients and servers typically consist of a client generating a request for data and transmitting this request to a server, followed by a server generating responsive data and transmitting this data back to the requesting client.
  • a proxy is located between a client and a server.
  • the proxy can reduce the load on the server by caching certain responses from the server. For example, the proxy receives a request from the client. If the proxy cannot provide a response to the request, the request is simply forwarded to the server in the same manner as if the proxy were not present. If the requested information is cached, the proxy may respond to the request without forwarding it to the server.
  • the data sent to the client is the same data previously provided by server.
  • Proxies in prior client-server systems typically do not perform any type of transformation on the requests or responses between the client and the server.
  • the invention comprises systems and methods for processing transactions between first party and a second party, wherein communications between the parties are transformed using plug-in software modules.
  • One embodiment of the invention comprises an application programming interface (API).
  • the API defines interfaces for a series of plug-in modules that are configured to perform various stages of processing on transactions that are handled using the API.
  • One or more of the interfaces defined by the API are designed to enable the use of modules that perform transformations on the transactions. Because the API supports the use of plug-in modules, the specific transformation processing that is performed can be easily changed by the replacement of one plug-in module with another.
  • the API is implemented in a network proxy application.
  • the proxy application executes on a computer that serves as the hardware platform for the proxy.
  • the proxy receives requests for information from network clients and transmits information responsive to the requests back to the respective clients.
  • the proxy may retrieve the responsive information from its own cache, or it may forward the clients' requests to a server and obtain and the information from the server in response to the forwarded request.
  • the proxy is configured to modify the request, the responsive information, or both. In other words, after the proxy receives the request from the client, the proxy may transform the request in some manner before forwarding the request to the server. Similarly, after the proxy receives responsive information from the server, the proxy may transform this information before the information is forwarded to the client.
  • the software application and/or API described above are embodied in a computer-readable medium such as a floppy disk, hard disk drive, CD-ROM, DVD-ROM, RAM, ROM, DASD array, magnetic tape, optical storage device and the like.
  • a computer-readable medium such as a floppy disk, hard disk drive, CD-ROM, DVD-ROM, RAM, ROM, DASD array, magnetic tape, optical storage device and the like.
  • the computer readable medium may comprise a RAM or other memory which forms part of a computer system. The computer system would thereby be enabled to perform a method in accordance with the present disclosure and is believed to be within the scope of the appended claims.
  • proxies may be able to provide additional functionality to client-server transactions and improve the performance of the system.
  • proxies may be able to provide additional functionality to client-server transactions and improve the performance of the system.
  • breaking down the processing of transactions into stages and processing each of the stages in a modular fashion the ability of the system to be modified to provide additional functions or to support additional protocols is greatly increased.
  • new modules can be created by parties other than the producer of the server application and plugged into the system without the need to expose source code.
  • FIG. 1 is a diagram illustrating some of the basic components of a network system in accordance with one embodiment.
  • FIG. 2 is a diagram illustrating the components of an exemplary computer system that can be used as a platform for the client, proxy or server in one embodiment.
  • FIG. 3 is a diagram illustrating the modular structure of a proxy application in accordance with one embodiment.
  • FIG. 4 is a diagram illustrating the relationship of the stages of processing of a network transaction in accordance with one embodiment.
  • FIG. 5 is a diagram illustrating the replacement of a plug-in module to the proxy application in accordance with one embodiment.
  • the invention comprises systems and methods based on plug-in modules, for receiving and processing client requests in a proxy, wherein the requests and responses thereto may be transformed before delivery to the server and/or client.
  • One embodiment of the invention comprises an application programming interface (API) that enables the use of individual plug-in modules to perform transformations on requests and/or responses handled by the proxy.
  • the API also defines interfaces for a plurality of plug-in modules that perform different stages of the processing of the transaction comprising the request and response.
  • the API is implemented in a proxy application that is designed to handle network transactions between the client and server. In one embodiment, transactions are broken down into seven stages, including initializing the transaction, sending an opening statement, getting a request, logging in and obtaining authorization, generating a response, sending the response, and terminating the transaction.
  • a set of plug-in modules, each one corresponding to one of the stages, is also provided.
  • the plug-in modules use the API to pass transaction information from one module to the next and to thereby completely process (and transform, if necessary) the request and response of the transaction.
  • different sets of plug-in modules can be installed to provide different processing, such as providing different functionality or supporting different protocols.
  • proxies may be able to provide additional functionality to client-server transactions and improve the performance of the system.
  • the adaptability of the system may be increased.
  • the system may be adaptable to provide additional functions or to support additional protocols.
  • new modules can be created by parties other than the producer of the server application and plugged into the system without the need to expose source code.
  • FIG. 1 a diagram illustrating some of the basic components of a network system is shown. As depicted in this figure, the system comprises a client 12 , a proxy 14 and a server 16 . Client 12 is coupled to proxy 14 via a first network 13 , while Server 16 is coupled to proxy 14 via a second network 15 .
  • Proxy 14 may include a memory or storage device (not shown) for caching data received from server 16 .
  • FIG. 1 is intended to be exemplary rather than limiting. Other embodiments may employ alternative configurations. For example, there may be multiple clients and multiple servers that are interconnected by multiple individual networks.
  • a client may be directly coupled to a server without an intervening network. Many such variations are possible.
  • the communications between client 12 and server 16 comprise network transactions.
  • client 12 generates a request and transmits the request via network 13 to proxy 14 .
  • proxy 14 then takes one of two actions. If proxy 14 can provide a response to the request, it generates the response and returns the response to client 12 . If proxy 14 cannot provide a response to the request, it forwards the request via network 15 to server 16 .
  • server 16 Upon receiving the request, server 16 processes the request and generates a response to the request. This response is returned to proxy 14 , which then forwards the response to client 12 .
  • Client 12 normally cannot distinguish between responses generated by server 16 and those generated by proxy 14 .
  • proxy 14 does not simply forward and/or respond to client requests and server responses, but also performs transformations on the requests and responses. These transformations may be broken down into “upstream” transformations (i.e., modifications of client requests) and “downstream” transformations (i.e., modifications of server responses).
  • upstream transformations may be useful, for example, when it is desirable to control a client's access to resources, or to provide additional information to the server which is not included in the client's original request.
  • the downstream transformations may be used, for example, to remove information that is present as a result of an upstream transformation by proxy 14 , or to modify data (e.g., compress image files) to more closely match the capabilities of the client device.
  • Communications between client 12 , proxy 14 and server 16 can be accomplished using electronic, optical, radio-frequency, or other signals.
  • client 12 may convert signals received from proxy 14 and server 16 to a human understandable form and may convert input from a human understandable form to appropriate electronic, optical, radio-frequency, or other signals to be used by proxy 14 or server 16 .
  • server 16 may convert the signals to a human understandable form when sending a communication to the operator and may convert input from a human understandable form to appropriate electronic, optical, radio-frequency, or other signals to be used by proxy 14 or client 12 .
  • each of client 12 , proxy 14 and server 16 is implemented in a corresponding computer system.
  • These computer systems may comprise general purpose desktop computers, laptop computers, or other types of devices capable of communicating over the networks and processing the information communicated between them.
  • FIG. 2 a diagram illustrating the components of an exemplary computer system is shown. The computer system illustrated in this figure may be used as a platform for client 12 , proxy 14 or server 16 .
  • computer system 20 comprises a central processing unit (“CPU”) 22 , read-only memory (“ROM”) 24 , random access memory (“RAM”) 26 , hard disk drive (“HD”) or storage memory 28 , and input/output device(s) (“I/O”) 29 .
  • I/O 29 can include a keyboard, monitor, printer, electronic pointing device (e.g., mouse, trackball, stylus, etc.), or the like.
  • the computer systems that provide platforms for the client and server may each have more than one CPU, ROM, RAM, HD, I/O, or other hardware components.
  • the computer illustrated in FIG. 2 is depicted in as having one of each of the listed hardware components. It should be noted that FIG. 2 is a simplification of an exemplary hardware configuration. Many other alternative hardware configurations are possible and known to persons of skill in the art.
  • Computer and “computer system,” as used herein, are intended to include any type of data processing system capable of performing the functions described herein.
  • Computer-readable media refers to any medium that can store program instructions that can be executed by a computer, and includes floppy disks, hard disk drives, CD-ROMs, DVD-ROMs, RAM, ROM, DASD arrays, magnetic tapes, floppy diskettes, optical storage devices and the like.
  • the different protocols that can be supported and functionalities that can be provided by different proxies and servers may result from the use of different software applications.
  • the support of different protocols and functionalities is facilitated in the present embodiment by running a modular software application on the proxy computer. More particularly, the software application uses an API that enables individual plug-in modules to be used to perform different stages of the processing of network transactions.
  • FIG. 3 a diagram illustrating the structure of a proxy application in accordance with one embodiment is shown.
  • a network proxy application 40 runs on top of the operating system 30 of the proxy computer.
  • Network proxy application 40 includes an API 45 through which the application interfaces with a plurality of plug-in modules 50 .
  • Plug-in modules 50 perform the processing of transactions handled by the proxy.
  • the flow of data from one module to another is indicated by the arrows extending from one module to the next.
  • the data is transferred between modules via API 45 .
  • n is used herein (e.g., “ 50 n ”) to indicate a variable number, rather than to specifically indicate the 14th item in a series of items (i.e., because n is the 14th letter in the alphabet).
  • plug-in modules 50 correspond to the different stages of transaction processing that occur in almost all network proxies. These stages include: initializing the transaction; sending an opening statement; getting a request; logging in and obtaining authorization; generating a response; sending the response; and terminating the transaction. Additionally, in this embodiment, plug-in modules 50 include a module that transforms requests received from the client, and a module that transforms responses received from the server. These stages, particularly the transformation of requests and corresponding responses, will be described in more detail below. It should be noted that, while the present embodiment utilizes the specific modules described below, other embodiments may partition the processing of transactions in a different manner and may therefore use a different number of stages that include different portions of the overall processing.
  • Each of modules 50 a - 50 n performs the processing for a corresponding portion of the overall processing of the transaction. In one embodiment, each module performs its processing, then passes the resulting information to the next module, which performs its processing, and so on, until the transaction is completely processed.
  • a client request would be received by module 50 a , which would begin processing the request and then pass its results to module 50 b.
  • Module 50 b would process the information received from module 50 a and then pass its results to module 50 c . This would be repeated for each module, concluding with module 50 n , which would transmit the response to the original request back to the client.
  • one embodiment of the present system includes modules for transformation of the client requests and server responses in addition to modules for the normal processing of the transactions.
  • the transformation modules include an upstream module and a downstream module.
  • the upstream module is designed to transform a request that is received from the client before a response to the request is generated, while the downstream module is designed to transform the response to the request before the response is returned to the client.
  • the proxy application and/or the API are configured to enable caching of the transformed response data.
  • each of the non-transformation modules corresponds to a particular stage in the overall processing of the transaction
  • the transformations performed by each of the transformation modules can also be considered stages in the processing of the transaction. The relationship of these stages is illustrated in FIG. 4 .
  • FIG. 4 a diagram illustrating the stages of processing of a client-server transaction in accordance with one embodiment is shown.
  • the non-transformation stages of the processing comprise initializing the transaction 81 ; sending an opening statement 82 ; getting a request 83 ; logging in and obtaining authorization 85 ; generating a response 86 ; sending the response 88 ; and terminating the transaction 89 .
  • These processing stages are described in more detail in U.S. patent application Ser. No. 10/342,113, now U.S. Pat. No. 7,073,178, entitled “Method and System of Performing Transactions Using Shared Resources and Different Applications,” by de Bonet et al., filed Jan. 14, 2003, which is incorporated by reference herein.
  • Upstream transformation (“transform request”) stage 84 immediately follows “get request” stage 83 .
  • Downstream transformation (“transform response”) stage 87 immediately precedes “send response” stage 88 .
  • Proxies typically cache responses received from the server so that later requests for the same information can be serviced by the proxy. That is, upon receiving the same request again, the proxy can respond directly by retrieving the responsive data from the cache and sending this data to the client.
  • the data sent to the client is the same data previously provided by server.
  • the proxy is configured to cache the transformed response rather than the response provided by the server. Thus, the proxy can respond to later, identical requests without having to send a transformed request to the server or to transform the received response.
  • upstream transformation stage 84 and downstream transformation stage 87 could immediately precede and follow, respectively, “generate response” stage 88 .
  • the stages need not even be separate.
  • the processing of both upstream transformation stage 84 and downstream transformation stage 87 could be included in the processing of “generate response” stage 88 .
  • the upstream transformation processing may consist of identifying a resource which the client is attempting to access via the request, determining whether the client is authorized to access this resource and, if the client is not authorized to access the requested resource, the request may be modified to identify a different resource for which the client has access authorization.
  • the upstream transformation processing may consist of adding information to the request before forwarding it to the server. Such information might include information relating to the client device (e.g., device type or location), or information relating to usage of the requested resource (e.g., an account number to which the resource service should be billed).
  • the processing embodied in the downstream transformation may also vary from one embodiment to another. For example, it may not be necessary or desirable to include information that is added to the request by the upstream module in the response that is transmitted back to the client.
  • the downstream transformation may therefore consist of removing this information from the response before the response is forwarded to the client.
  • the downstream transformation may consist of adding cache control headers to the response in order to facilitate coordination of caches in the proxy and client.
  • the transformation may consist of manipulation of images within the responsive data (e.g., color reduction or compression of images).
  • proxies in the prior art typically do not perform any type of transformation on the requests or responses better communicated between the client and server, so the present system may provide additional capabilities through the transformations.
  • the system is designed to use plug-in modules for the processing of the transactions between the client and server, the capabilities of a particular proxy can be easily modified by replacing one or more current modules with new modules that provide the desired functionality.
  • the modules are plugged into an API that exposes the functionality required to plug modules into the proxy application, these modules can be created by parties other than the producer of the proxy application.
  • FIG. 5 a diagram illustrating the replacement of a plug-in module to the transaction processing application is shown.
  • the application is first configured with plug-in modules 50 a - 50 n .
  • Module 50 i is configured to perform the upstream transformation of received requests.
  • it is only necessary to provide a new plug-in module, 51 i , that provides the desired transformation functionality and to replace the original module, 50 i , with the new module, 51 i .
  • any one or more of plug-ion modules 50 a - 50 n may be replaced in this manner.
  • the replacement of the modules may be employed to modify the functionality of the system (e.g., to transform requests in a different manner), or to support different protocols.
  • the proxy application may instantiate multiple processing pathways, so that different types of transactions can be handled by the proxy in different ways. The operation of the proxy can therefore be easily modified by replacement of individual plug-in modules, rather than the rewriting or replacement of the entire proxy application.
  • the API comprises an upstream API and a downstream API.
  • the upstream API is responsible for rewriting the client request, and potentially responding directly to it.
  • the downstream API is used after the rewritten request is issued by the proxy on behalf of the client.
  • the downstream module is applied to the response from the content server, and is able to transform both the response header and the response content before it is sent back to the client.
  • the upstream API includes a formal declaration for a plug-in module that performs the upstream transformation.
  • the formal declaration for this module may be as follows. typedef bool (*UpstreamModule) ( // outputs Header & hdrOut, Buffer & buffOut, Log & logSummary, bool & backToClient, Parameters & parameters, // inputs const Header & hdrRequest, const Buffer & BuffRequest, const int fallbackOrder );
  • the general process performed by the upstream module comprises transforming the request header into the output header, and optionally providing an output buffer that is sent directly to the client when backToClient is set to true. Setting backtoClient to true circumvents sending the transformed request to an external content server and subsequently calling the downstream transformation module.
  • New upstream modules can be installed using the function:
  • the general process performed by the downstream module comprises transforming the content server response header and response buffer into the output header and buffer.
  • the output header and buffer are then sent to the requesting client.
  • typedef bool (*DownstreamModule) ( // outputs Header & hdrOut, Buffer & buffOut, Log & logSummary, // inputs const Header & hdrReceived, const Buffer & buffReceived, const Header & hdrRequest, const Buffer & buffRequest const int fallbackOrder, const Parameters & parameters );
  • a downstream module can be registered with the following function. Additionally, this function takes a NULL terminated list of parameter names. The values for these parameter names are used in one embodiment to distinguish between cache entries. In order for transformed content to be pulled from the cache in this embodiment, all parameters in this list must exactly values corresponding to the pulled content. The value of any parameters which are used by this module but not in this list will not be considered when checking for a cache hit. void InstallDownstreamModule( const char *sName, DownstreamModule fxn, . . . );
  • Portions of the methods described herein may be implemented in suitable software code that may reside within ROM 24 , RAM 26 , hard disk drives 28 or other computer-readable media within the system.
  • the software code may also be contained on a separable data storage device, such as a removable hard disk, or on removable computer-readable media such as a DASD array, magnetic tape, floppy diskette, optical storage device, or the like.
  • the software code may comprise lines of compiled C++, Java, or other language code.
  • the various software components may reside on a single computer or on any combination of separate computers. Other configurations may also be used.
  • the functions of proxy 14 may be implemented in multiple computers that interact to perform the functions of the proxy.
  • a computer program or its software components within such code may be embodied in more than one computer-readable medium.
  • components of the software may reside on multiple computers.

Abstract

Embodiments of the invention provide a system, method and apparatus for modularized transformation processing in a client-server network environment. In one embodiment, a network transaction between a client and a server is broken down into non-transformation and transformation stages, each handled by a module that can be plug-in to an application programming interface (API). As the network transaction is modularized, portions of the transaction information such as client requests and corresponding server responses may be transformed before delivery to their destinations. In one embodiment, transformed responses are cached at a proxy implementing the API.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This is a continuation of U.S. patent application Ser. No. 10/360,952, filed Feb. 7, 2003, now allowed, entitled “A PLUG-IN API FOR PROTOCOL AND PAYLOAD TRANSFORMATION,” which claims priority from U.S. Provisional Patent Application No. 60/354,949, filed Feb. 7, 2002, entitled “A PLUG-IN API FOR PROTOCOL AND PAYLOAD TRANSFORMATION” and which relates to U.S. patent application Ser. No. 10/342,113, filed Jan. 14, 2003, issued as U.S. Pat. No. 7,073,178, entitled “METHOD AND SYSTEM OF PERFORMING TRANSACTIONS USING SHARED RESOURCES AND DIFFERENT APPLICATIONS,” which claims priority from U.S. Provisional Patent Application Nos. 60/349,344, filed Jan. 18, 2002, entitled “MODULAR PLUG-IN TRANSACTION PROCESSING ARCHITECTURE,” and U.S. Provisional Patent Application No. 60/349,424, filed Jan. 18, 2002, entitled “NETWORK PROXY PLATFORM THAT SIMULTANEOUSLY SUPPORTS DATA TRANSFORMATION, STORAGE, AND MANIPULATION FOR MULTIPLE PROTOCOLS”. All applications referenced herein are hereby fully incorporated for all purposes.
  • FIELD OF THE INVENTION
  • The invention relates generally to network transaction processing, and more particularly to systems and methods for modularized transformation processing in a network environment.
  • BACKGROUND OF THE INVENTION
  • A vast majority of the computer systems that are currently in use are not configured strictly as stand-alone devices. In other words, they are coupled to other computers, and possibly other types of devices, through one or more networks. For example, it is typical for a personal computer set up for use at a person's home or business to be connected to the Internet. The computer can therefore communicate with other computers through the Internet.
  • Many of the communications that occur over the Internet and other networks can be characterized as client—server communications. That is, one computer acts as a server and provides (“serves”) data to those who request it. The computers that make the requests serviced by the servers are clients.
  • Communications between clients and servers typically consist of a client generating a request for data and transmitting this request to a server, followed by a server generating responsive data and transmitting this data back to the requesting client.
  • Many client-server systems incorporate a proxy to improve the efficiency of the system. A proxy is located between a client and a server. In some cases, the proxy can reduce the load on the server by caching certain responses from the server. For example, the proxy receives a request from the client. If the proxy cannot provide a response to the request, the request is simply forwarded to the server in the same manner as if the proxy were not present. If the requested information is cached, the proxy may respond to the request without forwarding it to the server. The data sent to the client is the same data previously provided by server. Proxies in prior client-server systems typically do not perform any type of transformation on the requests or responses between the client and the server.
  • SUMMARY OF THE INVENTION
  • One or more of the problems outlined above may be solved by the various embodiments of the invention. Broadly speaking, the invention comprises systems and methods for processing transactions between first party and a second party, wherein communications between the parties are transformed using plug-in software modules.
  • One embodiment of the invention comprises an application programming interface (API). The API defines interfaces for a series of plug-in modules that are configured to perform various stages of processing on transactions that are handled using the API. One or more of the interfaces defined by the API are designed to enable the use of modules that perform transformations on the transactions. Because the API supports the use of plug-in modules, the specific transformation processing that is performed can be easily changed by the replacement of one plug-in module with another.
  • In one embodiment, the API is implemented in a network proxy application. The proxy application executes on a computer that serves as the hardware platform for the proxy. The proxy receives requests for information from network clients and transmits information responsive to the requests back to the respective clients. The proxy may retrieve the responsive information from its own cache, or it may forward the clients' requests to a server and obtain and the information from the server in response to the forwarded request. The proxy, however, is configured to modify the request, the responsive information, or both. In other words, after the proxy receives the request from the client, the proxy may transform the request in some manner before forwarding the request to the server. Similarly, after the proxy receives responsive information from the server, the proxy may transform this information before the information is forwarded to the client.
  • The software application and/or API described above are embodied in a computer-readable medium such as a floppy disk, hard disk drive, CD-ROM, DVD-ROM, RAM, ROM, DASD array, magnetic tape, optical storage device and the like. It should be noted that the computer readable medium may comprise a RAM or other memory which forms part of a computer system. The computer system would thereby be enabled to perform a method in accordance with the present disclosure and is believed to be within the scope of the appended claims.
  • Numerous additional embodiments are also possible.
  • The various embodiments of the invention may provide a number of advantages over prior art systems and methods. For example, by transforming client requests and server responses, proxies may be able to provide additional functionality to client-server transactions and improve the performance of the system. Further, by breaking down the processing of transactions into stages and processing each of the stages in a modular fashion, the ability of the system to be modified to provide additional functions or to support additional protocols is greatly increased. Still further, by extending the API to include plug-in functionality, new modules can be created by parties other than the producer of the server application and plugged into the system without the need to expose source code.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Other objects and advantages of the invention may become apparent upon reading the following detailed description and upon reference to the accompanying drawings.
  • FIG. 1 is a diagram illustrating some of the basic components of a network system in accordance with one embodiment.
  • FIG. 2 is a diagram illustrating the components of an exemplary computer system that can be used as a platform for the client, proxy or server in one embodiment.
  • FIG. 3 is a diagram illustrating the modular structure of a proxy application in accordance with one embodiment.
  • FIG. 4 is a diagram illustrating the relationship of the stages of processing of a network transaction in accordance with one embodiment.
  • FIG. 5 is a diagram illustrating the replacement of a plug-in module to the proxy application in accordance with one embodiment.
  • While the invention is subject to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and the accompanying detailed description. It should be understood, however, that the drawings and detailed description are not intended to limit the invention to the particular embodiment which is described. This disclosure is instead intended to cover all modifications, equivalents and alternatives falling within the scope of the present invention as defined by the appended claims.
  • DETAILED DESCRIPTION
  • One or more preferred embodiments of the invention are described below. It should be noted that these and any other embodiments described below are exemplary and are intended to be illustrative of the invention rather than limiting.
  • Broadly speaking, the invention comprises systems and methods based on plug-in modules, for receiving and processing client requests in a proxy, wherein the requests and responses thereto may be transformed before delivery to the server and/or client.
  • One embodiment of the invention comprises an application programming interface (API) that enables the use of individual plug-in modules to perform transformations on requests and/or responses handled by the proxy. The API also defines interfaces for a plurality of plug-in modules that perform different stages of the processing of the transaction comprising the request and response. The API is implemented in a proxy application that is designed to handle network transactions between the client and server. In one embodiment, transactions are broken down into seven stages, including initializing the transaction, sending an opening statement, getting a request, logging in and obtaining authorization, generating a response, sending the response, and terminating the transaction. A set of plug-in modules, each one corresponding to one of the stages, is also provided. The plug-in modules use the API to pass transaction information from one module to the next and to thereby completely process (and transform, if necessary) the request and response of the transaction. Depending upon the type of communication that is being carried on between two parties, different sets of plug-in modules can be installed to provide different processing, such as providing different functionality or supporting different protocols.
  • The various embodiments of the invention may provide a number of advantages over prior art systems and methods. For example, by transforming client requests and server responses, proxies may be able to provide additional functionality to client-server transactions and improve the performance of the system. Further, by breaking down the processing of transactions into stages and processing each of the stages in a modular fashion, the adaptability of the system may be increased. For instance, the system may be adaptable to provide additional functions or to support additional protocols. Still further, by extending the API to include plug-in functionality, new modules can be created by parties other than the producer of the server application and plugged into the system without the need to expose source code.
  • It should be noted that, while the description of the various embodiments contained in this disclosure focus on the use of a network proxy to handle communications between a client and a server, other embodiments of the invention may involve proxies that handle communications between entities that do not have a client-server relationship.
  • One embodiment of the invention is implemented in a network environment. Referring to FIG. 1, a diagram illustrating some of the basic components of a network system is shown. As depicted in this figure, the system comprises a client 12, a proxy 14 and a server 16. Client 12 is coupled to proxy 14 via a first network 13, while Server 16 is coupled to proxy 14 via a second network 15.
  • Proxy 14 may include a memory or storage device (not shown) for caching data received from server 16.
  • It should be noted that the network configuration illustrated in FIG. 1 is intended to be exemplary rather than limiting. Other embodiments may employ alternative configurations. For example, there may be multiple clients and multiple servers that are interconnected by multiple individual networks.
  • Alternatively, a client may be directly coupled to a server without an intervening network. Many such variations are possible.
  • The communications between client 12 and server 16 comprise network transactions. In a typical transaction, client 12 generates a request and transmits the request via network 13 to proxy 14. proxy 14 then takes one of two actions. If proxy 14 can provide a response to the request, it generates the response and returns the response to client 12. If proxy 14 cannot provide a response to the request, it forwards the request via network 15 to server 16. Upon receiving the request, server 16 processes the request and generates a response to the request. This response is returned to proxy 14, which then forwards the response to client 12. Client 12 normally cannot distinguish between responses generated by server 16 and those generated by proxy 14.
  • In the present systems and methods, proxy 14 does not simply forward and/or respond to client requests and server responses, but also performs transformations on the requests and responses. These transformations may be broken down into “upstream” transformations (i.e., modifications of client requests) and “downstream” transformations (i.e., modifications of server responses). The upstream transformations may be useful, for example, when it is desirable to control a client's access to resources, or to provide additional information to the server which is not included in the client's original request. The downstream transformations may be used, for example, to remove information that is present as a result of an upstream transformation by proxy 14, or to modify data (e.g., compress image files) to more closely match the capabilities of the client device.
  • Communications between client 12, proxy 14 and server 16 (as well as networks 13 and 15) can be accomplished using electronic, optical, radio-frequency, or other signals. For example, client 12 may convert signals received from proxy 14 and server 16 to a human understandable form and may convert input from a human understandable form to appropriate electronic, optical, radio-frequency, or other signals to be used by proxy 14 or server 16. Similarly, when an operator is at server 16, server 16 may convert the signals to a human understandable form when sending a communication to the operator and may convert input from a human understandable form to appropriate electronic, optical, radio-frequency, or other signals to be used by proxy 14 or client 12.
  • In one embodiment, each of client 12, proxy 14 and server 16 is implemented in a corresponding computer system. These computer systems may comprise general purpose desktop computers, laptop computers, or other types of devices capable of communicating over the networks and processing the information communicated between them. Referring to FIG. 2, a diagram illustrating the components of an exemplary computer system is shown. The computer system illustrated in this figure may be used as a platform for client 12, proxy 14 or server 16.
  • As shown in FIG. 2, computer system 20 comprises a central processing unit (“CPU”) 22, read-only memory (“ROM”) 24, random access memory (“RAM”) 26, hard disk drive (“HD”) or storage memory 28, and input/output device(s) (“I/O”) 29. I/O 29 can include a keyboard, monitor, printer, electronic pointing device (e.g., mouse, trackball, stylus, etc.), or the like.
  • The computer systems that provide platforms for the client and server may each have more than one CPU, ROM, RAM, HD, I/O, or other hardware components. For simplicity, the computer illustrated in FIG. 2 is depicted in as having one of each of the listed hardware components. It should be noted that FIG. 2 is a simplification of an exemplary hardware configuration. Many other alternative hardware configurations are possible and known to persons of skill in the art.
  • “Computer” and “computer system,” as used herein, are intended to include any type of data processing system capable of performing the functions described herein. “Computer-readable media,” as used herein, refers to any medium that can store program instructions that can be executed by a computer, and includes floppy disks, hard disk drives, CD-ROMs, DVD-ROMs, RAM, ROM, DASD arrays, magnetic tapes, floppy diskettes, optical storage devices and the like.
  • As explained above, the different protocols that can be supported and functionalities that can be provided by different proxies and servers may result from the use of different software applications. The support of different protocols and functionalities is facilitated in the present embodiment by running a modular software application on the proxy computer. More particularly, the software application uses an API that enables individual plug-in modules to be used to perform different stages of the processing of network transactions.
  • Referring to FIG. 3, a diagram illustrating the structure of a proxy application in accordance with one embodiment is shown. As shown in the figure, a network proxy application 40 runs on top of the operating system 30 of the proxy computer. Network proxy application 40 includes an API 45 through which the application interfaces with a plurality of plug-in modules 50. Plug-in modules 50 perform the processing of transactions handled by the proxy. The flow of data from one module to another is indicated by the arrows extending from one module to the next. The data is transferred between modules via API 45.
  • It should be noted that, for the purposes of this disclosure, like items in the figures may be indicated by the same reference number, followed by a lowercase letter, e.g., 50 a, 50 b, and so on. The items may be collectively referred to herein simply by the reference number, without the lowercase letter. It should also be noted that “n” is used herein (e.g., “50 n”) to indicate a variable number, rather than to specifically indicate the 14th item in a series of items (i.e., because n is the 14th letter in the alphabet).
  • A subset of plug-in modules 50 correspond to the different stages of transaction processing that occur in almost all network proxies. These stages include: initializing the transaction; sending an opening statement; getting a request; logging in and obtaining authorization; generating a response; sending the response; and terminating the transaction. Additionally, in this embodiment, plug-in modules 50 include a module that transforms requests received from the client, and a module that transforms responses received from the server. These stages, particularly the transformation of requests and corresponding responses, will be described in more detail below. It should be noted that, while the present embodiment utilizes the specific modules described below, other embodiments may partition the processing of transactions in a different manner and may therefore use a different number of stages that include different portions of the overall processing.
  • Each of modules 50 a-50 n performs the processing for a corresponding portion of the overall processing of the transaction. In one embodiment, each module performs its processing, then passes the resulting information to the next module, which performs its processing, and so on, until the transaction is completely processed. Thus, in the case of a network proxy situated between a client and server, a client request would be received by module 50 a, which would begin processing the request and then pass its results to module 50 b. Module 50 b would process the information received from module 50 a and then pass its results to module 50 c. This would be repeated for each module, concluding with module 50 n, which would transmit the response to the original request back to the client.
  • As indicated above, one embodiment of the present system includes modules for transformation of the client requests and server responses in addition to modules for the normal processing of the transactions. The transformation modules include an upstream module and a downstream module. The upstream module is designed to transform a request that is received from the client before a response to the request is generated, while the downstream module is designed to transform the response to the request before the response is returned to the client. In one embodiment, the proxy application and/or the API are configured to enable caching of the transformed response data.
  • Just as the processing performed by each of the non-transformation modules corresponds to a particular stage in the overall processing of the transaction, the transformations performed by each of the transformation modules can also be considered stages in the processing of the transaction. The relationship of these stages is illustrated in FIG. 4.
  • Referring to FIG. 4, a diagram illustrating the stages of processing of a client-server transaction in accordance with one embodiment is shown. As depicted in the figure, the non-transformation stages of the processing comprise initializing the transaction 81; sending an opening statement 82; getting a request 83; logging in and obtaining authorization 85; generating a response 86; sending the response 88; and terminating the transaction 89. These processing stages are described in more detail in U.S. patent application Ser. No. 10/342,113, now U.S. Pat. No. 7,073,178, entitled “Method and System of Performing Transactions Using Shared Resources and Different Applications,” by de Bonet et al., filed Jan. 14, 2003, which is incorporated by reference herein. Upstream transformation (“transform request”) stage 84 immediately follows “get request” stage 83. Downstream transformation (“transform response”) stage 87 immediately precedes “send response” stage 88.
  • Proxies typically cache responses received from the server so that later requests for the same information can be serviced by the proxy. That is, upon receiving the same request again, the proxy can respond directly by retrieving the responsive data from the cache and sending this data to the client. The data sent to the client is the same data previously provided by server. In the present embodiment, the proxy is configured to cache the transformed response rather than the response provided by the server. Thus, the proxy can respond to later, identical requests without having to send a transformed request to the server or to transform the received response.
  • It should be noted that the relative positions of these stages may vary in other embodiments. For example, the processing corresponding to upstream transformation stage 84 and downstream transformation stage 87 could immediately precede and follow, respectively, “generate response” stage 88. The stages need not even be separate. In another embodiment, the processing of both upstream transformation stage 84 and downstream transformation stage 87 could be included in the processing of “generate response” stage 88.
  • The particular type of transformation processing implemented in the present systems and methods may vary from one embodiment to another. For example, in one embodiment, the upstream transformation processing may consist of identifying a resource which the client is attempting to access via the request, determining whether the client is authorized to access this resource and, if the client is not authorized to access the requested resource, the request may be modified to identify a different resource for which the client has access authorization. In another example, the upstream transformation processing may consist of adding information to the request before forwarding it to the server. Such information might include information relating to the client device (e.g., device type or location), or information relating to usage of the requested resource (e.g., an account number to which the resource service should be billed).
  • The processing embodied in the downstream transformation may also vary from one embodiment to another. For example, it may not be necessary or desirable to include information that is added to the request by the upstream module in the response that is transmitted back to the client. The downstream transformation may therefore consist of removing this information from the response before the response is forwarded to the client. In another example, the downstream transformation may consist of adding cache control headers to the response in order to facilitate coordination of caches in the proxy and client. In yet another example, the transformation may consist of manipulation of images within the responsive data (e.g., color reduction or compression of images).
  • This system may provide a number of advantages over the prior art. For example, proxies in the prior art typically do not perform any type of transformation on the requests or responses better communicated between the client and server, so the present system may provide additional capabilities through the transformations. Further, because the system is designed to use plug-in modules for the processing of the transactions between the client and server, the capabilities of a particular proxy can be easily modified by replacing one or more current modules with new modules that provide the desired functionality. Still further, because the modules are plugged into an API that exposes the functionality required to plug modules into the proxy application, these modules can be created by parties other than the producer of the proxy application.
  • Referring to FIG. 5, a diagram illustrating the replacement of a plug-in module to the transaction processing application is shown. In this example, the application is first configured with plug-in modules 50 a-50 n. Module 50 i is configured to perform the upstream transformation of received requests. In order to modify the manner in which the requests are transformed, it is only necessary to provide a new plug-in module, 51 i, that provides the desired transformation functionality and to replace the original module, 50 i, with the new module, 51 i. It should be noted that any one or more of plug-ion modules 50 a-50 n may be replaced in this manner. The replacement of the modules may be employed to modify the functionality of the system (e.g., to transform requests in a different manner), or to support different protocols. It should also be noted that the proxy application may instantiate multiple processing pathways, so that different types of transactions can be handled by the proxy in different ways. The operation of the proxy can therefore be easily modified by replacement of individual plug-in modules, rather than the rewriting or replacement of the entire proxy application.
  • The embodiments described above the focus on the higher-level system of the proxy. It should be noted that alternative embodiments of the invention may comprise the proxy application itself, or even the API that enables the use of the plug-in transformation modules. The details of an API in accordance with one embodiment are described below.
  • In this embodiment, the API comprises an upstream API and a downstream API. The upstream API is responsible for rewriting the client request, and potentially responding directly to it. The downstream API is used after the rewritten request is issued by the proxy on behalf of the client. The downstream module is applied to the response from the content server, and is able to transform both the response header and the response content before it is sent back to the client.
  • The upstream API includes a formal declaration for a plug-in module that performs the upstream transformation. In one embodiment, the formal declaration for this module may be as follows.
    typedef bool (*UpstreamModule)
    (
    // outputs
    Header & hdrOut,
    Buffer & buffOut,
    Log & logSummary,
    bool & backToClient,
    Parameters & parameters,
    // inputs
    const Header & hdrRequest,
    const Buffer & BuffRequest,
    const int fallbackOrder
    );
  • The general process performed by the upstream module comprises transforming the request header into the output header, and optionally providing an output buffer that is sent directly to the client when backToClient is set to true. Setting backtoClient to true circumvents sending the transformed request to an external content server and subsequently calling the downstream transformation module.
  • New upstream modules can be installed using the function:
  • void InstallUpstreamModule(const char*sName, UpstreamModule fxn);
  • Existing upstream modules can be called from within other modules using the function:
    bool ExecUpstreamModule(
    const char *sName,
    // module arguments
    Header & hdrOut,
    Buffer & buffOut,
    Log & logSummary,
    bool & backToClient,
    Parameters & parameters,
    const Header & hdrRequest,
    const Buffer & buffRequest
    const int fallbackOrder
    );
  • The general process performed by the downstream module comprises transforming the content server response header and response buffer into the output header and buffer. The output header and buffer are then sent to the requesting client.
  • typedef bool (*DownstreamModule)
    (
    // outputs
    Header & hdrOut,
    Buffer & buffOut,
    Log & logSummary,
    // inputs
    const Header & hdrReceived,
    const Buffer & buffReceived,
    const Header & hdrRequest,
    const Buffer & buffRequest
    const int fallbackOrder,
    const Parameters & parameters
    );
  • A downstream module can be registered with the following function. Additionally, this function takes a NULL terminated list of parameter names. The values for these parameter names are used in one embodiment to distinguish between cache entries. In order for transformed content to be pulled from the cache in this embodiment, all parameters in this list must exactly values corresponding to the pulled content. The value of any parameters which are used by this module but not in this list will not be considered when checking for a cache hit.
    void InstallDownstreamModule(
    const char *sName, DownstreamModule fxn, . . .
    );
  • Existing downstream modules can be called from within other modules using the following function.
    bool ExecDownstreamModule(
    const char *sName
    // module arguments
    Header & hdrOut,
    Buffer & buffOut,
    Log & logSummary,
    const Header & hdrReceived,
    const Buffer & buffReceived,
    const Header & hdrRequest,
    const Buffer & buffRequest
    const int fallbackOrder,
    const Parameters & parameters
    );
  • By decomposing a network proxy into these two modular stages using the API specified herein, the creation of new modules (potentially by third parties) which allow for different functionality is made easier than with methods in the prior art.
  • Portions of the methods described herein may be implemented in suitable software code that may reside within ROM 24, RAM 26, hard disk drives 28 or other computer-readable media within the system. The software code may also be contained on a separable data storage device, such as a removable hard disk, or on removable computer-readable media such as a DASD array, magnetic tape, floppy diskette, optical storage device, or the like. In one embodiment, the software code may comprise lines of compiled C++, Java, or other language code.
  • The various software components may reside on a single computer or on any combination of separate computers. Other configurations may also be used. For example, the functions of proxy 14 may be implemented in multiple computers that interact to perform the functions of the proxy. Additionally, a computer program or its software components within such code may be embodied in more than one computer-readable medium. Similarly, components of the software may reside on multiple computers.
  • The benefits and advantages which may be provided by the present invention have been described above with regard to specific embodiments. These benefits and advantages, and any elements or limitations that may cause them to occur or to become more pronounced are not to be construed as critical, required, or essential features of any or all of the claims. As used herein, the terms ‘comprises,’ ‘comprising,’ or any other variations thereof, are intended to be interpreted as non-exclusively including the elements or limitations which follow those terms. Accordingly, a system, method, or other embodiment that comprises a set of elements is not limited to only those elements, and may include other elements not expressly listed or inherent to the claimed embodiment.
  • While the present invention has been described with reference to particular embodiments, it should be understood that the embodiments are illustrative and that the scope of the invention is not limited to these embodiments. Many variations, modifications, additions and improvements to the embodiments described above are possible. It is contemplated that these variations, modifications, additions and improvements fall within the scope of the invention as detailed within the following claims.

Claims (20)

1. A method for processing a network transaction, comprising:
transforming a portion of said network transaction at a proxy having an application programming interface capable of handling said network transaction through a plurality of plug-in processing modules, including at least one upstream transformation processing plug-in module and at least one downstream transformation processing plug-in module; and
caching said portion of said network transaction.
2. The method according to claim 1, wherein said plug-in processing modules pass transaction information of said network transaction from one module to next through a series of interfaces of said application programming interface.
3. The method according to claim 1, further comprising:
receiving a client request, wherein said transforming a portion of said network transaction further comprises transforming said client request.
4. The method according to claim 3, wherein said transforming said client request further comprises providing additional information to a server.
5. The method according to claim 1, further comprising:
receiving a server response, wherein said transforming a portion of said network transaction further comprises transforming said server response.
6. The method according to claim 5, wherein said transforming said server response further comprises removing or modifying information present in said server response.
7. The method according to claim 6, further comprising:
receiving a request from a client; and
sending a transformed response to said client in response to said request.
8. The method according to claim 1, further comprising:
dynamically installing at least one plug-in processing module at said proxy.
9. The method according to claim 1, further comprising:
dynamically de-installing one of said plug-in processing modules.
10. The method according to claim 9, further comprising:
dynamically installing at least one plug-in processing module in place of a de-installed plug-in processing module.
11. A computer-readable medium embodying computer-executable instructions for
transforming a portion of said network transaction at a proxy having an application programming interface capable of handling said network transaction through a plurality of plug-in processing modules, including at least one upstream transformation processing plug-in module and at least one downstream transformation processing plug-in module.
12. The computer-readable medium of claim 11, further comprising:
computer-executable instructions implementing said application programming interface, wherein said application programming interface defines a series of interfaces enabling said plug-in processing modules to pass transaction information of said network transaction from one module to next.
13. The computer-readable medium of claim 11, further comprising:
computer-executable instructions for receiving and transforming a client request.
14. The computer-readable medium of claim 13, further comprising:
computer-executable instructions implementing said at least one upstream transformation processing plug-in module, wherein said computer-executable instructions implementing said at least one upstream transformation processing plug-in module further comprise computer-executable instructions for providing additional information to a server before sending said client request to said server.
15. The computer-readable medium of claim 11, further comprising:
computer-executable instructions for receiving and transforming a server response.
16. The computer-readable medium of claim 15, further comprising:
computer-executable instructions implementing said at least one downstream transformation processing plug-in module, wherein said computer-executable instructions implementing said at least one downstream transformation processing plug-in module further comprise computer-executable instructions for removing or modifying information present in said server response.
17. The computer-readable medium of claim 11, further comprising:
computer-executable instructions for dynamically installing at least one plug-in processing module at said proxy.
18. The computer-readable medium of claim 11, further comprising:
computer-executable instructions for dynamically de-installing one of said plug-in processing modules.
19. A computer system, comprising:
a processor;
a computer-readable medium embodying computer instructions executable by said processor;
wherein said computer instructions implement an application programming interface;
wherein said application programming interface defines a series of interfaces enabling a plurality of plug-in processing modules to pass transaction information of a network transaction from one module to next; and
wherein said plurality of plug-in processing modules include at least one upstream transformation processing plug-in module and at least one downstream transformation processing plug-in module; and
a memory for storing a portion of said network transaction transformed by said at least one downstream transformation processing plug-in module.
20. The computer system of claim 19, wherein said at least one upstream transformation processing plug-in module transforms client requests and said at least one downstream transformation processing plug-in module transforms server responses.
US11/787,488 2002-02-07 2007-04-17 System, method and apparatus for modularized transformation processing in a network environment Abandoned US20070192772A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/787,488 US20070192772A1 (en) 2002-02-07 2007-04-17 System, method and apparatus for modularized transformation processing in a network environment

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US35494902P 2002-02-07 2002-02-07
US10/360,952 US7246360B2 (en) 2002-02-07 2003-02-07 Plug-in API for protocol and payload transformation
US11/787,488 US20070192772A1 (en) 2002-02-07 2007-04-17 System, method and apparatus for modularized transformation processing in a network environment

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/360,952 Continuation US7246360B2 (en) 2002-02-07 2003-02-07 Plug-in API for protocol and payload transformation

Publications (1)

Publication Number Publication Date
US20070192772A1 true US20070192772A1 (en) 2007-08-16

Family

ID=28045081

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/360,952 Expired - Lifetime US7246360B2 (en) 2002-02-07 2003-02-07 Plug-in API for protocol and payload transformation
US11/787,488 Abandoned US20070192772A1 (en) 2002-02-07 2007-04-17 System, method and apparatus for modularized transformation processing in a network environment

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/360,952 Expired - Lifetime US7246360B2 (en) 2002-02-07 2003-02-07 Plug-in API for protocol and payload transformation

Country Status (1)

Country Link
US (2) US7246360B2 (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7602903B2 (en) * 2004-01-16 2009-10-13 Microsoft Corporation Cryptography correctness detection methods and apparatuses
US7934223B2 (en) * 2007-01-13 2011-04-26 International Business Machines Corporation Context-sensitive middleware service injection
AU2008304105B2 (en) * 2007-09-27 2013-08-29 Hilton, Ronald N Apparatus, system, and method for cross-system proxy-based task offloading
US9026623B2 (en) * 2008-01-31 2015-05-05 Microsoft Technology Licensing, Llc Layered architectures for remote dynamic administration of distributed client configurations
JP5391889B2 (en) * 2009-07-13 2014-01-15 株式会社リコー Image forming apparatus, image processing apparatus, image processing system, image processing method, program, and recording medium
RU2541895C2 (en) * 2012-12-25 2015-02-20 Закрытое акционерное общество "Лаборатория Касперского" System and method of improving organisation data security by creating isolated environment
RU2535175C2 (en) * 2012-12-25 2014-12-10 Закрытое акционерное общество "Лаборатория Касперского" System and method for detecting malware by creating isolated environment
US10754815B2 (en) 2017-08-15 2020-08-25 International Business Machines Corporation Processing transactions using a multi-purpose callout processor
US20230168949A1 (en) * 2021-12-01 2023-06-01 UiPath, Inc. Integration extensions
CN115174342B (en) * 2022-06-15 2024-03-08 阿里巴巴(中国)有限公司 Plug-in management method, device and equipment of gateway

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5497434A (en) * 1992-05-05 1996-03-05 Acorn Computers Limited Image data compression
US5572675A (en) * 1991-05-29 1996-11-05 Alcatel N.V. Application program interface
US5793771A (en) * 1996-06-27 1998-08-11 Mci Communications Corporation Communication gateway
US5825917A (en) * 1994-09-30 1998-10-20 Sanyo Electric Co., Ltd. Region-based image processing method, image processing apparatus and image communication apparatus
US6005979A (en) * 1997-01-13 1999-12-21 Hewlett-Packard Co. System of data compression by subsampling, and preferably adaptive trim accounting, for sending images to a printer
US6009192A (en) * 1996-12-19 1999-12-28 Xerox Corporation Color correction of a compressed image
US6101482A (en) * 1997-09-15 2000-08-08 International Business Machines Corporation Universal web shopping cart and method of on-line transaction processing
US6199081B1 (en) * 1998-06-30 2001-03-06 Microsoft Corporation Automatic tagging of documents and exclusion by content
US6230168B1 (en) * 1997-11-26 2001-05-08 International Business Machines Corp. Method for automatically constructing contexts in a hypertext collection
US20020059454A1 (en) * 2000-05-16 2002-05-16 Barrett Joseph G. E-mail sender identification
US20020116453A1 (en) * 2000-09-15 2002-08-22 Todorov Ivan A. Industrial process control data access server supporting multiple client data exchange protocols
US20020194244A1 (en) * 2001-06-01 2002-12-19 Joan Raventos System and method for enabling transaction-based service utilizing non-transactional resources
US6525746B1 (en) * 1999-08-16 2003-02-25 University Of Washington Interactive video object processing environment having zoom window
US6615212B1 (en) * 1999-08-19 2003-09-02 International Business Machines Corporation Dynamically provided content processor for transcoded data types at intermediate stages of transcoding process
US6986018B2 (en) * 2001-06-26 2006-01-10 Microsoft Corporation Method and apparatus for selecting cache and proxy policy

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6006279A (en) * 1997-01-21 1999-12-21 Canon Information Systems, Inc. Plug-in module host framework
JPH10232875A (en) * 1997-02-19 1998-09-02 Hitachi Ltd Data base managing method and parallel data base managing system
US6421733B1 (en) 1997-03-25 2002-07-16 Intel Corporation System for dynamically transcoding data transmitted between computers
US6141759A (en) * 1997-12-10 2000-10-31 Bmc Software, Inc. System and architecture for distributing, monitoring, and managing information requests on a computer network
US6216112B1 (en) * 1998-05-27 2001-04-10 William H. Fuller Method for software distribution and compensation with replenishable advertisements
US6671728B1 (en) * 2000-02-18 2003-12-30 G.E. Information Services, Inc. Abstract initiator

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5572675A (en) * 1991-05-29 1996-11-05 Alcatel N.V. Application program interface
US5497434A (en) * 1992-05-05 1996-03-05 Acorn Computers Limited Image data compression
US5825917A (en) * 1994-09-30 1998-10-20 Sanyo Electric Co., Ltd. Region-based image processing method, image processing apparatus and image communication apparatus
US5793771A (en) * 1996-06-27 1998-08-11 Mci Communications Corporation Communication gateway
US6009192A (en) * 1996-12-19 1999-12-28 Xerox Corporation Color correction of a compressed image
US6005979A (en) * 1997-01-13 1999-12-21 Hewlett-Packard Co. System of data compression by subsampling, and preferably adaptive trim accounting, for sending images to a printer
US6101482A (en) * 1997-09-15 2000-08-08 International Business Machines Corporation Universal web shopping cart and method of on-line transaction processing
US6230168B1 (en) * 1997-11-26 2001-05-08 International Business Machines Corp. Method for automatically constructing contexts in a hypertext collection
US6199081B1 (en) * 1998-06-30 2001-03-06 Microsoft Corporation Automatic tagging of documents and exclusion by content
US6525746B1 (en) * 1999-08-16 2003-02-25 University Of Washington Interactive video object processing environment having zoom window
US6615212B1 (en) * 1999-08-19 2003-09-02 International Business Machines Corporation Dynamically provided content processor for transcoded data types at intermediate stages of transcoding process
US20020059454A1 (en) * 2000-05-16 2002-05-16 Barrett Joseph G. E-mail sender identification
US20020116453A1 (en) * 2000-09-15 2002-08-22 Todorov Ivan A. Industrial process control data access server supporting multiple client data exchange protocols
US20020194244A1 (en) * 2001-06-01 2002-12-19 Joan Raventos System and method for enabling transaction-based service utilizing non-transactional resources
US6986018B2 (en) * 2001-06-26 2006-01-10 Microsoft Corporation Method and apparatus for selecting cache and proxy policy

Also Published As

Publication number Publication date
US7246360B2 (en) 2007-07-17
US20030177284A1 (en) 2003-09-18

Similar Documents

Publication Publication Date Title
US20070192772A1 (en) System, method and apparatus for modularized transformation processing in a network environment
US7562133B2 (en) Method, system and computer program product for delivering data to a storage buffer assigned to an application
US8412800B2 (en) USB devices in application server environments
US8171150B2 (en) Data transfer system and method
US6038603A (en) Processing customized uniform resource locators
US6895425B1 (en) Using an expert proxy server as an agent for wireless devices
US6775700B2 (en) System and method for common information model object manager proxy interface and management
US20060253535A1 (en) System and method for collaborative processing of distributed applications
US8631124B2 (en) Network analysis system and method utilizing collected metadata
US8266630B2 (en) High-performance XML processing in a common event infrastructure
JP2005539298A (en) Method and system for remotely and dynamically configuring a server
US20060021026A1 (en) System and method for modular network transaction processing with plug-in processing modules and interfaces
US11689626B2 (en) Transport channel via web socket for ODATA
CA2397865A1 (en) Improved method and system of state management for data communications
EP1696627B1 (en) Apparatus and system to retrieve information in a network
US9026701B2 (en) Implementing device support in a web-based enterprise application
EP1008058B1 (en) Method and apparatus for providing flow control in a network system that is based on expected user processing time
US20040107244A1 (en) Scalable and intelligent network platform for distributed system
US7406457B2 (en) Dynamic sample data switch
US20030167326A1 (en) Highly redundant, high-reliability and high-performance platform logging/billing generation and collection subsystem
WO2003067852A2 (en) An application programming interface (api) for plug-in modules performing protocol and payload transformation
EP1798916A1 (en) System and method for regulating an extensibility point's access to a message
CN116781571A (en) Health detection method and device of load balancing equipment
EP1333645B1 (en) Transaction coordination including time contracts
CA2415641A1 (en) Dynamic web page caching system and method

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION