WO1999044131A1 - Method and apparatus for the suspension and continuation of remote processes - Google Patents

Method and apparatus for the suspension and continuation of remote processes Download PDF

Info

Publication number
WO1999044131A1
WO1999044131A1 PCT/US1999/003520 US9903520W WO9944131A1 WO 1999044131 A1 WO1999044131 A1 WO 1999044131A1 US 9903520 W US9903520 W US 9903520W WO 9944131 A1 WO9944131 A1 WO 9944131A1
Authority
WO
WIPO (PCT)
Prior art keywords
remote method
resources
remote
server system
client
Prior art date
Application number
PCT/US1999/003520
Other languages
French (fr)
Inventor
Kenneth C. R. C. Arnold
Ann M. Wollrath
Original Assignee
Sun Microsystems, Inc.
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
Priority claimed from US09/044,917 external-priority patent/US6237024B1/en
Application filed by Sun Microsystems, Inc. filed Critical Sun Microsystems, Inc.
Priority to KR1020007009397A priority Critical patent/KR20010041297A/en
Priority to AU33004/99A priority patent/AU3300499A/en
Priority to EP99936131A priority patent/EP1057108A1/en
Priority to JP2000533815A priority patent/JP2002505471A/en
Publication of WO1999044131A1 publication Critical patent/WO1999044131A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/42Loop networks
    • H04L12/427Loop networks with decentralised control
    • H04L12/433Loop networks with decentralised control with asynchronous transmission, e.g. token ring, register insertion
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/465Distributed object oriented systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/468Specific access rights for resources, e.g. using capability register
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/485Task life-cycle, e.g. stopping, restarting, resuming execution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5022Mechanisms to release resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • G06F9/548Object oriented; Remote method invocation [RMI]

