1. Field of the Invention
The present invention is an improved system and method for automatically managing session resources in a distributed network of processors, such as a client-server environment, where the invention has the particular advantage of automatically releasing those resources allocated to a session when the session ends, whether through a normal ending or through an abnormal ending. More particularly, the present invention includes a session management framework which can be applied to release session resources when the session ends abnormally, e.g., through the halting of an application or the loss of a connection between the server and the client.
2. Background Art
In a client-server environment, a local terminal (sometimes referred to as a client) is connected to a server for the purpose of processing information in a distributed environment. Frequently, the client is itself a data processing system which communicates with a server which is generally a data processing system with increased resources, including applications and data which are not available at the client application. Such a system is described in some detail in the Framework Patent referenced above. In a client-server environment, resources may be centrally managed at the server as opposed to being disparately managed at each individual client. In some cases, the client does not have the capability of managing or maintaining large resources.
The client is frequently located at a distance from the server and communicates with the server using telecommunication facilities, including hardware and software operating over phone service such as might be provided using telephone lines, either alone or in combination with other communication systems such as satellite or microwave communications. A series of communications occur between a client and its server (for example, to execute an application on the server using data supplied by the client and report the results of the application back to the client) is sometimes referred to as a session, with a session including a plurality of communications between the server and the client. In any event, there are frequently several different links in the communications chain, and when one of the links fails to operate, the communications channel is disrupted and the session is terminated.
While the session was in existence, various resources at the server are dedicated or reserved for the use of the particular client which requests use of those resources. So, in a supply chain application, a variety of storage units associated with the server may be used by a client during a session and various applications and databases may be dedicated to the client and its session, often to the preclusion of using those same resources for other clients while a session with the one client is in progress. Such a preclusion is understandable, particularly when an application may be changing the application or the database, so access during a change by another application may provide the wrong execution or the wrong data.
A session with a client “ties up” resources generally (memory used for one application cannot be used at the same time for another application) and for some specific reasons (a client which is using a database typically marks the database so that another client cannot simultaneously use the database and change the information stored in the database while the other client is using the database, for example).
Since the resources are limited and other clients may want to use the same resources, it is advantageous to release the resources as soon as the resources are not needed, and the normal termination of a session (e.g., the completion of execution of a program) typically provides a release of the resources which have been used for the session as a part of the normal ending of the session.
But, when a session is abnormally terminated, it does not go through the normal ending or winding down process which releases the resources. In fact, many of the events which contribute to the abnormal termination of a session result from a total lack of communications with a client, perhaps because the connection between the client and the server is no longer functional. This is becoming more of a problem when the communication is over the public Internet or a virtual private networks, where a large number of users are connected through paths which are constantly changing as the network evolves, and the session depends on the continuing availability of a path between the client and the server.
The Legacy Application Patent describes an approach to allow use of legacy applications in a distributed processing environment, allowing legacy applications which were not designed to be utilized in a distributed processing system to be used in such a system. Such a system inherently requires that resources which are being used in a distributed data processing system be committed to the use and be released once the processing has ended.
Several approaches have been suggested for determining when a session is no longer active. One of these involves polling, or making sure that the client and the server remain active by periodically issuing an inquiry from the one to the other with an answer back if the connection is still in place. This involves setting up some kind of periodic inquiry system and keeping track of when an inquiry is due for each of the clients, an exercise which requires resources and does not necessarily provide a prompt notice that a client has been dropped by the network—that is, without a lot of repeated polling of each client every short interval, the server does not know which clients remain attached and which clients are no longer attached. But, polling requires continuing use of resource and suggests that polling ought to be done at lengthy intervals to reduce the use of network resources, but the longer the interval, the longer resources may be dedicated to serve a session which no longer exists.
A prior art system for determine whether a resource is attached sometimes uses a “heart beat” technique for determining whether the resource remains attached. But, in such a system a ping is sent out addressed to the remote user and the absence of a response is taken to mean that the resource is not attached, when, in fact, the ping or its response may have been misdirected or lost in the system without the resource actually being disconnected. Another disadvantage of polling is that message traffic is increased for each client which is added to the system. Also, there is the lack of an unequivocal indication that a resource is no longer needed or that a client is no longer connected.
Accordingly, the prior art systems have undesirable disadvantages and limitations.
The present invention overcomes the limitations and disadvantages of the prior art systems by providing a system and method for releasing resources dedicated to a session promptly, even when the session ends abnormally and without a termination message.
The present invention has the advantage that it is simple and easy to implement to allow for the release of resources held for a client when the client is no longer connected to the server.
The present invention allows for the prompt reallocation of resources from a client to an other client when the first client is no longer using the resource without polling or a periodic inquiry of the connected status of each of the clients using resources of a given server.
The present invention involves setting up a resource manager for each session and logging the use of resources associated with that session. Then, when the session is no longer active—for whatever reason, including normal disconnection or a lost connection, the resource manager consults the listing of resources associated with that session and releases the resources for use, allowing use with other sessions.
Using the resource manager for normal and abnormal session terminations means that it is not necessary to have two different types of session terminations, one for normal terminations and a different one for an abnormal termination.
The present system also allows for a table which identifies which resource is associated with which user.
The present application is suited for use in a system such as are described in the Legacy Application Patent. The use of a distributed data processing solution means that different processors may have reserved resources such as applications which need to be resolved when a session ends.
A system such as the Heartbeat Patent may be used to determine whether a client is attached to the server at any given time. By periodically querying the clients, it is possible to determine whether the client is still coupled to the server or if the connection has been lost for some reason. The Heartbeat Patent is one way (but certainly not the only way) to determine whether the client is still coupled to the server and capable of communicating. If the Heartbeat Patent detects that a given client is no longer attached, it can signal the server to allow release of the resources associated with the client.
Other objects and advantages of the present invention will be apparent to those skilled in the relevant art in view of the following description of the preferred embodiment, taken together with the accompanying drawings and the appended claims.
The present invention is an improved system and method for resource cleanup, an embodiment of which is illustrated with reference to the accompanying drawings in which:
In the following description of the preferred embodiment, the best implementation of practicing the invention presently known to the inventors will be described with some particularity. However, this description is intended as a broad, general teaching of the concepts of the present invention in a specific embodiment but is not intended to be limiting the present invention to that as shown in this embodiment, especially since those skilled in the relevant art will recognize many variations and changes to the specific structure and operation shown and described with respect to these figures.
The present invention leverages the fact that each client session with a server is associated with a single file descriptor in the server during a client connection to the server. All communications from and to that client takes place through that file descriptor. Through a callback program associated with that file descriptor, client termination events can be captured to trigger desired system processing at precisely the time that the client disconnects from the server. This functionality allows for automatic session clean-up by detecting client termination and then freeing up corresponding resources being held on the server for the terminated client session.
The process of
In
The present invention can be realized in hardware, software, or a combination of hardware and software. A data processing tool according to the present invention can be realized in a centralized fashion in one computer system, or in a distributed fashion where different elements are spread across several interconnected computer systems. Any kind of computer system—or other apparatus adapted for carrying out the methods described herein—is suited. A typical combination of hardware and software could be a general purpose computer system with a computer program that, when being loaded and executed, controls the computer system such that it carries out the methods described herein. The present invention can also be embedded in a computer program product, which comprises all the features enabling the implementation of the methods described herein, and which—when loaded in a computer system—is able to carry out these methods.
“Computer program means” or “computer program” in the present context mean any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after either or both of the following a) conversion to another language, code or notation; b) reproduction in a different material form.
While the present invention is described in the context of an apparatus and a method of providing resource management, the present invention may be implemented in the form of a service where collecting, maintaining and processing of information is located apart from the server and information is communicated as needed to the server.
Of course, many modifications of the present invention will be apparent to those skilled in the relevant art in view of the foregoing description of the preferred embodiment, taken together with the accompanying drawings. For example, the system for recognizing that the session between the client and the server no longer exists may be determined in any manner and is not limited to that disclosed in the foregoing material. Additionally, the location and type of information maintained about a session may be modified to suit the application and need not be the listing of resources associated with each client as disclosed. Such information may be stored in connection with each resource being used rather than in a central location, although there are advantages to having the information located centrally in that a central location makes it easier and quicker to release and reuse the resource again. Additionally, certain features of the present invention may be useful without the corresponding use of other features without departing from the spirit of the present invention. For example, a client may be using several resources associated with different applications and one application may end (so the resources associated with that application should be released) or the entire connection may terminate (so all applications terminate). Further, the system of
The following application is a continuation of U.S. patent application Ser. No. 09/781,616, filed Feb. 12, 2001 now U.S. Pat. No. 7,493,391. The present invention is related to the following patents which are specifically incorporated herein by reference: Pending patent application Ser. No. 09/409,345 filed Sep. 30, 1999 by Cessna et al. entitled “Framework for Dynamic Hierarchical Grouping and Calculation based on Multidimensional Characteristics” and assigned to the assignee of the present invention. This patent is sometimes referred to herein as the Framework Patent. Pending patent application Ser. No. 09/491,834 filed Jan. 26, 2000 by C. Bialik et al. entitled “Method and System for Database Management for Supply Chain Management” and assigned to the assignee of the present invention. This patent is sometimes referred to herein as the Database Patent. U.S. patent application Ser. No. 09/781,615 filed concurrently by the inventor of the present document, Iwao Hatanaka, and entitled “Method and System for Incorporating Legacy Applications into a Distributed Data Processing System” and assigned to the assignee of the present invention. This patent is sometimes called the Legacy Application Patent. Issued U.S. Pat. No. 6,021,493 of Daryl C. Cromer et al. entitled “System and Method for Detecting When a Computer System is Removed from a Network” issued on Feb. 1, 2000 and assigned to the assignee of the present invention. This patent is sometimes referred to herein as the Heartbeat Patent and is useful in detecting whether a client is attached to a server.
Number | Name | Date | Kind |
---|---|---|---|
4121201 | Weathers | Oct 1978 | A |
4141006 | Braxton | Feb 1979 | A |
4245245 | Matsumoto et al. | Jan 1981 | A |
4860379 | Schoeneberger et al. | Aug 1989 | A |
4935724 | Smith | Jun 1990 | A |
4935725 | Turnau | Jun 1990 | A |
4991123 | Casamassima | Feb 1991 | A |
5051723 | Long et al. | Sep 1991 | A |
5077730 | Arrowood et al. | Dec 1991 | A |
5091713 | Horne et al. | Feb 1992 | A |
5142269 | Mueller | Aug 1992 | A |
5233513 | Doyle | Aug 1993 | A |
5388156 | Blackledge, Jr. et al. | Feb 1995 | A |
5396636 | Gallagher et al. | Mar 1995 | A |
5404544 | Crayford | Apr 1995 | A |
5406260 | Cummings et al. | Apr 1995 | A |
5432939 | Blackledge, Jr. et al. | Jul 1995 | A |
5544318 | Schmitz et al. | Aug 1996 | A |
5568611 | Khatri et al. | Oct 1996 | A |
5572644 | Liaw et al. | Nov 1996 | A |
5574786 | Dayan et al. | Nov 1996 | A |
5590376 | Kou | Dec 1996 | A |
5625775 | Davis et al. | Apr 1997 | A |
5642515 | Jones et al. | Jun 1997 | A |
5680619 | Gudmundson et al. | Oct 1997 | A |
5710727 | Mitchell et al. | Jan 1998 | A |
5712973 | Dayan et al. | Jan 1998 | A |
5717614 | Shah et al. | Feb 1998 | A |
5721910 | Unger et al. | Feb 1998 | A |
5742758 | Dunham et al. | Apr 1998 | A |
5754752 | Sheh et al. | May 1998 | A |
5765174 | Bishop | Jun 1998 | A |
5774870 | Storey | Jun 1998 | A |
5801958 | Dangelo et al. | Sep 1998 | A |
5819270 | Malone et al. | Oct 1998 | A |
5838973 | Carpenter-Smith et al. | Nov 1998 | A |
5859979 | Tung et al. | Jan 1999 | A |
5870605 | Bracho et al. | Feb 1999 | A |
5870746 | Knutson et al. | Feb 1999 | A |
5907704 | Gudmundson et al. | May 1999 | A |
5940075 | Mutschler, III et al. | Aug 1999 | A |
5946465 | Chmielewski et al. | Aug 1999 | A |
6021493 | Cromer et al. | Feb 2000 | A |
6067634 | Nelson | May 2000 | A |
6122628 | Castelli et al. | Sep 2000 | A |
6205447 | Malloy | Mar 2001 | B1 |
6275857 | McCartney | Aug 2001 | B1 |
6301579 | Becker | Oct 2001 | B1 |
6305007 | Mintz | Oct 2001 | B1 |
6381321 | Brown et al. | Apr 2002 | B1 |
6477569 | Sayan et al. | Nov 2002 | B1 |
6510420 | Cessna et al. | Jan 2003 | B1 |
6510550 | Hightower et al. | Jan 2003 | B1 |
6539481 | Takahashi et al. | Mar 2003 | B1 |
6542900 | Xia | Apr 2003 | B1 |
6769023 | Novaes et al. | Jul 2004 | B1 |
6781979 | Ebata et al. | Aug 2004 | B1 |
6904459 | Alam et al. | Jun 2005 | B1 |
7493391 | Hatanaka | Feb 2009 | B2 |
20020112054 | Hatanaka | Aug 2002 | A1 |
20020147962 | Hatanaka et al. | Oct 2002 | A1 |
Number | Date | Country |
---|---|---|
63174153 | Jul 1988 | JP |
10161976 | Jun 1998 | JP |
11025126 | Jan 1999 | JP |
11119986 | Apr 1999 | JP |
11143827 | May 1999 | JP |
2000227906 | Aug 2000 | JP |
2000250768 | Sep 2000 | JP |
2001005791 | Jan 2001 | JP |
2001337935 | Jul 2001 | JP |
2002564731 | Feb 2002 | JP |
9917236 | Apr 1999 | WO |
Number | Date | Country | |
---|---|---|---|
20090113050 A1 | Apr 2009 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 09781616 | Feb 2001 | US |
Child | 12348182 | US |