Definitions

  • This invention generally relates to distributed computing systems and more particularly, to a method and apparatus for the suspension and continuation of remote processes.
  • a typical distributed computing system makes the services and computing power of many servers available to many different clients over a network.
  • a client machine accesses processing capabilities on a server machine using a remote procedure call (RPC) system.
  • RPC remote procedure call
  • the RPC system processes the request on the remote machine and returns the desired results to the requesting client.
  • the network used to transmit the request and return the results can be a local area network (LAN), a wide area network (WAN), and can also include the Internet.
  • Sophisticated distributed computing applications on the Internet offer electronic commerce (e- commerce), telecommuting, and interactive entertainment services around the world using this client-server arrangement.
  • Each request from a client generally causes a server process to designate resources, 4 including one or more threads, to process the requests.
  • a thread sometimes called a lightweight process, is a separate sequence of instructions within a process having a separate flow of control. The thread must carve out resources from the system as needed to fulfill the particular request. If resources such as memory and data are available, multiple threads can be executed in parallel to fulfill multiple tasks.
  • Thread schedulers can be used by the process spawning the threads to coordinate parallel execution of the threads based on a thread's priority, state of execution (i.e. sleep, alive, dead, running), and dependencies among the various threads.
  • a thread scheduler on a single processor system distributes the processor's computing power among many threads to provide the illusion that the threads are actually running in parallel.
  • scheduling techniques including first-come-first-served, shortest-thread-first, priority scheduling, and preemptive scheduling techniques such as round-robin.
  • Hybrid scheduling techniques which combine these techniques can also be used as needed by the particular implementation.
  • schedulers associate different threads with different processors to execute threads in parallel and take advantage of the added computing power.
  • a method and apparatus for enabling a remote method to suspend processing and relinquish resources to the server system comprises receiving a request from a remote method call on a client system.
  • the remote method is allocated system resources from the server system and invoked.
  • One system level type of resource is a thread.
  • the method determines if any general resources required for processing the remote method are presently not available.
  • a general resource can be memory, disk storage space, data, or any resource that a system resource may depend on.
  • the remote method is suspended from further processing and system resources are relinquished to the server system when the remote method depends on a general resource which is not available.
  • Another method consistent with the present invention enables a previously suspended remote method to continue processing on the server system and generate a result for a client application.
  • This method comprises receiving an indication that a continuation event associated with a suspended remote method has occurred.
  • System resources and general resources are allocated to the remote method in preparation to continue processing the remote method.
  • the remote method utilizes the combined allocated resources to continue execution and generate results.
  • results are transmitted from the server system to the client application on the client system using a remote procedure call (RPC) system such as remote method invocation (RMI).
  • RPC remote procedure call
  • RMI remote method invocation
  • FIG. 1. illustrates a network suitable for use with methods and systems consistent with the present invention
  • FIG. 2 is block diagram of a computer system suitable for use with methods and systems consistent with the present invention
  • FIG. 3 is a block diagram of a client-server networking environment suitable for use with methods and systems consistent with the present invention
  • FIG. 4 is a block diagram of the subsystems used to suspend and continue processing of remote method calls consistent with methods and systems of the present invention
  • FIG. 5 is a flow chart of the steps performed to suspend and continue a remote method call consistent with methods and systems of the present invention
  • FIG. 6 is a flow chart of the steps performed to suspend a remote method call consistent with methods and systems of the present invention.
  • FIG. 7 is a flow chart of the steps performed to continue a remote method call consistent with methods and systems of the present invention.
  • a system designed consistent with the present invention assumes that a computer system can host either client or server functions.
  • the roles each computer assumes in a client-server system depends on the specific call being made between the client and the server. For example, a client process typically requests a service generated by a server process located on a remote machine. Conversely, a server process is located on a machine which receives and services a 8 clients requests. Therefore, the same computer system can act as a client when requesting a service and a server when fulfilling a request for a service.
  • RPC remote procedure call
  • systems consistent with the present invention are also advantageous in that they are compatible with clients on existing client-server systems. This is especially important in heterogeneous networked computing environments such as the Internet. Because the server is modified to allocate and deallocate resources more efficiently, the present invention does not
  • the exemplary distributed system (1) allows users of the system to share services and resources over a network of many devices; (2) provides programmers with tools and
  • the exemplary distributed system utilizes the JavaTM programming environment to allow both code and data to be moved from device to device in a seamless manner. Accordingly, the exemplary distributed system is layered on top of the Java programming environment and exploits the 9 characteristics of this environment, including the security offered by it and the strong typing provided by it.
  • the Java programming environment is more clearly described in Jaworski, Java 1.1 Developer's Guide. Sams.net (1997), which is incorporated herein by reference.
  • the exemplary distributed system provides the simplicity of access and the power of sharing that can be provided by a single system without giving up the flexibility and personalized response of a personal computer or workstation.
  • the exemplary distributed system may contain thousands of devices operated by users who are geographically disperse, but who agree on basic notions of trust, administration, and policy.
  • a "service” refers to a resource, data, or functionality that can be accessed by a user, program, device, or another service and that can be computational, storage related, communication related, or related to providing access to another user.
  • Examples of services provided as part of a Djinn include devices, such as printers, displays, and disks; software, such as applications or utilities; information, such as databases and files; and users of the system.
  • Both users and devices may join a Djinn.
  • the user or device When joining a Djinn, the user or device adds zero or more services to the Djinn and may access, subject to security constraints, any one of the services it contains.
  • devices and users federate into a Djinn to share access to its services.
  • the services of the Djinn appear programmatically as objects of the Java programming environment, which may include other objects, software components written in different programming languages, or hardware devices.
  • a service has an interface defining the operations that can be requested of that service, and the type of the service determines the interfaces that make up that service.
  • Fig. 1 depicts the exemplary distributed system 100 containing a computer 102, a computer 104, and a device 106 interconnected by a network 108.
  • the device 106 may be any of a number of devices, such as a printer, fax machine, storage device, computer, or other devices.
  • the network 108 may be a local area network, wide area network, or the Internet. Although only two computers and one device are depicted as comprising the exemplary 10 distributed system 100, one skilled in the art will appreciate that the exemplary distributed system 100 may include additional computers or devices.
  • Fig. 2 depicts the computer 102 in greater detail to show a number of the software components of the exemplary distributed system 100.
  • Computer 102 includes a memory 202, a secondary storage device 204, a central processing unit (CPU) 206, an input device 208, and 5a video display 210.
  • the memory 202 includes a lookup service 212, a discovery server 214, and a JavaTM runtime system 216.
  • the Java runtime system 216 includes the JavaTM remote method invocation system (R-MI) 218 and a JavaTM virtual machine 220.
  • the secondary storage device 204 includes a JavaTM space 222.
  • the Java runtime system 216 includes the JavaTM API, allowing programs running on top of the Java runtime system to access, in a platform-independent manner, various system functions, including 5windowing capabilities and networking capabilities of the host operating system. Since the Java API provides a single common API across all operating systems to which the Java runtime system 216 is ported, the programs running on top of a Java runtime system run in a platform- independent manner, regardless of the operating system or hardware configuration of the host platform.
  • the Java runtime system 216 is provided as part of the JavaTM software development lOkit available from Sun Microsystems of Mountain View, CA.
  • the Java virtual machine 220 also facilitates platform independence.
  • the Java virtual machine 220 acts like an abstract computing machine, receiving instructions from programs in the form of byte codes and interpreting these byte codes by dynamically converting them into a form for execution, such as object code, and executing them.
  • RMI 218 facilitates remote method invocation by allowing objects executing on one computer or device to invoke methods of an object on another computer or device. Both RMI and the Java virtual machine are also provided as part of the Java software development kit.
  • the lookup service 212 defines the services that are available for a particular Djinn. That is, there may be more than one Djinn and, consequently, more than one lookup service within the exemplary distributed system 100.
  • the lookup service 212 contains one object for each service within the Djinn, and each object contains various methods that facilitate access to the 1 1 corresponding service.
  • the lookup service 212 and its access are described in greater detail in co-pending U.S. Patent Application No.09/044,826, entitled "Method and System for Facilitating Access to a Lookup Service," which has previously been incorporated by reference.
  • the discovery server 214 detects when a new device is added to the exemplary distributed system 100, during a process known as boot and join or discovery, and when such a new device is detected, the discovery server passes a reference to the lookup service 212 to the new device, so that the new device may register its services with the lookup service and become a member of the Djinn. After registration, the new device becomes a member of the Djinn, and as a result, it may access all the services contained in the lookup service 212.
  • the process of boot and join is described in greater detail in co-pending U.S. Patent Application No. 09/044,939, entitled "Apparatus and Method for providing Downloadable Code for Use in Communicating with a Device in a Distributed System," which has previously been incorporated by reference.
  • the Java space 222 is an object repository used by programs within the exemplary distributed system 100 to store objects. Programs use the Java space 222 to store objects persistently as well as to make them accessible to other devices within the exemplary distributed system. Java spaces are described in greater detail in co-pending U.S. Patent Application No. 08/971,529, entitled “Database System Employing Polymorphic Entry and Entry Matching,” assigned to a common assignee, filed on November 17, 1997, which is incorporated herein by reference. One skilled in the art will appreciate that the exemplary distributed system 100 may contain many lookup services, discovery servers, and Java spaces.
  • FIG. 3 depicts an exemplary client-server system consistent with the present invention and exemplary distributed system 100.
  • client-server system 300 consists of a client computer 302, also referred to as client 302, a server computer 312, also referred to as server 312, and a network 310 coupled between client 302 and server 312.
  • client-server system can be implemented using the JavaTM object oriented language and as an enhancement to RMI 218.
  • RPC remote procedure call
  • Client 302 includes a client application 304 having a remote method call 306, a remote stub 308, and a remote method runtime 309.
  • Client application 304 is typically software developed by a user and includes remote method call 306 for invoking a process on server 312.
  • client application 304 can be a JavaTM application written in the JavaTM programming language.
  • Remote method call 306 is implemented using an RPC mechanism such as RMI.
  • Remote method stub 308 marshals data and parameters provided by remote method call 306.
  • the data and parameters are arranged in a predetermined format that can be unmarshalled by a remote method skeleton 315 on server 312.
  • Remote method runtime 309 tracks the status of processes associated with remote method call 306 as they are processed on server 312.
  • Remote method runtime 309 also determines whether the communication link between client application 304 and server 312 is up or has been disconnected.
  • Remote method runtime 309 can query server 312 for the status of the link. If no response is made in a reasonable period of time or server 312 indicates the link is down, remote method runtime 309 notifies client application 304 that the remote method call has terminated.
  • Network 310 provides a communication link between client 302 and server 312.
  • Network 310 can be the Internet or a corporate or campus-wide intranet.
  • Network 310 can use TCP/IP or any other network protocols including Novell Netware, AppleTalk, X.25, or any other network capable of supporting an RPC system such as RMI.
  • Server 312 includes a corresponding remote method runtime 314 and remote method skeleton 315.
  • server 312 also includes a general resource manager 316, an event handler 317, a remote method resource manager 322, a remote event handler 323, and 13 numerous remote method resources 324.
  • Server 312 also includes a remote object A 318 and a remote object B 320. Each remote object is associated with a number of methods (not shown) which client application 304 can invoke using remote method call 306.
  • Alternative configurations of server 312 may include any number of remote objects for performing remote
  • Remote method runtime 314 is responsible for keeping client 302 informed of the remote method execution status. Remote method runtime 314 provides information to client 302 indicating that the remote method is processing data. Consistent with the present invention, the processing status is not interrupted even when a remote method is suspended. Instead, remote
  • 5method mntime 314 maintains the connection with client 302 until the remote method completes processing the requested task.
  • Remote method runtime 314 also indicates to client 302 when a remote method has terminated abnormally or in error.
  • the method determines if any general resources required for processing the remote method are presently not available.
  • a general resource can be memory, disk storage space, data, or any resource that a system resource may depend on.
  • Remote method skeleton 315 is responsible for unmarshalling data and parameters transmitted over network 310.
  • the parameters and data are used as arguments for executing a remote method on server 312.
  • General resource manager 316 and event handler 317 manage resources used by local processes and methods executed on server 312. Local methods executed on server 312 look to general resource manager 316 and event handler 317 to coordinate allocation and deallocation of general resources.
  • These general resources can include primary storage, such as memory, or
  • Event handler 317 detects events associated with local processes and, therefore, the details of event handler 317 are not included in this specification. Essentially, general resource manager 316 and event handler 317 are dedicated to managing resources associated with those processes and methods lOwhich are not being invoked remotely from a client such as client 302.
  • remote method resource manager 322 and remote event handler 323 are responsible for allocating and deallocating remote method resources 324 as needed by remote methods.
  • Remote method resources 324 can be considered a system resource since they enable 14 a method to utilize a system level resource such as networking. Often, the system resources will have dependencies on the general resources mentioned above.
  • Remote method resource manager 322 transfers remote method resources 324 between remote methods associated with remote object 318, remote object 320, and other objects (not shown).
  • Remote event handler 323 detects when resources are released that a remote method needs to process a particular task. Transferring these remote method resources is facilitated
  • a suspend method is invoked when a remote method is about to block. This typically occurs just before a remote method is blocked waiting for a resource to become available.
  • the suspend method marks the remote method as suspended and a remote method resource manager returns threads and other resources back to the server system. When the resources become
  • a remote method resource manager and a continue method work together to allocate the threads and other remote method resources to the suspended remote method.
  • a remote method runtime invokes the suspended remote method so that it may continue processing.
  • a remote method waiting for a write operation enters a ready to block state and relinquishes threads and other resources by invoking a suspend operation.
  • the suspend operation lOmarks the remote method as suspended and the remote method resource manager returns the threads to a thread pool associated with the server system.
  • a continue method marks the suspended remote method as runnable and the remote method resource manager allocates threads and to other resources back to the suspended remote process.
  • a remote method runtime invokes the previously suspended remote method which enables the
  • Figure 4 is a block diagram illustrating the essential software subsystems used to suspend and continue processing a remote method. These software subsystems include remote method resources 324, remote method resource manager 322, and exemplary remote object A 318 having remote method 416 and execution state 418.
  • Remote method resources 324 in Fig. 4 includes a thread pool 402 having threads in-use 404, available threads 406, and an RPC state 408. Threads in-use 404 contains references to threads currently being used by remote methods while available threads 406 contains threads 15 currently available for use by remote methods.
  • RPC state 408 is kept in remote method resources 324 to store information used by an RPC system, such as RMI, when a remote method is suspended. This information can include information the RPC system to continue processing a suspended remote method and return results to the client.
  • remote method resources 324 could also include other resources other than threads. These other network resources could include primary storage, secondary storage and any other resource used in conjunction with processing remote methods.
  • Remote method resource manager 322 includes a suspend method 410, a continuation method 412, and a state store 414.
  • Suspend method 410 obtains an execution state 418 from remote method 416 and a RPC state 408 from remote method resources 324. This state information is stored in state store 414 before remote method 416 is suspended.
  • suspend method 410 marks a remote method 416 as suspended when remote method 416 indicates that it is about to be blocked and that it has threads and other resources.
  • remote method resource manager 322 returns the threads and other resources to server 312 and remote method 416 is suspended from further processing. For example, assume remote method 416 is attempting to read data from a queue which is temporarily empty. When remote method 416 detects the queue is empty, remote method 416 will invoke suspend method 410 to initiate the suspension process.
  • Continue method 412 is the companion to suspend method 410.
  • Continue method 412 is typically invoked when a resource is available or a particular event has occurred. For example, writing data to a particular queue can trigger a continuation event which can invoke continue method 412.
  • Continue method 412 locates the suspended remote method waiting on the resource and marks it as runnable.
  • remote method resource manager 322 allocates threads and other resources to the previously suspended remote method. Execution state 418 and RPC state 408 stored in state store 414 are used to ensure that remote method 416 continues processing at the appropriate point prior to being suspended.
  • FIG. 5 is a flow chart indicating the steps performed to suspend and continue a remote call in consistent with methods and systems of the present invention.
  • the server 312 receives a request from remote method call 306 on client 302 to process remote method 416. Accordingly, remote method skeleton 315 unmarshalls the data and parameters transmitted in the request (step 506). After the data and parameters are decoded by remote method skeleton 315 they are passed to remote method 416.
  • Remote method runtime 314 on server 312 indicates to remote method runtime 309 on client 302 that server 312 has received the request to invoke remote method 416 and is processing the request (step 507).
  • Client application 304 continues to receive an indication that server 312 is processing the request even if remote method 416 is suspended and threads and other resources are relinquished.
  • Remote method resource manager 322 allocates the threads and other resources to remote method 416 which is about to be invoked (step 508). Threads allocated to remote method 416 are taken from available threads 406 in thread pool 402. Multiple threads can be used to process several remote methods or tasks in parallel. Assuming the threads and other resources are available, remote method mntime 314 invokes remote method 416 on behalf of client application 304 (step 510). If the remote method resource manager cannot allocate a thread or other resources to remote method 416, it is put on an execution queue pending release of a thread or other resources from another process.
  • Remote method 416 includes instructions for determining if a suspend condition exists (step 512). These instructions also include information to determine when a continuation condition exists.
  • a suspend condition occurs when remote method 416 depends on a resource which is not available or an event which has not yet occurred. In contrast, the continuation event occurs when the resource is available or the event occurs.
  • remote method 416 is sampling data points and pauses a long time interval between each sampling. During this long pause, remote method 416 may block waiting for a timer event to indicate the end of the next time interval.
  • remote method 416 relinquishes resources and registers continuation instructions with a remote event handler 323 to monitor certain resources and events (step 516).
  • remote method 416 is suspended from further processing and awaits the particular continuation event in order to continue processing (step 518).
  • a continuation event is an event generated 17 when a resource becomes available or an event occurs that a suspended remote method depends on for further processing.
  • Remote event handler 323 processes the continuation instructions registered by suspended remote method 416. The remote method completes the task and returns the results back to client application 304 (step 514). It should be understood that a remote method can be suspended and continued many times before completing a task and returning results to the client.
  • FIG. 6 is a flow chart of the steps performed to suspend a remote call consistent with methods and systems of the present invention.
  • remote method 416 detects that a suspend event has occurred and elects to relinquish threads and other resources (step 602).
  • Remote method is marked as being suspended by suspend method 410.
  • remote method 416 provides remote method resource manager 322 with execution state 418, RPC state 408, and relinquishes the threads and other resources (step 604).
  • Remote method resource manager 322 places these threads back into available threads 406.
  • remote method 416 can choose to suspend processing without relinquishing any threads or resources.
  • Execution state 418 records state information related to remote method 418 at the time it is suspended including local variables, program counter, and any other information related to remote method 416.
  • RPC state 408 records state information associated with the RPC system, such as RMI, when remote method 416 is suspended.
  • RPC state 408 enables the RPC system to communicate with a client and return results when remote method 416 continues execution.
  • remote method resource manager 322 stores RPC state 408 and execution state 418 (step 608).
  • Remote method resource manager 322 stores this state information to continue processing a suspended remote method at some time in the future.
  • Remote method 416 also registers continuation instmctions with remote event handler 323 which monitors certain resources and events. Generally, the continuation instmctions are used for preprocessing data and contacting the appropriate suspended process.
  • remote method 416 is blocked from further processing and waits for a continuation event to occur ( step 610). 18
  • FIG. 7 is a flow chart of the steps performed to continue a previously suspended remote method, such as remote method 41 with methods and systems consistent with the present invention. Typically, each step of this process occurs asynchronously as the particular conditions are met.
  • remote event handler 323 receives an indication that a particular continuation event has occurred.
  • Remote event handler 323 associates the continuation event with a particular remote method (step 702) and invokes the corresponding continuation instructions.
  • the continuation event is an event generated when a resource becomes available or an event occurs which the suspended remote method depends on for further processing. For example, a continuation event can occur when information is written to a queue that a suspended remote method was waiting to read.
  • Step 704 is typically an asynchronous process that occurs when remote method resource manager checks for status on the suspended process and not necessarily when status of the remote process is changed to runnable.
  • Remote method resource manager 322 allocates the resources, such as threads, to remote method 416 (step 706).
  • Remote method mntime 314 loads execution state 418 and RPC state 408 from state store 414.
  • Execution state 418 prepares remote method 416 to continue processing at the point it left off prior to being suspended (step 708).
  • remote method 416 may be several pieces of interrelated code which each start where the previous code section stopped prior to being suspended.
  • remote method 416 can be implemented as a single code segment with execution starting at different points in the code segment.
  • RPC state 408 enables the RPC system, such as RMI 218, to continue processing and return results to the proper remote method call 306.
  • Remote method mntime 314 enables remote method 416 to continue execution.
  • Remote method 416 then continues processing on the server using the assigned threads and other resources (step 710).
  • results are generated by remote method 416 and are provided to remote method skeleton 315 for encoding and packaging (step 712).
  • These encoded results 19 are passed over network 310 to remote method stub 308 where they are decoded and provided to remote method call 306 (step 714).

Abstract

A method and apparatus is provided for enabling blocked remote methods to relinquish threads and other resources to other methods on a server system. In a distributed computing environment, remote methods are allocated numerous network resources but are blocked while they wait for operations, such as a write operation from another process, to complete. When enough remote methods are blocked, threads and other network resources may run out. Client systems requesting server services may experience slower response times. This method and system provides a technique for remote methods to relinquish network resources, such as threads, for other methods to use while the methods are blocked. Once the conditions causing the remote methods to block is resolved, the remote methods continue execution. This technique enables high volume client-server transaction systems to utilize threads and other resources in a distributed computing environment more efficiently.

Description

1
METHOD AND APPARATUS FOR THE SUSPENSION AND CONTINUATION OF
REMOTE PROCESSES
BACKGROUND OF THE INVENTION
Field of the Invention
This invention generally relates to distributed computing systems and more particularly, to a method and apparatus for the suspension and continuation of remote processes.
Related Applications
The following identified U.S. patent applications are relied upon and are incorporated by reference in this application.
Provisional U.S. Patent Application No. 60/076,048, entitled "Distributed Computing System," filed on February 26, 1998.
U.S. Patent Application No. 09/044,923, entitled "Method and System for Leasing Storage ' bearing attorney docket no. 06502.0011-01000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,838, entitled "Method, Apparatus, and Product for Leasing of Delegation Certificates in a Distributed System," bearing attorney docket no. 06502.0011-02000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,834, entitled "Method, Apparatus and Product for Leasing of Group Membership in a Distributed System," bearing attorney docket no. 06502.0011 - 03000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,916, entitled "Leasing for Failure Detection/' bearing attorney docket no. 06502.0011-04000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,933, entitled "Method for Transporting Behavior in Event Based System," bearing attorney docket no. 06502.0054-00000, and filed on the same date herewith.
U.S. Patent Application No.09/044,919, entitled "Deferred Reconstruction of Objects and Remote Loading for Event Notification in a Distributed System," bearing attorney docket no. 06502.0062-01000, and filed on the same date herewith. 2
U.S. Patent Application No. 09/044,938, entitled "Methods and Apparatus for Remote Method Invocation," bearing attorney docket no. 06502.0102-00000, and filed on the same date herewith.
U.S. Patent Application No. 09/045,652, entitled "Method and System for Deterministic Hashes to Identify Remote Methods," bearing attorney docket no. 06502.0103-00000, and filed on the same date herewith.
U.S. Patent Application No.09/044,790, entitled "Method and Apparatus for Determining Status of Remote Objects in a Distributed System," bearing attorney docket no. 06502.0104- 00000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,930, entitled "Downloadable Smart Proxies for Performing Processing Associated with a Remote Procedure Call in a Distributed System," bearing attorney docket no. 06502.0105-00000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,835, entitled "Method and System for Multi-Entry and Multi -Template Matching in a Database," bearing attorney docket no. 06502.0107-00000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,839, entitled "Method and System for In-Place Modifications in a Database," bearing attomey docket no. 06502.0108, and filed on the same date herewith.
U.S. Patent Application No. 09/044,945, entitled "Method and System for Typesafe Attribute Matching in a Database/' bearing attorney docket no. 06502.0109-00000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,931, entitled "Dynamic Lookup Service in a Distributed System," bearing attorney docket no. 06502.0110-00000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,939, entitled "Apparatus and Method for Providing Downloadable Code for Use in Communicating with a Device in a Distributed System," bearing attorney docket no. 06502.0112-00000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,826, entitled "Method and System for Facilitating Access to a Lookup Service," bearing attorney docket no. 06502.0113-00000, and filed on the same date herewith. 3
U.S. Patent Application No.09/044,932, entitled "Apparatus and Method for Dynamically Verifying Information in a Distributed System," bearing attorney docket no. 06502.0114-00000, and filed on the same date herewith.
U.S. Patent Application No. 09/030,840, entitled "Method and Apparatus for Dynamic Distributed Computing Over a Network," bearing attorney docket no. 06502.0115-00000, and filed on February 26, 1998.
U.S. Patent Application No. 09/044,936, entitled "An Interactive Design Tool for Persistent Shared Memory Spaces," bearing attomey docket no. 06502.0116-00000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,934, entitled "Polymorphic Token-Based Control/' bearing attomey docket no. 06502.0117-00000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,915, entitled "Stack-Based Access Control," bearing attomey docket no. 06502.0118-00000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,944, entitled "Stack-Based Security Requirements," bearing attomey docket no. 06502.0119-00000, and filed on the same date herewith.
U.S. Patent Application No. 09/044,837, entitled "Per-Method Designation of Security Requirements," bearing attomey docket no. 06502.0120-00000, and filed on the same date herewith.
Description of the Related Art
A typical distributed computing system makes the services and computing power of many servers available to many different clients over a network. Typically, a client machine accesses processing capabilities on a server machine using a remote procedure call (RPC) system. The RPC system processes the request on the remote machine and returns the desired results to the requesting client. The network used to transmit the request and return the results can be a local area network (LAN), a wide area network (WAN), and can also include the Internet. Sophisticated distributed computing applications on the Internet offer electronic commerce (e- commerce), telecommuting, and interactive entertainment services around the world using this client-server arrangement.
As the distributed computing paradigm grows in usage and popularity it is increasingly important that resources on the server systems are available to fulfill requests made by the client systems. Each request from a client generally causes a server process to designate resources, 4 including one or more threads, to process the requests. A thread, sometimes called a lightweight process, is a separate sequence of instructions within a process having a separate flow of control. The thread must carve out resources from the system as needed to fulfill the particular request. If resources such as memory and data are available, multiple threads can be executed in parallel to fulfill multiple tasks.
Thread schedulers can be used by the process spawning the threads to coordinate parallel execution of the threads based on a thread's priority, state of execution (i.e. sleep, alive, dead, running), and dependencies among the various threads. A thread scheduler on a single processor system distributes the processor's computing power among many threads to provide the illusion that the threads are actually running in parallel. There are many different scheduling techniques which can be used including first-come-first-served, shortest-thread-first, priority scheduling, and preemptive scheduling techniques such as round-robin. Hybrid scheduling techniques which combine these techniques can also be used as needed by the particular implementation. On multiprocessor systems, schedulers associate different threads with different processors to execute threads in parallel and take advantage of the added computing power.
Unfortunately, if these resources are not immediately available, the thread can not continue execution and is blocked from further processing. These blocked threads of execution hold on to server resources, such as memory, as well as the data and control structures associated with the threads themselves. Eventually, the server may run out of threads to allocate incoming client requests. Incoming client requests may be refused and the server will be effectively removed from the distributed computing environment. This blocking scenario can also reduce a servers ability to service existing requests due to overhead associated with denying service to the incoming calls.
Present distributed computing systems are not designed to address this problem of allocating threads. These systems do not release threads and associated resources when a remote server process is blocked waiting for a resource or particular event. Consequently, transaction intensive distributed computing environments can suffer from the blocking scenario described above. For example, assume a server process receives multiple requests to download a file from multiple clients over the Internet. The server process receives multiple threads from the server operating system to process the requests in parallel but the file requested is locked by another process and is not available. A conventional system would block further processing on each 5 thread and wait for the file to be unlocked. The threads on the server would remain idle even though other processes could utilize the thread resources to process other tasks. When the number of threads on a server system are depleted, the server process will deny service to additional clients. Eventually, the server system will have difficulty processing general tasks.
On many distributed computing systems, the inability to allocate threads and other resources can negatively impact overall processing throughput. Even the high-speed bandwidth available on a distributed computing network will go unused if threads and other resources are not allocated efficiently on the server system.
Based on the above limitations found in conventional systems, it is desirable to improve the allocation of threads and other resources used in a distributed computing environment.
SUMMARY OF THE INVENTION
Consistent with the present invention, as embodied and broadly described herein, a method and apparatus for enabling a remote method to suspend processing and relinquish resources to the server system comprises receiving a request from a remote method call on a client system. The remote method is allocated system resources from the server system and invoked. One system level type of resource is a thread. The method determines if any general resources required for processing the remote method are presently not available. A general resource can be memory, disk storage space, data, or any resource that a system resource may depend on. The remote method is suspended from further processing and system resources are relinquished to the server system when the remote method depends on a general resource which is not available.
Another method consistent with the present invention, enables a previously suspended remote method to continue processing on the server system and generate a result for a client application. This method comprises receiving an indication that a continuation event associated with a suspended remote method has occurred. System resources and general resources are allocated to the remote method in preparation to continue processing the remote method. The remote method utilizes the combined allocated resources to continue execution and generate results. These results are transmitted from the server system to the client application on the client system using a remote procedure call (RPC) system such as remote method invocation (RMI).
7
BRIEF DESCRIPTION OF THE DRAWINGS
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate an embodiment of the invention and, together with the description, serve to explain the advantages, and principles of the invention.
In the drawings:
FIG. 1. illustrates a network suitable for use with methods and systems consistent with the present invention;
FIG. 2 is block diagram of a computer system suitable for use with methods and systems consistent with the present invention;
FIG. 3 is a block diagram of a client-server networking environment suitable for use with methods and systems consistent with the present invention;
FIG. 4 is a block diagram of the subsystems used to suspend and continue processing of remote method calls consistent with methods and systems of the present invention;
FIG. 5 is a flow chart of the steps performed to suspend and continue a remote method call consistent with methods and systems of the present invention;
FIG. 6 is a flow chart of the steps performed to suspend a remote method call consistent with methods and systems of the present invention; and
FIG. 7 is a flow chart of the steps performed to continue a remote method call consistent with methods and systems of the present invention.
DETATLED DESCRTPTTON
INTRODUCTION
Reference will now be made in detail to an implementation of the present invention as illustrated in the accompanying drawings. Wherever possible, the same reference numbers will be used throughout the drawings and the following description to refer to the same or like parts.
A system designed consistent with the present invention assumes that a computer system can host either client or server functions. The roles each computer assumes in a client-server system depends on the specific call being made between the client and the server. For example, a client process typically requests a service generated by a server process located on a remote machine. Conversely, a server process is located on a machine which receives and services a 8 clients requests. Therefore, the same computer system can act as a client when requesting a service and a server when fulfilling a request for a service.
Systems consistent with the present invention address shortcomings of the prior art and provide a method and apparatus for the suspension and continuation of remote processes. In the past, remote procedure call (RPC) systems did not enable a remote process to release resources while the remote process was blocked waiting for an event to occur or a resource to be released.
5This technique kept the connection between the client process and server process active but left important resources such as threads, memory, and secondary storage idle. In contrast, systems designed consistent with the present invention allow a remote server process blocked from further processing to relinquish threads and other resources while not dropping the connection between the client and server systems. This novel technique permits other processes to utilize lOserver resources even when a remote process is blocked. Specifically, this prevents a remote server process from denying clients access to the system. Consequently, embodiments of the present invention use threads and other resources more efficiently which increases the effective throughput of a distributed computing system.
In addition, systems consistent with the present invention are also advantageous in that they are compatible with clients on existing client-server systems. This is especially important in heterogeneous networked computing environments such as the Internet. Because the server is modified to allocate and deallocate resources more efficiently, the present invention does not
5influence the design and operation of the client system. Accordingly, a client would not require modification to work with a system of the present design. OVERVIEW OF THE DISTRIBUTED SYSTEM
Methods and systems consistent with the present invention operate in a distributed system ("the exemplary distributed system") with various components, including both hardware and software. The exemplary distributed system (1) allows users of the system to share services and resources over a network of many devices; (2) provides programmers with tools and
5programming patterns that allow development of robust, secured distributed systems; and (3) simplifies the task of administering the distributed system. To accomplish these goals, the exemplary distributed system utilizes the Java™ programming environment to allow both code and data to be moved from device to device in a seamless manner. Accordingly, the exemplary distributed system is layered on top of the Java programming environment and exploits the 9 characteristics of this environment, including the security offered by it and the strong typing provided by it. The Java programming environment is more clearly described in Jaworski, Java 1.1 Developer's Guide. Sams.net (1997), which is incorporated herein by reference.
In the exemplary distributed system, different computers and devices are federated into what appears to the user to be a single system. By appearing as a single system, the exemplary distributed system provides the simplicity of access and the power of sharing that can be provided by a single system without giving up the flexibility and personalized response of a personal computer or workstation. The exemplary distributed system may contain thousands of devices operated by users who are geographically disperse, but who agree on basic notions of trust, administration, and policy.
Within the exemplary distributed system are various logical groupings of services provided by one or more devices, and each such logical grouping is known as a Djinn. A "service" refers to a resource, data, or functionality that can be accessed by a user, program, device, or another service and that can be computational, storage related, communication related, or related to providing access to another user. Examples of services provided as part of a Djinn include devices, such as printers, displays, and disks; software, such as applications or utilities; information, such as databases and files; and users of the system.
Both users and devices may join a Djinn. When joining a Djinn, the user or device adds zero or more services to the Djinn and may access, subject to security constraints, any one of the services it contains. Thus, devices and users federate into a Djinn to share access to its services. The services of the Djinn appear programmatically as objects of the Java programming environment, which may include other objects, software components written in different programming languages, or hardware devices. A service has an interface defining the operations that can be requested of that service, and the type of the service determines the interfaces that make up that service.
Fig. 1 depicts the exemplary distributed system 100 containing a computer 102, a computer 104, and a device 106 interconnected by a network 108. The device 106 may be any of a number of devices, such as a printer, fax machine, storage device, computer, or other devices. The network 108 may be a local area network, wide area network, or the Internet. Although only two computers and one device are depicted as comprising the exemplary 10 distributed system 100, one skilled in the art will appreciate that the exemplary distributed system 100 may include additional computers or devices.
Fig. 2 depicts the computer 102 in greater detail to show a number of the software components of the exemplary distributed system 100. One skilled in the art will appreciate that computer 104 or device 106 may be similarly configured. Computer 102 includes a memory 202, a secondary storage device 204, a central processing unit (CPU) 206, an input device 208, and 5a video display 210. The memory 202 includes a lookup service 212, a discovery server 214, and a Java™ runtime system 216. The Java runtime system 216 includes the Java™ remote method invocation system (R-MI) 218 and a Java™ virtual machine 220. The secondary storage device 204 includes a Java™ space 222.
As mentioned above, the exemplary distributed system 100 is based on the Java programming environment and thus makes use of the Java runtime system 216. The Java runtime system 216 includes the Java™ API, allowing programs running on top of the Java runtime system to access, in a platform-independent manner, various system functions, including 5windowing capabilities and networking capabilities of the host operating system. Since the Java API provides a single common API across all operating systems to which the Java runtime system 216 is ported, the programs running on top of a Java runtime system run in a platform- independent manner, regardless of the operating system or hardware configuration of the host platform. The Java runtime system 216 is provided as part of the Java™ software development lOkit available from Sun Microsystems of Mountain View, CA.
The Java virtual machine 220 also facilitates platform independence. The Java virtual machine 220 acts like an abstract computing machine, receiving instructions from programs in the form of byte codes and interpreting these byte codes by dynamically converting them into a form for execution, such as object code, and executing them. RMI 218 facilitates remote method invocation by allowing objects executing on one computer or device to invoke methods of an object on another computer or device. Both RMI and the Java virtual machine are also provided as part of the Java software development kit.
The lookup service 212 defines the services that are available for a particular Djinn. That is, there may be more than one Djinn and, consequently, more than one lookup service within the exemplary distributed system 100. The lookup service 212 contains one object for each service within the Djinn, and each object contains various methods that facilitate access to the 1 1 corresponding service. The lookup service 212 and its access are described in greater detail in co-pending U.S. Patent Application No.09/044,826, entitled "Method and System for Facilitating Access to a Lookup Service," which has previously been incorporated by reference.
The discovery server 214 detects when a new device is added to the exemplary distributed system 100, during a process known as boot and join or discovery, and when such a new device is detected, the discovery server passes a reference to the lookup service 212 to the new device, so that the new device may register its services with the lookup service and become a member of the Djinn. After registration, the new device becomes a member of the Djinn, and as a result, it may access all the services contained in the lookup service 212. The process of boot and join is described in greater detail in co-pending U.S. Patent Application No. 09/044,939, entitled "Apparatus and Method for providing Downloadable Code for Use in Communicating with a Device in a Distributed System," which has previously been incorporated by reference.
The Java space 222 is an object repository used by programs within the exemplary distributed system 100 to store objects. Programs use the Java space 222 to store objects persistently as well as to make them accessible to other devices within the exemplary distributed system. Java spaces are described in greater detail in co-pending U.S. Patent Application No. 08/971,529, entitled "Database System Employing Polymorphic Entry and Entry Matching," assigned to a common assignee, filed on November 17, 1997, which is incorporated herein by reference. One skilled in the art will appreciate that the exemplary distributed system 100 may contain many lookup services, discovery servers, and Java spaces.
Although systems and methods consistent with the present invention are described as operating in the exemplary distributed system and the Java programming environment, one skilled in the art will appreciate that the present invention can be practiced in other systems and other programming environments. Additionally, although aspects of the present invention are described as being stored in memory, one skilled in the art will appreciate that these aspects can also be stored on or read from other types of computer-readable media, such as secondary storage devices, like hard disks, floppy disks, or CD-ROM; a carrier wave from the Internet; or other forms of RAM or ROM. Sun, Sun Microsystems, the SunLogo, Java, and Java-based trademarks are trademarks or registered trademarks of Sun Microsystems Inc. in the United States and other countries. 12
EXEMPLARY CLIENT-SERVER SYSTEM
FIG. 3 depicts an exemplary client-server system consistent with the present invention and exemplary distributed system 100. Accordingly, client-server system 300 consists of a client computer 302, also referred to as client 302, a server computer 312, also referred to as server 312, and a network 310 coupled between client 302 and server 312. This particular client-server system can be implemented using the Java™ object oriented language and as an enhancement to RMI 218. However, those skilled in the art will appreciate that similar systems consistent with the present invention can be implemented using a general remote procedure call (RPC) system and other object and non-object oriented languages.
Client 302 includes a client application 304 having a remote method call 306, a remote stub 308, and a remote method runtime 309. Client application 304 is typically software developed by a user and includes remote method call 306 for invoking a process on server 312. For example, client application 304 can be a Java™ application written in the Java™ programming language. Remote method call 306 is implemented using an RPC mechanism such as RMI.
Remote method stub 308 marshals data and parameters provided by remote method call 306. The data and parameters are arranged in a predetermined format that can be unmarshalled by a remote method skeleton 315 on server 312. Remote method runtime 309 tracks the status of processes associated with remote method call 306 as they are processed on server 312. Remote method runtime 309 also determines whether the communication link between client application 304 and server 312 is up or has been disconnected. Remote method runtime 309 can query server 312 for the status of the link. If no response is made in a reasonable period of time or server 312 indicates the link is down, remote method runtime 309 notifies client application 304 that the remote method call has terminated.
Network 310 provides a communication link between client 302 and server 312. Network 310 can be the Internet or a corporate or campus-wide intranet. Network 310 can use TCP/IP or any other network protocols including Novell Netware, AppleTalk, X.25, or any other network capable of supporting an RPC system such as RMI.
Server 312 includes a corresponding remote method runtime 314 and remote method skeleton 315. In contrast to client 302, server 312 also includes a general resource manager 316, an event handler 317, a remote method resource manager 322, a remote event handler 323, and 13 numerous remote method resources 324. Server 312 also includes a remote object A 318 and a remote object B 320. Each remote object is associated with a number of methods (not shown) which client application 304 can invoke using remote method call 306. Alternative configurations of server 312 may include any number of remote objects for performing remote
5methods as required by the particular system.
Remote method runtime 314 is responsible for keeping client 302 informed of the remote method execution status. Remote method runtime 314 provides information to client 302 indicating that the remote method is processing data. Consistent with the present invention, the processing status is not interrupted even when a remote method is suspended. Instead, remote
5method mntime 314 maintains the connection with client 302 until the remote method completes processing the requested task. Remote method runtime 314 also indicates to client 302 when a remote method has terminated abnormally or in error.
The method determines if any general resources required for processing the remote method are presently not available. A general resource can be memory, disk storage space, data, or any resource that a system resource may depend on.
Remote method skeleton 315 is responsible for unmarshalling data and parameters transmitted over network 310. The parameters and data are used as arguments for executing a remote method on server 312.
General resource manager 316 and event handler 317 manage resources used by local processes and methods executed on server 312. Local methods executed on server 312 look to general resource manager 316 and event handler 317 to coordinate allocation and deallocation of general resources. These general resources can include primary storage, such as memory, or
5secondary storage, such as disk and tape drives. Unlike system resources discussed below, general resources are typically not used for fulfilling remote method requests. Event handler 317 detects events associated with local processes and, therefore, the details of event handler 317 are not included in this specification. Essentially, general resource manager 316 and event handler 317 are dedicated to managing resources associated with those processes and methods lOwhich are not being invoked remotely from a client such as client 302.
In contrast, remote method resource manager 322 and remote event handler 323 are responsible for allocating and deallocating remote method resources 324 as needed by remote methods. Remote method resources 324 can be considered a system resource since they enable 14 a method to utilize a system level resource such as networking. Often, the system resources will have dependencies on the general resources mentioned above.
Remote method resource manager 322 transfers remote method resources 324 between remote methods associated with remote object 318, remote object 320, and other objects (not shown). Remote event handler 323 detects when resources are released that a remote method needs to process a particular task. Transferring these remote method resources is facilitated
5utilizing an implementation of the present invention as discussed below.
SUSPEND AND CONTINUATION OF REMOTE METHODS
A suspend method is invoked when a remote method is about to block. This typically occurs just before a remote method is blocked waiting for a resource to become available. The suspend method marks the remote method as suspended and a remote method resource manager returns threads and other resources back to the server system. When the resources become
5available, a remote method resource manager and a continue method work together to allocate the threads and other remote method resources to the suspended remote method. Eventually, a remote method runtime invokes the suspended remote method so that it may continue processing.
For example, a remote method waiting for a write operation enters a ready to block state and relinquishes threads and other resources by invoking a suspend operation. The suspend operation lOmarks the remote method as suspended and the remote method resource manager returns the threads to a thread pool associated with the server system. Once the write operation occurs, a continue method marks the suspended remote method as runnable and the remote method resource manager allocates threads and to other resources back to the suspended remote process.
A remote method runtime invokes the previously suspended remote method which enables the
15remote method to read the data.
Figure 4 is a block diagram illustrating the essential software subsystems used to suspend and continue processing a remote method. These software subsystems include remote method resources 324, remote method resource manager 322, and exemplary remote object A 318 having remote method 416 and execution state 418.
Remote method resources 324 in Fig. 4 includes a thread pool 402 having threads in-use 404, available threads 406, and an RPC state 408. Threads in-use 404 contains references to threads currently being used by remote methods while available threads 406 contains threads 15 currently available for use by remote methods. RPC state 408 is kept in remote method resources 324 to store information used by an RPC system, such as RMI, when a remote method is suspended. This information can include information the RPC system to continue processing a suspended remote method and return results to the client. In an alternative embodiment, remote method resources 324 could also include other resources other than threads. These other network resources could include primary storage, secondary storage and any other resource used in conjunction with processing remote methods.
Remote method resource manager 322 includes a suspend method 410, a continuation method 412, and a state store 414. Suspend method 410 obtains an execution state 418 from remote method 416 and a RPC state 408 from remote method resources 324. This state information is stored in state store 414 before remote method 416 is suspended. Typically, suspend method 410 marks a remote method 416 as suspended when remote method 416 indicates that it is about to be blocked and that it has threads and other resources. Eventually, remote method resource manager 322 returns the threads and other resources to server 312 and remote method 416 is suspended from further processing. For example, assume remote method 416 is attempting to read data from a queue which is temporarily empty. When remote method 416 detects the queue is empty, remote method 416 will invoke suspend method 410 to initiate the suspension process.
Continue method 412 is the companion to suspend method 410. Continue method 412 is typically invoked when a resource is available or a particular event has occurred. For example, writing data to a particular queue can trigger a continuation event which can invoke continue method 412. Continue method 412 locates the suspended remote method waiting on the resource and marks it as runnable. Eventually, remote method resource manager 322 allocates threads and other resources to the previously suspended remote method. Execution state 418 and RPC state 408 stored in state store 414 are used to ensure that remote method 416 continues processing at the appropriate point prior to being suspended.
In operation, the suspend and continuation methods are used together to manage threads and other resources on server system 312. FIG. 5 is a flow chart indicating the steps performed to suspend and continue a remote call in consistent with methods and systems of the present invention. 16
Initially, the server 312 receives a request from remote method call 306 on client 302 to process remote method 416. Accordingly, remote method skeleton 315 unmarshalls the data and parameters transmitted in the request (step 506). After the data and parameters are decoded by remote method skeleton 315 they are passed to remote method 416.
Remote method runtime 314 on server 312 indicates to remote method runtime 309 on client 302 that server 312 has received the request to invoke remote method 416 and is processing the request (step 507). Client application 304 continues to receive an indication that server 312 is processing the request even if remote method 416 is suspended and threads and other resources are relinquished.
Remote method resource manager 322 allocates the threads and other resources to remote method 416 which is about to be invoked (step 508). Threads allocated to remote method 416 are taken from available threads 406 in thread pool 402. Multiple threads can be used to process several remote methods or tasks in parallel. Assuming the threads and other resources are available, remote method mntime 314 invokes remote method 416 on behalf of client application 304 (step 510). If the remote method resource manager cannot allocate a thread or other resources to remote method 416, it is put on an execution queue pending release of a thread or other resources from another process.
Remote method 416 includes instructions for determining if a suspend condition exists (step 512). These instructions also include information to determine when a continuation condition exists. A suspend condition occurs when remote method 416 depends on a resource which is not available or an event which has not yet occurred. In contrast, the continuation event occurs when the resource is available or the event occurs. For a suspend condition example, assume remote method 416 is sampling data points and pauses a long time interval between each sampling. During this long pause, remote method 416 may block waiting for a timer event to indicate the end of the next time interval.
When the suspend condition is detected, remote method 416 relinquishes resources and registers continuation instructions with a remote event handler 323 to monitor certain resources and events (step 516). Next, remote method 416 is suspended from further processing and awaits the particular continuation event in order to continue processing (step 518).
When the continuation event occurs, resources are allocated to the remote method and the remote method resumes processing (step 520). A continuation event is an event generated 17 when a resource becomes available or an event occurs that a suspended remote method depends on for further processing. Remote event handler 323 processes the continuation instructions registered by suspended remote method 416. The remote method completes the task and returns the results back to client application 304 (step 514). It should be understood that a remote method can be suspended and continued many times before completing a task and returning results to the client.
SUSPENSION OF REMOTE METHODS
FIG. 6 is a flow chart of the steps performed to suspend a remote call consistent with methods and systems of the present invention. Initially, remote method 416 detects that a suspend event has occurred and elects to relinquish threads and other resources (step 602). Remote method is marked as being suspended by suspend method 410. Before being suspended, remote method 416 provides remote method resource manager 322 with execution state 418, RPC state 408, and relinquishes the threads and other resources (step 604). Remote method resource manager 322 places these threads back into available threads 406. Alternatively, remote method 416 can choose to suspend processing without relinquishing any threads or resources. Execution state 418 records state information related to remote method 418 at the time it is suspended including local variables, program counter, and any other information related to remote method 416. As mentioned above, RPC state 408 records state information associated with the RPC system, such as RMI, when remote method 416 is suspended. RPC state 408 enables the RPC system to communicate with a client and return results when remote method 416 continues execution.
Next, remote method resource manager 322 stores RPC state 408 and execution state 418 (step 608). Remote method resource manager 322 stores this state information to continue processing a suspended remote method at some time in the future. Remote method 416 also registers continuation instmctions with remote event handler 323 which monitors certain resources and events. Generally, the continuation instmctions are used for preprocessing data and contacting the appropriate suspended process. Last, remote method 416 is blocked from further processing and waits for a continuation event to occur ( step 610). 18
CONTINUATION OF REMOTE METHODS
FIG. 7 is a flow chart of the steps performed to continue a previously suspended remote method, such as remote method 41 with methods and systems consistent with the present invention. Typically, each step of this process occurs asynchronously as the particular conditions are met.
Initially, remote event handler 323 receives an indication that a particular continuation event has occurred. Remote event handler 323 associates the continuation event with a particular remote method (step 702) and invokes the corresponding continuation instructions. The continuation event is an event generated when a resource becomes available or an event occurs which the suspended remote method depends on for further processing. For example, a continuation event can occur when information is written to a queue that a suspended remote method was waiting to read.
The continuation instmctions invoke continue method 412 which marks the suspended remote method 416 as a runnable process. Eventually, remote method resource manager 322 discovers the status of suspended method 416 which indicates the remote method is now runnable and can continue processing (step 704). Step 704 is typically an asynchronous process that occurs when remote method resource manager checks for status on the suspended process and not necessarily when status of the remote process is changed to runnable. Remote method resource manager 322 allocates the resources, such as threads, to remote method 416 (step 706).
Remote method mntime 314 loads execution state 418 and RPC state 408 from state store 414. Execution state 418 prepares remote method 416 to continue processing at the point it left off prior to being suspended (step 708). To implement this in software, remote method 416 may be several pieces of interrelated code which each start where the previous code section stopped prior to being suspended. Alternatively, remote method 416 can be implemented as a single code segment with execution starting at different points in the code segment. As previously mentioned, RPC state 408 enables the RPC system, such as RMI 218, to continue processing and return results to the proper remote method call 306.
Remote method mntime 314 enables remote method 416 to continue execution. Remote method 416 then continues processing on the server using the assigned threads and other resources (step 710). Eventually, results are generated by remote method 416 and are provided to remote method skeleton 315 for encoding and packaging (step 712). These encoded results 19 are passed over network 310 to remote method stub 308 where they are decoded and provided to remote method call 306 (step 714).
While specific embodiments have been described herein for purposes of illustration, various modifications may be made without departing from the spirit and scope of the invention. Accordingly, the invention is not limited to the above described embodiments, but instead is defined by the appended claims in light of their full scope of equivalents.

Claims

20WHAT IS CLAIMED IS:
1. A method performed on a server system having resources which is operatively coupled to a client system over a network and enables a remote method to suspend processing and relinquish corresponding resources to the server system, the method comprising the steps of: receiving a request from a client system with a remote method call transmitted using a remote procedure call (RPC) system which further includes the substeps of: indicating to the client system that the server system has received the request to invoke a remote method; allocating resources to the remote method; invoking the remote method; determining if the remote method depends on any resources which are not available or an event which has not occurred yet; suspending the remote method from further processing and relinquishing resources from the remote method when the remote method depends on a resource that is not available or an event that has not occurred yet, which further includes the substeps of, relinquishing resources previously allocated to the remote method system for use by other processes and methods on the server system; providing an execution state associated with the remote method and a remote procedure call (RPC) state associated with the remote method call to continue processing the remote method at a subsequent time period; and blocking the remote method from further processing until the resource which was not available is released and made available to the remote method or the event that caused the suspension of the remote method.
A method performed on a server system having a plurality of resources which is operatively coupled to a client system over a network, for enabling a previously suspended remote method to continue processing on the server system, the method comprising the steps of: 21 receiving an indication that a continuation event associated with a suspended remote method has occurred wherein the continuation event is generated when a required resource for the remote method becomes available or an event occurs that previously caused the suspension of the remote method; allocating resources to the remote method in preparation to continue processing, which further comprises the substeps of: indicating to a remote method resource manager that the remote method can continue processing, and distributing resources controlled by a remote method resource manager to the remote method; continuing execution of the remote method utilizing the allocated resources, including the substep of: initializing the remote method with an execution state and a remote procedure call (RPC) system with a RPC state wherein the execution state includes information associated with the remote method before it was suspended and the RPC state includes information associated with the remote method call; generating results from the remote method; and transmitting the results from the server system to the client application on the client system.
A method performed on a server system for enabling a remote method to suspend processing and relinquish resources to the server system which is operatively coupled to a client system over a network, the method comprising the steps of: receiving a request from a remote method call on a client system; allocating system resources to the remote method associated with the server system; invoking the remote method associated with the server system; determining an availability of general resources required for processing the remote method; and suspending the remote method from further processing when the remote method depends on a general resource which is not available. 22
The method of Claim 3 wherein the server system includes a processor, a primary storage device, a secondary storage device, a display device, and an input/output mechanism.
The method of Claim 3 wherein the system resources include threads.
The method of Claim 3 wherein the general resources include data.
The method of Claim 3 wherein the request is transmitted using a remote method invocation (RMI) system.
The method of Claim 3 wherein the suspending step further includes the substeps of, relinquishing system resources and general resources to the server system; and blocking the remote method from further processing until the resource which was not available is released and made available to the remote method.
The method of Claim 8 wherein the suspending step further includes the substeps of providing an execution state associated with the remote method and a remote procedure call (RPC) state associated with the remote method call to continue processing the remote method at a subsequent time period.
A method performed on a server system for enabling a previously suspended remote method to continue processing on the server system and generate a result for a client application on a client system which is operatively coupled to the server system over a network, the method comprising the steps of: receiving indication that a continuation event associated with a suspended remote method has occurred; allocating system resources and general resources to the remote method in preparation to continue processing: continuing execution of the remote method utilizing the allocated resources; generating results from the remote method; and 23 transmitting the results from the server system to the client application on the client system.
The method of Claim 10 wherein the server system includes a processor, a primary storage device, a secondary storage device, a display device, and an input/output mechanism.
The method of Claim 10 wherein the system resources include threads.
The method of Claim 10 wherein the general resources includes data.
The method of Claim 10 wherein the step of continuing execution of the remote method further includes the substeps of: initializing the remote method with an execution state and a remote procedure call (RPC) system with a RPC state wherein the execution state includes information associated with the remote method before it was suspended and the RPC state includes information associated with the remote method call; and generating results from the remote method.
The method of Claim 10 wherein the transmitting step uses a remote method invocation (RMI) system.
A computer-readable medium containing instmctions which enables a remote method executed on a computer server system to suspend processing and relinquish resources to the computer server system by: receiving a request from a remote method call on a client system; allocating system resources to the remote method associated with the server system; invoking the remote method associated with the server system; determining an availability of general resources required for processing the remote method; and 24 suspending the remote method from further processing when the remote method depends on a general resource which is not available.
The computer-readable medium of Claim 16 wherein the system resources include threads.
The computer-readable product of Claim 16 wherein the general resources include data.
The computer-readable medium of Claim 16 wherein the request is transmitted using an remote method invocation (RMI) system.
The computer-readable medium of Claim 16 wherein the suspending is further performed by, relinquishing module configured to relinquish system resources and general resources to the server system; and a blocking module configured to block the remote method from further processing until the resource which was not available is released and made available to the remote method.
A computer-readable medium containing instmctions which enables a previously suspended remote method to continue processing on a server system and generate a result for a client application on a client system by: receiving indication that a continuation event associated with a suspended remote method has occurred; allocating system resources and general resources to the remote method in preparation to continue processing: continuing execution of the remote method utilizing the allocated resources; generating results from the remote method; and transmitting the results from the server system to the client application on the client system. 25
The computer-readable medium of Claim 21 wherein the system resources include threads.
The computer-readable product of Claim 21 wherein the general resources include data.
The computer-readable product of Claim 21 wherein the transmitting uses a remote method invocation (RMI) system.
An apparatus for enabling a remote method to suspend processing and relinquish resources to a server system which is operatively coupled to a client system over a network, comprising: a receiver module configured to receive a request from a remote method call on a client system; an allocating module configured to allocate system resources to the remote method associated with the server system; an invoking module configured to invoke the remote method associated with the server system; a determining module configured to determine if any general resources required for processing the remote method are not available; and a suspending module configured to suspend the remote method from further processing when the remote method depends on a general resource which is not available.
The apparatus of Claim 25 wherein the server system includes a processor, a primary storage device, a secondary storage device, a display device, and an input/output mechanism. The apparatus of Claim 25 wherein the system resources include threads.
The apparatus of Claim 25 wherein the general resources include data. 26
The apparatus of Claim 25 wherein the request is transmitted using a remote method invocation (RMI) system.
The apparatus of Claim 25 wherein the suspending module step further comprises, a relinquishing module configured to relinquish system resources and general resources to the server system; and a blocking module configured to block the remote method from further processing until the resource which was not available is released and made available to the remote method.
An apparatus for enabling a previously suspended remote method to continue processing on a server system and generate a result for a client application on a client system which is operatively coupled to the server system over a network, the apparatus comprising: a receiver module to receive an indication that a continuation event associated with a suspended remote method has occurred; an allocating module configured to allocate system resources and general resources to the remote method in preparation to continue processing: a continuing module configured to continue execution of the remote method utilizing the allocated resources; a generating module configured to generate results from the remote method; and a transmitting module configured to transmit the results from the server system to the client application on the client system.
2. The apparatus of Claim 31 wherein the server system includes a processor, a primary storage device, a secondary storage device, a display device, and an input/output mechanism.
The apparatus of Claim 31 wherein the system resources include threads.
The apparatus of Claim 31 wherein the general resources includes data. 27
3. The apparatus of Claim 31 wherein the transmitting module uses a remote method invocation (RMI) system.
An apparatus coupled to a server system for enabling a remote method to suspend processing and relinquish resources to the server system which is operatively coupled to a client system over a network, the apparatus comprising: a means for receiving a request from a remote method call on a client system; a means for allocating system resources to the remote method associated with the server system; a means for invoking the remote method associated with the server system; a means for determining an availability of general resources required for processing the remote method; and a means for suspending the remote method from further processing when the remote method depends on a general resource which is not available.
The apparatus of Claim 36 further comprising a client system operatively coupled to the server system.
An apparatus coupled to a server system for enabling a previously suspended remote method to continue processing on the server system and generate a result for a client application on a client system which is operatively coupled to the server system over a network, the method comprising the steps of: a means for receiving indication that a continuation event associated with a suspended remote method has occurred; a means for allocating system resources and general resources to the remote method in preparation to continue processing: a means for continuing execution of the remote method utilizing the allocated resources; a means for generating results from the remote method; and a means for transmitting the results from the server system to the client application on the client system. 28
The apparatus of Claim 38 further comprising a client system operatively coupled to the server system.
PCT/US1999/003520 1998-02-26 1999-02-18 Method and apparatus for the suspension and continuation of remote processes WO1999044131A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
KR1020007009397A KR20010041297A (en) 1998-02-26 1999-02-18 Method and apparatus for the suspension and continuation of remote processes
AU33004/99A AU3300499A (en) 1998-02-26 1999-02-18 Method and apparatus for the suspension and continuation of remote processes
EP99936131A EP1057108A1 (en) 1998-02-26 1999-02-18 Method and apparatus for the suspension and continuation of remote processes
JP2000533815A JP2002505471A (en) 1998-02-26 1999-02-18 Method and apparatus for interrupting and continuing remote processing

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US7604898P 1998-02-26 1998-02-26
US60/076,048 1998-02-26
US09/044,917 US6237024B1 (en) 1998-03-20 1998-03-20 Method and apparatus for the suspension and continuation of remote processes
US09/044,917 1998-03-20

Publications (1)

Publication Number Publication Date
WO1999044131A1 true WO1999044131A1 (en) 1999-09-02

Family

ID=26722150

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1999/003520 WO1999044131A1 (en) 1998-02-26 1999-02-18 Method and apparatus for the suspension and continuation of remote processes

Country Status (6)

Country Link
EP (1) EP1057108A1 (en)
JP (1) JP2002505471A (en)
KR (1) KR20010041297A (en)
CN (1) CN1298502A (en)
AU (1) AU3300499A (en)
WO (1) WO1999044131A1 (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1128266A2 (en) * 2000-02-22 2001-08-29 Orsus Solutions Limited Cooperative software application architecture
EP1249758A1 (en) 2001-04-11 2002-10-16 Texas Instruments Incorporated Using remote procedure calls to manage co-processor resources
EP1351142A2 (en) * 2002-03-21 2003-10-08 Sun Microsystems, Inc. Apparatus and method of lazy connection transaction enlistment
US7076551B2 (en) 2000-04-03 2006-07-11 Texas Instruments Incorporated Using remote procedure calls to manage co-processor resources
CN100342306C (en) * 2004-12-01 2007-10-10 国际商业机器公司 Compiling method and device and programme
CN100368958C (en) * 2004-07-28 2008-02-13 佳能株式会社 Image processing apparatus and control method and program thereof
CN100416537C (en) * 2001-02-12 2008-09-03 国际商业机器公司 Automatic dialogue resource clearing method and system for distributed client computor-server
US7496494B2 (en) 2002-09-17 2009-02-24 International Business Machines Corporation Method and system for multiprocessor emulation on a multiprocessor host system
US7953588B2 (en) 2002-09-17 2011-05-31 International Business Machines Corporation Method and system for efficient emulation of multiprocessor address translation on a multiprocessor host
US8108843B2 (en) 2002-09-17 2012-01-31 International Business Machines Corporation Hybrid mechanism for more efficient emulation and method therefor
US9043194B2 (en) 2002-09-17 2015-05-26 International Business Machines Corporation Method and system for efficient emulation of multiprocessor memory consistency
WO2018171287A1 (en) * 2017-03-22 2018-09-27 武汉斗鱼网络科技有限公司 Remote invoking method and remote invoking apparatus

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7168612B2 (en) * 2001-12-24 2007-01-30 Axalto Inc Method and apparatus for processing transactions in a data processing system
CN1306403C (en) * 2003-12-30 2007-03-21 北京金山数字娱乐科技有限公司 Network servicer sustem used in recreation
JP2007108804A (en) * 2004-01-27 2007-04-26 Matsushita Electric Ind Co Ltd Application start arbitration system
US9323571B2 (en) * 2004-02-06 2016-04-26 Intel Corporation Methods for reducing energy consumption of buffered applications using simultaneous multi-threading processor
US20050179936A1 (en) * 2004-02-13 2005-08-18 Microsoft Corporation Scalable print spooler
US20070174655A1 (en) * 2006-01-18 2007-07-26 Brown Kyle G System and method of implementing automatic resource outage handling
CN101414340B (en) * 2007-10-15 2015-12-02 北京瑞星信息技术有限公司 A kind of method preventing remote thread from starting
EP2595058A4 (en) * 2010-07-13 2014-03-12 Fujitsu Ltd Multithread processing device, multithread processing system, multithread processing program, and multithread processing method
US8473957B2 (en) * 2010-12-13 2013-06-25 Microsoft Corporation Architecture for providing on-demand and background processing
KR101357975B1 (en) * 2011-10-17 2014-02-03 엔에이치엔엔터테인먼트 주식회사 Method and apparatus for providing remote procedure call service using coroutine
US20150341445A1 (en) * 2014-05-23 2015-11-26 Radoslav Nikolov Hybrid applications operating between on-premise and cloud platforms

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1992007335A1 (en) * 1990-10-19 1992-04-30 Cray Research, Inc. A scalable parallel vector computer system
EP0565849A2 (en) * 1992-04-14 1993-10-20 International Business Machines Corporation A method and system for synchronizing threads within a process
WO1996003692A1 (en) * 1994-07-25 1996-02-08 British Telecommunications Public Limited Company Computer system having client-server architecture
GB2305087A (en) * 1995-08-28 1997-03-26 Fujitsu Ltd Fault tolerant remote procedure call system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1992007335A1 (en) * 1990-10-19 1992-04-30 Cray Research, Inc. A scalable parallel vector computer system
EP0565849A2 (en) * 1992-04-14 1993-10-20 International Business Machines Corporation A method and system for synchronizing threads within a process
WO1996003692A1 (en) * 1994-07-25 1996-02-08 British Telecommunications Public Limited Company Computer system having client-server architecture
GB2305087A (en) * 1995-08-28 1997-03-26 Fujitsu Ltd Fault tolerant remote procedure call system

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1128266A3 (en) * 2000-02-22 2004-02-25 Orsus Solutions Limited Cooperative software application architecture
EP1128266A2 (en) * 2000-02-22 2001-08-29 Orsus Solutions Limited Cooperative software application architecture
US7076551B2 (en) 2000-04-03 2006-07-11 Texas Instruments Incorporated Using remote procedure calls to manage co-processor resources
CN100416537C (en) * 2001-02-12 2008-09-03 国际商业机器公司 Automatic dialogue resource clearing method and system for distributed client computor-server
EP1249758A1 (en) 2001-04-11 2002-10-16 Texas Instruments Incorporated Using remote procedure calls to manage co-processor resources
EP1351142A2 (en) * 2002-03-21 2003-10-08 Sun Microsystems, Inc. Apparatus and method of lazy connection transaction enlistment
EP1351142A3 (en) * 2002-03-21 2007-06-27 Sun Microsystems, Inc. Apparatus and method of lazy connection transaction enlistment
US7496494B2 (en) 2002-09-17 2009-02-24 International Business Machines Corporation Method and system for multiprocessor emulation on a multiprocessor host system
US7844446B2 (en) 2002-09-17 2010-11-30 International Business Machines Corporation Method and system for multiprocessor emulation on a multiprocessor host system
US7953588B2 (en) 2002-09-17 2011-05-31 International Business Machines Corporation Method and system for efficient emulation of multiprocessor address translation on a multiprocessor host
US8108843B2 (en) 2002-09-17 2012-01-31 International Business Machines Corporation Hybrid mechanism for more efficient emulation and method therefor
US8578351B2 (en) 2002-09-17 2013-11-05 International Business Machines Corporation Hybrid mechanism for more efficient emulation and method therefor
US9043194B2 (en) 2002-09-17 2015-05-26 International Business Machines Corporation Method and system for efficient emulation of multiprocessor memory consistency
CN100368958C (en) * 2004-07-28 2008-02-13 佳能株式会社 Image processing apparatus and control method and program thereof
CN100342306C (en) * 2004-12-01 2007-10-10 国际商业机器公司 Compiling method and device and programme
WO2018171287A1 (en) * 2017-03-22 2018-09-27 武汉斗鱼网络科技有限公司 Remote invoking method and remote invoking apparatus

Also Published As

Publication number Publication date
CN1298502A (en) 2001-06-06
AU3300499A (en) 1999-09-15
JP2002505471A (en) 2002-02-19
EP1057108A1 (en) 2000-12-06
KR20010041297A (en) 2001-05-15

Similar Documents

Publication Publication Date Title
US6237024B1 (en) Method and apparatus for the suspension and continuation of remote processes
WO1999044131A1 (en) Method and apparatus for the suspension and continuation of remote processes
US6209018B1 (en) Service framework for a distributed object network system
US5452459A (en) Method and apparatus for allocating server access in a distributed computing environment
US7246167B2 (en) Communication multiplexor using listener process to detect newly active client connections and passes to dispatcher processes for handling the connections
CA2191824C (en) System and method for space efficient object locking
US7130905B2 (en) System and method for coordinating access to data for a distributed application
EP1442372B1 (en) Providing isolation through process attachable virtual machines
KR100898315B1 (en) Enhanced runtime hosting
Neuman et al. The Prospero resource manager: A scalable framework for processor allocation in distributed systems
JP4690437B2 (en) Communication method, communication apparatus and program for network application
KR20060041928A (en) Scalable print spooler
EP0695993A2 (en) System and method for interprocess communication
EP0704796B1 (en) Capability engine method and apparatus for a microkernel data processing system
Wang et al. Lsbatch: A Distributed Load Sharing Atch System
US6507861B1 (en) System and method for avoiding deadlock in a non-preemptive multi-threaded application running in a non-preemptive multi-tasking environment
US20080065838A1 (en) Data processing system with memory access
Neuman et al. Resource management for distributed parallel systems
EP0689139A2 (en) Anonymous reply port method and apparatus for a microkernel data processing system
EP0689137A2 (en) Message control structure registration method and apparatus for a microkernel data processing system
KR20010040971A (en) Deferred reconstruction of objects and remote loading for event notification in a distributed system
Froidevaux et al. The mainframe as a high-available, highly scalable CORBA platform
Janson et al. CORBA vs. DCOM
Owego Realtime CORBA
Pava Design Specification for the Real Time Platform Middleware

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 99805303.1

Country of ref document: CN

AK Designated states

Kind code of ref document: A1

Designated state(s): AL AM AT AU AZ BA BB BG BR BY CA CH CN CU CZ DE DK EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG UZ VN YU ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW SD SZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
ENP Entry into the national phase

Ref document number: 2000 533815

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 1020007009397

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 1999936131

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1999936131

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

WWP Wipo information: published in national office

Ref document number: 1020007009397

Country of ref document: KR

WWW Wipo information: withdrawn in national office

Ref document number: 1999936131

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 1020007009397

Country of ref document: KR