US20040042476A1 - Methods and apparatus for avoidance of remote display packet buffer overflow - Google Patents
Methods and apparatus for avoidance of remote display packet buffer overflow Download PDFInfo
- Publication number
- US20040042476A1 US20040042476A1 US10/232,995 US23299502A US2004042476A1 US 20040042476 A1 US20040042476 A1 US 20040042476A1 US 23299502 A US23299502 A US 23299502A US 2004042476 A1 US2004042476 A1 US 2004042476A1
- Authority
- US
- United States
- Prior art keywords
- module
- amount
- resource
- processing
- computer network
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L43/00—Arrangements for monitoring or testing data switching networks
- H04L43/16—Threshold monitoring
Definitions
- the present invention relates to the field of data delivery in a computer network system and, in particular, to a method and apparatus for avoiding remote display packet buffer overflow.
- Sun, Sun Microsystems, the Sun logo, Sun Ray, Solaris and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. All SPARC trademarks are used under license and are trademarks of SPARC International, Inc. in the United States and other countries. All X trademarks are used under license and are trademarks of X Consortium in the United States and other countries. The UNIX trademark is used under license and is a trademark of American Telephone and Brassy Company in the United States and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc.
- the multi-tier application architecture includes at least a server tier and a client tier.
- the client tier 1000 communicates requests to the server tier 1100 for data, software and services, for example, and the server tier 1100 responds to the requests.
- the server tier's response may entail communication with a database management system for the storage and retrieval of data.
- the server tier 1100 typically includes a database server system 1110 , an application server system 1120 , and application logic 1130 (i.e., software application programs, functions, etc.).
- the application server system 1120 responds to application requests received from the client tier 1000 .
- the application server system 1120 may also forward data requests from the client tier 1000 to the database server system 1110 .
- the client tier 1000 typically consists of a computer system that provides a graphic user interface (GUI) generated by a client application, such as a browser or other user interface application.
- GUI graphic user interface
- client application such as a browser or other user interface application.
- GUI elements e.g., a file containing input, form, and text elements defined using the Hypertext Markup Language (HTML)
- applet i.e., a program such as a program written using the JavaTM programming language, or other platform-independent programming language, that runs when it is loaded by the browser.
- application logic 1130 managed by application server system 1120 in server tier 1100 .
- the apportionment of application functionality between client tier 1000 and server tier 1100 is dependent upon whether a “thin client” or “thick client” topology is desired.
- the client tier 1000 i.e., the end user's computer appliance or unit
- a thick client topology uses a more conventional general purpose computer having processing, memory, and data storage capabilities.
- elements of the client tier 1000 and server tier 1100 execute within separate computers interconnected over a network 1200 such as an Ethernet network, a LAN (local area network) and/or a WAN (wide area network).
- a network 1200 such as an Ethernet network, a LAN (local area network) and/or a WAN (wide area network).
- commands e.g., graphics commands
- the server tier 1100 needs to generate the graphics commands and put them into network data packets that are sent over the network 1200 to the client tier 1000 (e.g., to the thin client appliance currently displaying the user session).
- efficiently solving the problems associated with getting the information (e.g., the graphics information) to the user over the network 1200 to the client tier 1000 is important in providing satisfactory performance from the user's point of view.
- the data packets can be lost in at least two places: (1) within the network 1200 itself due to congestion, or (2) within the client tier 1000 (e.g., the client appliance and/or the remote display device) when it is unable to process the graphic commands (in the data packets) rapidly enough, and the packet storage queue for incoming packets overflows.
- the packet queue is referred to as a fixed number of network buffers within a client appliance that received command data packets from the server tier 1100 .
- the present invention provides methods and apparatus that effectively prevent an overflow of a data packets queue, while maintaining a steady flow of data packets to a client tier (e.g., to a thin client appliance and/or a display on the desktop appliance).
- a client tier e.g., to a thin client appliance and/or a display on the desktop appliance.
- a computer network system includes a network, a first module for receiving information (e.g., graphics information) from the network, and a second module for transmitting the information to the first module over the network.
- a processor is coupled with the first module and has an amount of resource for processing the information.
- the first module is also associated with a managing system. The managing system allocates the amount of resource for processing the information.
- a memory device may be associated with the first module. The memory device has an amount of space for storing the information before processing by the processor. The amount of resource for processing the information may be based on the amount of space available on the memory device.
- the information may be in the form of a network data packet and the amount of information transmitted from the second module to the first module should be based on the amount of resource allocated by the managing system.
- a method for managing memory buffers in a computer network system.
- an amount of storage space is monitored on a first module. Based on the monitored amount of storage space, a percentage of available resource on the first module is then allocated for processing graphics information from a second module. The allocated percentage is then transmitted to the second module over a network and is used to limit the amount of graphics information sent from the second module over the network to the first module.
- FIG. 1 is a block diagram of a computer network system wherein a server tier communicates with a client tier though a network;
- FIG. 2 is a block diagram of a computer network system wherein one or more server units communicate with one or more client units through a network, in accordance with one embodiment of the present invention
- FIG. 3 is a flow diagram showing a routine on avoiding packet queue overflow in accordance with one embodiment of the present invention
- FIG. 4 is a block diagram of an example embodiment of the client unit in accordance with one embodiment of the present invention.
- FIG. 5 is a block diagram of a single-chip implementation of a client unit in accordance with one embodiment of the present invention.
- the present invention provides methods and apparatus that effectively prevent an overflow of a data packets queue, while maintaining a steady flow of data packets to a client tier (e.g., to a thin client appliance and/or a display on a desktop appliance).
- a client tier e.g., to a thin client appliance and/or a display on a desktop appliance.
- embodiments of the present invention can be implemented with at least one thin client appliance 2010 , 2020 , and/or 2030 in client tier 2000 .
- a thin client appliance 2010 , 2020 , and/or 2030 such a Sun RayTM thin client appliance (or unit) is a small, stateless, “plug and work” desktop appliance whose main function is to process all input and output for the user and to manage communication with at least one server appliance (or unit) 2110 , 2120 , 2130 , 2140 , and/or 2150 in server tier 2100 , such as a shared Sun RayTM server appliance (or unit). All other computational tasks (or services) for the user are, for example, performed on the Sun RayTM server, which is shared amongst a community of Sun RayTM users.
- the computational tasks (or services) include, for example, X11/UNIX® services, archived or live audio and video services, Windows NT service, javaTM. program execution service, and others. As shown in FIG. 2, the computation tasks (or services) are not tied to a specific server appliance (or unit) 2110 , 2120 , 2130 , 2140 , and/or 2150 and may be distributed over one or more server appliances (or units) 2110 , 2120 , 2130 , 2140 , and/or 2150 .
- one or more server appliances 2110 , 2120 , 2130 , 2140 , and/or 2150 may provide one or more services, or a service may be implemented by one or more server appliances 2110 , 2120 , 2130 , 2140 , and/or 2150 .
- a system using the thin client appliance 2010 , 2020 , and/or 2030 such as a Sun RayTM enterprise system, replaces a traditional workstation system and provides the same user experience as the workstation, with no user state stored within the thin client appliance 2010 , 2020 , and/or 2030 (i.e., the desktop unit).
- This provides a unique capability called “hot desking” that allows a user to access their session from any thin client appliance 2010 , 2020 , and/or 2030 (or desktop unit) connected to the server tier 2100 .
- embodiments of the present invention can also be implemented with a server appliance 2110 , 2120 , 2130 , 2140 , and/or 2150 , such as a Sun RayTM server appliance, that provides access to the SolarisTM operating environment for a thin client unit 2010 , 2020 , and/or 2030 , such as a Sun RayTM thin client unit, connected to the server appliance 2110 , 2120 , 2130 , 2140 , and/or 2150 .
- a server appliance 2110 , 2120 , 2130 , 2140 , and/or 2150 such as a Sun RayTM server appliance, that provides access to the SolarisTM operating environment for a thin client unit 2010 , 2020 , and/or 2030 , such as a Sun RayTM thin client unit, connected to the server appliance 2110 , 2120 , 2130 , 2140 , and/or 2150 .
- the display e.g., 2012
- the mouse e.g., 2014
- the keyboard e.g., 2016
- the thin client unit e.g., 2010
- a network operating extension system such as the X Window System developed by the X Consortium.
- the X Window System utilizes a protocol called X Protocol that provides a network transparent graphical user interface (GUI) primarily for the UNIX® operating system.
- GUI network transparent graphical user interface
- the X Window System provides for the display and management of graphical information, much in the same manner as Microsoft's Windows and IBM's Presentation Manager. The key difference is in the structure of the X Protocol. Whereas Microsoft's Windows and Presentation Manager simply display graphical applications local to the personal computer (PC), the X Protocol distributes the processing of applications by specifying a client-server relationship at the application level.
- the what-to-do part of the application is called an X client application and is separated from the how-to-do part, the display, called the X server application.
- X client applications typically run on a server appliance (e.g., 2110 , 2120 , 2130 , 2140 , and/or 2150 ) and display on an X server application running on the same and/or another server appliance within the same network environment.
- the X client applications do not run on desktop units (e.g., 2010 , 2020 , and/or 2030 ).
- the application that is running on the desktop units e.g., 2010 , 2020 , and/or 2030
- the X server application translates X protocol commands from the X client application(s) into lower-level primitives that produce the desired result on the desktop unit's display (e.g., 2012 ), and that manage the processing of keyboard and mouse inputs.
- the implementations of the X server application are divided into a device-independent layer and a device-dependent layer.
- the device-dependent layer translates the device-independent graphics operations passed down from the device-independent layer into operations suitable for a specific graphics device, typically a graphics card incorporated into a PC, a workstation and/or the desktop units 2010 , 2020 , and/or 2030 shown in FIG. 2.
- X client applications are software applications, such as a mail program or an internet browser, that generate graphical outputs that are to be displayed on a screen and that process user inputs. That is, the outputs on the screen come as the X protocol commands from X applications to the X server application.
- the X server application runs on a server appliance 2110 , 2120 , 2130 , 2140 , and/or 2150 , and rather than generating commands for a local graphics card, the device-dependent part of the X server application generates graphics commands and puts them into network packets that are sent over the network 2200 to the desktop unit (e.g., 2010 ) currently displaying that user's session.
- the desktop unit e.g., 2010
- the data packets may be dropped in at least two places: (1) within the network itself (e.g., 2200 ) due to congestion, or (2) within the desktop unit and/or thin client unit (e.g., 2010 ) when it is unable to process the graphics commands rapidly enough, and the packet storage queue for incoming packets overflows.
- the packet storage queue is a fixed number of network buffers within the desktop unit and or thin client (e.g., 2010 ) that receive graphic command packets from the X server application. Once these buffers are full, packets are discarded by the thin client unit (e.g., 2010 ).
- the present invention sends packets at a fast enough rate that the thin client unit (e.g., 2010 ) is kept busy when there is work to do, but not so fast that packets are lost.
- a server application (such as the X server application running on a server unit 2110 , 2120 , 2130 , 2140 , and/or 2150 ) attempts to avoid the overflow of the packet queue on a remote display device (e.g., 2010 ) by computing an estimate of how much time each graphics command generated will take to execute on the remote display device.
- a remote display device e.g., 2010
- the server application (such as the X server application) then sums the estimates for the commands to be sent, and uses this along with a central processing unit (CPU) grant (e.g., from a common authority or manager apparatus within the network environment) to attempt to ensure that the CPU of the remote display device (e.g., 2010 ) does not become overloaded, thus avoiding overflow of the packet queue.
- CPU central processing unit
- the CPU grant may be defined as a percentage of the available CPU of the remote display device (e.g., 2010 ) to process, for example, data from the server application (e.g., the X server application).
- Other services such as an MPEG video player, can also request a portion of the CPU as well and send an independent stream of commands to the remote display device (e.g., 2010 ).
- the CPU grant number reflects a fair share of the CPU available for each service, and the server application, such as the X server application, would only send enough commands to fill the allotted CPU grant.
- the grant to the server application such as the X server application, would always be 100%.
- the CPU usage estimates computed by the server application are an approximation of the amount of CPU that should be used by a command, so it is possible for the estimate to be too high or too low. If the estimate is too high, not enough commands are sent to keep the remote display device busy; too low, and too many commands are sent and the remote display device (e.g., 2010 ) cannot keep up with the packets sent and the packet queue overflows. Accordingly, one embodiment of the present invention actually provides an estimate that is slightly low, in order to make sure that the CPU on the remote display device (e.g., 2010 ) is kept busy. In this case, normal gaps in the stream of command packets usually are sufficient to allow the packet queue of the remote display device (e.g., 2010 ) to be fully processed by the remote display device (e.g., 2010 ).
- the CPU grant that is granted to the server application is modified to be a function of how many packets are in the packet queue of the remote display device (e.g., 2010 ).
- the server application reduces the rate at which it sends commands, thus giving the remote display device (e.g., 2010 ) the opportunity to catch up in processing commands in the queue.
- the CPU grant is dropped to 0%, effectively shutting off the server application for the remote display device (e.g., 2010 ).
- This embodiment satisfies both requirements of making sure that the remote display device (e.g., 2010 ) is kept as busy as possible, since the throttling of the CPU grant occurs only when there is an overabundance of work waiting to be done, and of avoiding packet queue overflow by slowing down and eventually stopping the flow of packets from the server application.
- the remote display device e.g., 2010
- an embodiment of the present invention uses a remote desktop unit (e.g., 2010 ) having a managing routine (e.g., a managing firmware within the remote desktop unit and/or a thin client firmware) that is able to limit the CPU resource that the server application is allowed to reserve on its behalf.
- a managing routine e.g., a managing firmware within the remote desktop unit and/or a thin client firmware
- the desktop unit monitors its packet queue 3000 , and as the queue passes certain threshold levels 3100 , the desktop unit throttles back the total CPU allocation available to the server application 3200 . This causes the server application to limit the packets sent progressively as the packet queue gets closer to full 3300 .
- the thin client firmware decreases the cpuLimit in steps as the queue gets more and more full, dropping the allocation to 0% as the queue gets over ⁇ fraction (15/16) ⁇ th full.
- cpuLimit is not increased in steps as the queue becomes more empty. Instead, the cpuLimit is set back to 100% when the queue drops to or below half full.
- the forgoing exemplary pseudo-C code shows steps that may be taken at the client tier (erg., 2000 ) for making sure that the remote display device (e.g., 2010 ) is kept as busy as possible, since the throttling of the CPU grant occurs only when there is an overabundance of work waiting to be done, and it avoids packet queue overflow by slowing down and eventually stopping the flow of packets from the server application.
- embodiments of the present invention effectively prevent overflows of the desktop packet queue, while maintaining a steady flow of packets to the desktop unit (e.g., 2010 ).
- embodiments of the invention can also be implemented as computer software in the form of computer-readable program code executed in a general purpose computing environment, in the form of bytecode class files executable within a JavaTM run time environment running in such an environment; in the form of bytecodes running on a processor (or devices enabled to process bytecodes) existing in a distributed environment (e.g., one or more processors on a network); as microprogrammed bit-slice hardware; as digital signal processors; or as hard-wired control logic.
- FIG. 4 A block diagram of an example embodiment of a thin client unit appears as FIG. 4.
- the components of the thin client unit are coupled internally to a Peripheral Component Interface (PCI) bus 4412 .
- PCI Peripheral Component Interface
- Network control block 4402 communicates to the internal network, such as an Ethernet or intranet, through line 4414 .
- An audio codec 4403 receives audio data on interface 4416 and is coupled to network control block 4402 .
- Universal Serial Bus (USB) data communication is provided on lines 4413 to a USB controller 4401 .
- the thin client unit further comprises an embedded processor 4404 such as a Sun Microsystems Sparc2ep with coupled flash memory 4405 and Dynamic Random Access Memory (DRAM) 4406 .
- embedded processor 4404 such as a Sun Microsystems Sparc2ep with coupled flash memory 4405 and Dynamic Random Access Memory (DRAM) 4406 .
- DRAM Dynamic Random Access Memory
- the USB controller 4401 , the network control block 4402 and the embedded processor 4404 are all coupled to the PCI bus 4412 .
- a video controller 4409 also coupled to the PCI bus 4412 , can include an ATI RagePro+ frame buffer controller, which provides Super Video Graphic Array (SVGA) output on the line 4415 .
- SVGA Super Video Graphic Array
- NTSC National Television Standard Committee
- a smartcard interface 4408 may also be coupled to the video controller 4409 .
- a thin client unit can comprise a single chip implementation, as illustrated in FIG. 5.
- the single chip includes the necessary processing capability implemented via CPU 5501 and graphics renderer 5505 .
- Chip memory 5507 is provided along with video controller/interface 5506 .
- An internal bus (e.g., USB) controller 5502 is provided to permit communication to a mouse, a keyboard and other local devices attached to the thin client unit.
- a sound controller 5503 and an interconnect interface 5504 are also provided.
- the video interface shares memory 5507 with the CPU 5501 and graphics renderer 5505 .
- the firmware and/or software used in this embodiment may reside locally in non-volatile memory, and/or it can be loaded through the interconnection interface when the device is powered.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
- User Interface Of Digital Computer (AREA)
Abstract
Description
- 1. Field of the Invention
- The present invention relates to the field of data delivery in a computer network system and, in particular, to a method and apparatus for avoiding remote display packet buffer overflow.
- Portions of the disclosure of this patent document contain material that is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure as it appears in the Patent and Trademark Office file or records, but otherwise reserves all copyright rights whatsoever.
- Sun, Sun Microsystems, the Sun logo, Sun Ray, Solaris and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. All SPARC trademarks are used under license and are trademarks of SPARC International, Inc. in the United States and other countries. All X trademarks are used under license and are trademarks of X Consortium in the United States and other countries. The UNIX trademark is used under license and is a trademark of American Telephone and Telegraphy Company in the United States and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc.
- 2. Description of Related Art
- The multi-tier application architecture includes at least a server tier and a client tier. Referring now to FIG. 1, the
client tier 1000 communicates requests to theserver tier 1100 for data, software and services, for example, and theserver tier 1100 responds to the requests. The server tier's response may entail communication with a database management system for the storage and retrieval of data. Theserver tier 1100 typically includes adatabase server system 1110, anapplication server system 1120, and application logic 1130 (i.e., software application programs, functions, etc.). Theapplication server system 1120 responds to application requests received from theclient tier 1000. Theapplication server system 1120 may also forward data requests from theclient tier 1000 to thedatabase server system 1110. - The
client tier 1000 typically consists of a computer system that provides a graphic user interface (GUI) generated by a client application, such as a browser or other user interface application. Conventional browsers include Internet Explorer and Netscape Navigator, among others. The client application generates a display from, for example, a specification of GUI elements (e.g., a file containing input, form, and text elements defined using the Hypertext Markup Language (HTML)) and/or from an applet (i.e., a program such as a program written using the Java™ programming language, or other platform-independent programming language, that runs when it is loaded by the browser). - Further application functionality is provided by
application logic 1130 managed byapplication server system 1120 inserver tier 1100. The apportionment of application functionality betweenclient tier 1000 andserver tier 1100 is dependent upon whether a “thin client” or “thick client” topology is desired. In a thin client topology, the client tier 1000 (i.e., the end user's computer appliance or unit) is used primarily to display output and obtain input, while the computing takes place in theserver tier 1100. A thick client topology, on the other. hand, uses a more conventional general purpose computer having processing, memory, and data storage capabilities. - In a typical system, especially one using a thin client topology, elements of the
client tier 1000 andserver tier 1100 execute within separate computers interconnected over anetwork 1200 such as an Ethernet network, a LAN (local area network) and/or a WAN (wide area network). Because commands (e.g., graphics commands) on how and what to display on theclient tier 1000 are running on theserver tier 1100 and away from theclient tier 1000, theserver tier 1100 needs to generate the graphics commands and put them into network data packets that are sent over thenetwork 1200 to the client tier 1000 (e.g., to the thin client appliance currently displaying the user session). This represents an extra step in getting the information (e.g., the graphics information) to the user on theclient tier 1000 because theserver tier 1100 is not just generating commands for a local graphics card. Thus, efficiently solving the problems associated with getting the information (e.g., the graphics information) to the user over thenetwork 1200 to theclient tier 1000 is important in providing satisfactory performance from the user's point of view. For example, as network data packets are being transmitted from theserver tier 1100 to theclient tier 1000, the data packets can be lost in at least two places: (1) within thenetwork 1200 itself due to congestion, or (2) within the client tier 1000 (e.g., the client appliance and/or the remote display device) when it is unable to process the graphic commands (in the data packets) rapidly enough, and the packet storage queue for incoming packets overflows. The packet queue is referred to as a fixed number of network buffers within a client appliance that received command data packets from theserver tier 1100. - Accordingly, it would be advantageous and desirable to provide methods and apparatus that effectively prevent an overflow of the data packets queue, while maintaining a steady flow of data packets to the client tier1000 (e.g., to the client appliance and/or the remote display device).
- The present invention provides methods and apparatus that effectively prevent an overflow of a data packets queue, while maintaining a steady flow of data packets to a client tier (e.g., to a thin client appliance and/or a display on the desktop appliance).
- In one embodiment of the present invention, a computer network system includes a network, a first module for receiving information (e.g., graphics information) from the network, and a second module for transmitting the information to the first module over the network. A processor is coupled with the first module and has an amount of resource for processing the information. The first module is also associated with a managing system. The managing system allocates the amount of resource for processing the information. In addition, a memory device may be associated with the first module. The memory device has an amount of space for storing the information before processing by the processor. The amount of resource for processing the information may be based on the amount of space available on the memory device. The information may be in the form of a network data packet and the amount of information transmitted from the second module to the first module should be based on the amount of resource allocated by the managing system.
- In another embodiment of the present invention, a method is developed for managing memory buffers in a computer network system. In this method, an amount of storage space is monitored on a first module. Based on the monitored amount of storage space, a percentage of available resource on the first module is then allocated for processing graphics information from a second module. The allocated percentage is then transmitted to the second module over a network and is used to limit the amount of graphics information sent from the second module over the network to the first module.
- A more complete understanding of the present invention, as well as a realization of additional advantages and objects thereof, will be afforded to those skilled in the art by a consideration of the following detailed description of the embodiment. Reference will be made to the appended sheets of drawings which will first be described briefly.
- The drawings illustrate the design and utility of embodiments of the invention. The components in the drawings are not necessarily to scale; instead, emphasis is placed on illustrating the principles underlying the embodiment. Moreover, features, aspects and advantages of the present invention will become better understood with regard to the following description, appended claims and accompanying drawings where:
- FIG. 1 is a block diagram of a computer network system wherein a server tier communicates with a client tier though a network;
- FIG. 2 is a block diagram of a computer network system wherein one or more server units communicate with one or more client units through a network, in accordance with one embodiment of the present invention;
- FIG. 3 is a flow diagram showing a routine on avoiding packet queue overflow in accordance with one embodiment of the present invention;
- FIG. 4 is a block diagram of an example embodiment of the client unit in accordance with one embodiment of the present invention; and
- FIG. 5 is a block diagram of a single-chip implementation of a client unit in accordance with one embodiment of the present invention.
- The present invention provides methods and apparatus that effectively prevent an overflow of a data packets queue, while maintaining a steady flow of data packets to a client tier (e.g., to a thin client appliance and/or a display on a desktop appliance).
- Referring to FIG. 2, embodiments of the present invention can be implemented with at least one
thin client appliance client tier 2000. Athin client appliance server tier 2100, such as a shared Sun Ray™ server appliance (or unit). All other computational tasks (or services) for the user are, for example, performed on the Sun Ray™ server, which is shared amongst a community of Sun Ray™ users. - The computational tasks (or services) include, for example, X11/UNIX® services, archived or live audio and video services, Windows NT service, java™. program execution service, and others. As shown in FIG. 2, the computation tasks (or services) are not tied to a specific server appliance (or unit)2110, 2120, 2130, 2140, and/or 2150 and may be distributed over one or more server appliances (or units) 2110, 2120, 2130, 2140, and/or 2150. In addition, one or
more server appliances more server appliances - A system using the
thin client appliance thin client appliance thin client appliance server tier 2100. - Referring still to FIG. 2, embodiments of the present invention can also be implemented with a
server appliance thin client unit server appliance - The X Window System utilizes a protocol called X Protocol that provides a network transparent graphical user interface (GUI) primarily for the UNIX® operating system. The X Window System provides for the display and management of graphical information, much in the same manner as Microsoft's Windows and IBM's Presentation Manager. The key difference is in the structure of the X Protocol. Whereas Microsoft's Windows and Presentation Manager simply display graphical applications local to the personal computer (PC), the X Protocol distributes the processing of applications by specifying a client-server relationship at the application level. The what-to-do part of the application is called an X client application and is separated from the how-to-do part, the display, called the X server application. X client applications typically run on a server appliance (e.g.,2110, 2120, 2130, 2140, and/or 2150) and display on an X server application running on the same and/or another server appliance within the same network environment. The X client applications do not run on desktop units (e.g., 2010, 2020, and/or 2030). The application that is running on the desktop units (e.g., 2010, 2020, and/or 2030) is a software that takes the graphics commands over the network (e.g., 2200) from the X server application to create the display contents on the desktop units (e.g., 2010, 2020, and/or 2030).
- The X server application translates X protocol commands from the X client application(s) into lower-level primitives that produce the desired result on the desktop unit's display (e.g.,2012), and that manage the processing of keyboard and mouse inputs. The implementations of the X server application are divided into a device-independent layer and a device-dependent layer. The device-dependent layer translates the device-independent graphics operations passed down from the device-independent layer into operations suitable for a specific graphics device, typically a graphics card incorporated into a PC, a workstation and/or the
desktop units thin client unit - Referring now still to FIG. 2, in an embodiment of the present invention (such as the Sun Ray™ enterprise system), the X server application runs on a
server appliance network 2200 to the desktop unit (e.g., 2010) currently displaying that user's session. This represents an extra step in getting the graphics information to the user over the network and through the desktop unit (e.g., 2010). This extra step may result in a situation where network packets are dropped (or lost) within thenetwork 2200. The data packets may be dropped in at least two places: (1) within the network itself (e.g., 2200) due to congestion, or (2) within the desktop unit and/or thin client unit (e.g., 2010) when it is unable to process the graphics commands rapidly enough, and the packet storage queue for incoming packets overflows. The packet storage queue is a fixed number of network buffers within the desktop unit and or thin client (e.g., 2010) that receive graphic command packets from the X server application. Once these buffers are full, packets are discarded by the thin client unit (e.g., 2010). Thus, to efficiently transmit the information (e.g., the graphics information) to the user over the network (e.g., 2200), the present invention sends packets at a fast enough rate that the thin client unit (e.g., 2010) is kept busy when there is work to do, but not so fast that packets are lost. - The loss of any packets triggers an error recovery mechanism where the X server application regenerates commands to recreate areas on the screen that were affected by the lost commands. This is inefficient in that it requires data to be resent, and is undesirable because of artifacts visible to the user that appear on the display (e.g.,2012) of the thin client unit (e.g., 2010) being used by the user.
- In another embodiment of the present invention, a server application (such as the X server application running on a
server unit - In the context of the present invention, the CPU grant may be defined as a percentage of the available CPU of the remote display device (e.g.,2010) to process, for example, data from the server application (e.g., the X server application). Other services, such as an MPEG video player, can also request a portion of the CPU as well and send an independent stream of commands to the remote display device (e.g., 2010). When multiple services compete for the CPU resource, the CPU grant number reflects a fair share of the CPU available for each service, and the server application, such as the X server application, would only send enough commands to fill the allotted CPU grant. For example, if no other services requested a grant of CPU, then the grant to the server application, such as the X server application, would always be 100%. The CPU usage estimates computed by the server application are an approximation of the amount of CPU that should be used by a command, so it is possible for the estimate to be too high or too low. If the estimate is too high, not enough commands are sent to keep the remote display device busy; too low, and too many commands are sent and the remote display device (e.g., 2010) cannot keep up with the packets sent and the packet queue overflows. Accordingly, one embodiment of the present invention actually provides an estimate that is slightly low, in order to make sure that the CPU on the remote display device (e.g., 2010) is kept busy. In this case, normal gaps in the stream of command packets usually are sufficient to allow the packet queue of the remote display device (e.g., 2010) to be fully processed by the remote display device (e.g., 2010).
- In yet another embodiment of the present invention, the CPU grant that is granted to the server application, such as the X server application, is modified to be a function of how many packets are in the packet queue of the remote display device (e.g.,2010). By dropping the CPU grant lower and lower as the queue gets more and more full, the server application reduces the rate at which it sends commands, thus giving the remote display device (e.g., 2010) the opportunity to catch up in processing commands in the queue. When the number of packets in the queue passes a high, critical threshold, the CPU grant is dropped to 0%, effectively shutting off the server application for the remote display device (e.g., 2010). This embodiment satisfies both requirements of making sure that the remote display device (e.g., 2010) is kept as busy as possible, since the throttling of the CPU grant occurs only when there is an overabundance of work waiting to be done, and of avoiding packet queue overflow by slowing down and eventually stopping the flow of packets from the server application.
- In general according to the foregoing, an embodiment of the present invention uses a remote desktop unit (e.g.,2010) having a managing routine (e.g., a managing firmware within the remote desktop unit and/or a thin client firmware) that is able to limit the CPU resource that the server application is allowed to reserve on its behalf. As diagrammed in FIG. 3, the desktop unit (using its managing routine and/or managing system) monitors its
packet queue 3000, and as the queue passescertain threshold levels 3100, the desktop unit throttles back the total CPU allocation available to theserver application 3200. This causes the server application to limit the packets sent progressively as the packet queue gets closer to full 3300. - The following is an exemplary thin client firmware that may be implemented with a desktop unit (e.g.,2010) in pseudo-C function code format in accordance with an embodiment of the present invention, where “cpuLimit” is the maximum grant that will be sent back to the server application:
int cpuLimit = 100%; processLoop( ) { int i int check_bw; packet_t packet; int timeSinceGrant; int lastMsgTime = 0; check_bw = 0; while (1) { i = number of packets in queue; if(i == 0){ wait for packets; continue; } check_bw += SetCPULimit( ); /* Get new CPU limit */ packet = nextPacket( ); /* Get next packet from queue */ processCommands(packet); /* process graphics commands */ packetFree(packet); /* Free packet back to queue */ timeSinceGrant = currentTime - lastMsgTime; if (timeSinceGrant>1_second ||check_bw) { send new grant message to X.server; lastMsgTime = currentTime; check_bw = 0; } } } /* Return 1 if the CPU limit changes, 0 otherwise */ int SetCPULimit( ) { i = packets in the queue; max = total packet storage; if(i > 15 * max / 16) newCPU = 0%; else if (i > 7 * max / 8) newCPU = 25%; else if (i > 3 * max / 4) newCPU = 50%; else if (i >max / 2) newCPU = 75%; else newCPU = 100%; if (newCPU == cpuLimit) /* No Change */ return (0); /* If the new limit is lower, or we're back to 100% */ if (newCPU < cpuLimit || newCPU == 100%) { cpuLimit = newCPU; return (1); } else { return (0); } } - Note that the thin client firmware decreases the cpuLimit in steps as the queue gets more and more full, dropping the allocation to 0% as the queue gets over {fraction (15/16)}th full. However, cpuLimit is not increased in steps as the queue becomes more empty. Instead, the cpuLimit is set back to 100% when the queue drops to or below half full. Accordingly, the forgoing exemplary pseudo-C code shows steps that may be taken at the client tier (erg., 2000) for making sure that the remote display device (e.g., 2010) is kept as busy as possible, since the throttling of the CPU grant occurs only when there is an overabundance of work waiting to be done, and it avoids packet queue overflow by slowing down and eventually stopping the flow of packets from the server application.
- The following is an exemplary server firmware in pseudo-C function code that shows at a high level what happens at the server tier (e.g.,2100) in accordance to an embodiment of the present invention:
#define TIME_SLICE 20 milliseconds /* Size of time period */ int procGrant = 100%; /* Fraction of CPU time usable in each period */ int procControl = TIME_SLICE; /* CPU time available in each period */ int procUsed = 0; /* CPU time used so far in current period */ int procStart = 0; /* Starting time of current period */ /* * Called to send a rendering command to the thin client. */ sendCommand(command_t command) { if (command space required >space left in packet) messageFlush( ); /* * Compute an estimate of the CPU used on the client for this * command based on the command type and its arguments. */ procUsed +=CPUestimate(command); copy command into packet; if (procUsed >= procControl) messageFlush( ); } /* * Send a packet to the thin client and wait if the CPU allocation * for this time period is used up. */ messageFlush( ) { int goal; /* Send the command packet to the thin client */ sendPacket( ); if (procUsed >= procControl) { /* * With given CPU grant and amount of CPU used, * figure out when we can next start up again. * For example, if the procGrant is 50%, then * mintime = procUsed / .50 = 2 * procUsed. This * a wait until 2 * procUsed time has elapsed from * the start of the period. */ int mintime = procUsed / procGrant; goal = procStart + mintime; now = current_time( ); /* Get the current time */ if (now < goal) { sleep until current_time > goal; } procStart = goal; procUsed = 0; } } /* * Called when a message is received from the thin client with * a new cpuLimit. */ receiveMessage(int cpuLimit) { if (procGrant != cpuLimit) { /* * Dont let cpuLimit be 0, because then mintime * above becomes infinite. */ if (cpuLimit != 0) procGrant = cpuLimit; else procGrant = 1%; /* Reset the usable CPU time within the slice */ procControl = cpuLimit * TIME_SLICE; } } - Accordingly, based on the foregoing, embodiments of the present invention effectively prevent overflows of the desktop packet queue, while maintaining a steady flow of packets to the desktop unit (e.g.,2010).
- Moreover, embodiments of the invention can also be implemented as computer software in the form of computer-readable program code executed in a general purpose computing environment, in the form of bytecode class files executable within a Java™ run time environment running in such an environment; in the form of bytecodes running on a processor (or devices enabled to process bytecodes) existing in a distributed environment (e.g., one or more processors on a network); as microprogrammed bit-slice hardware; as digital signal processors; or as hard-wired control logic.
- A block diagram of an example embodiment of a thin client unit appears as FIG. 4. The components of the thin client unit are coupled internally to a Peripheral Component Interface (PCI)
bus 4412.Network control block 4402 communicates to the internal network, such as an Ethernet or intranet, throughline 4414. Anaudio codec 4403 receives audio data oninterface 4416 and is coupled tonetwork control block 4402. Universal Serial Bus (USB) data communication is provided onlines 4413 to aUSB controller 4401. The thin client unit further comprises an embeddedprocessor 4404 such as a Sun Microsystems Sparc2ep with coupledflash memory 4405 and Dynamic Random Access Memory (DRAM) 4406. TheUSB controller 4401, thenetwork control block 4402 and the embeddedprocessor 4404 are all coupled to thePCI bus 4412. Avideo controller 4409, also coupled to thePCI bus 4412, can include an ATI RagePro+ frame buffer controller, which provides Super Video Graphic Array (SVGA) output on theline 4415. National Television Standard Committee (NTSC) data is provided in and out of the video controller throughvideo decoder 4410 andencoder 4411, respectively. Asmartcard interface 4408 may also be coupled to thevideo controller 4409. - Alternatively, a thin client unit can comprise a single chip implementation, as illustrated in FIG. 5. The single chip includes the necessary processing capability implemented via
CPU 5501 and graphics renderer 5505.Chip memory 5507 is provided along with video controller/interface 5506. An internal bus (e.g., USB)controller 5502 is provided to permit communication to a mouse, a keyboard and other local devices attached to the thin client unit. Asound controller 5503 and aninterconnect interface 5504 are also provided. The videointerface shares memory 5507 with theCPU 5501 and graphics renderer 5505. The firmware and/or software used in this embodiment may reside locally in non-volatile memory, and/or it can be loaded through the interconnection interface when the device is powered. - The computer systems described above are for purposes of example only. An embodiment of the invention may be implemented in any type of computer system or programming or processing environment.
- Having thus described embodiments of the present invention, it should be apparent to those skilled in the art that certain advantages of this computer network system have been achieved. It should also be appreciated that various modifications, adaptations, and alternative embodiments thereof may be made within the scope and spirit of the present invention. For example, the transmission of information with a Sun Ray™ network computing system has been illustrated, but it should be apparent that the inventive concepts described above would be equally applicable to other types of system where display contents are generated on one computer and then transferred over a network to another computer and/or display device. The invention is further defined by the following claims.
Claims (22)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/232,995 US7269136B2 (en) | 2002-08-30 | 2002-08-30 | Methods and apparatus for avoidance of remote display packet buffer overflow |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/232,995 US7269136B2 (en) | 2002-08-30 | 2002-08-30 | Methods and apparatus for avoidance of remote display packet buffer overflow |
Publications (2)
Publication Number | Publication Date |
---|---|
US20040042476A1 true US20040042476A1 (en) | 2004-03-04 |
US7269136B2 US7269136B2 (en) | 2007-09-11 |
Family
ID=31977128
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/232,995 Active 2025-08-28 US7269136B2 (en) | 2002-08-30 | 2002-08-30 | Methods and apparatus for avoidance of remote display packet buffer overflow |
Country Status (1)
Country | Link |
---|---|
US (1) | US7269136B2 (en) |
Cited By (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040181577A1 (en) * | 2003-03-13 | 2004-09-16 | Oracle Corporation | System and method for facilitating real-time collaboration |
US20050235285A1 (en) * | 2004-04-14 | 2005-10-20 | Michael Monasterio | Systems and methods for CPU throttling utilizing processes |
US20060069804A1 (en) * | 2004-08-25 | 2006-03-30 | Ntt Docomo, Inc. | Server device, client device, and process execution method |
US20060129780A1 (en) * | 2004-12-14 | 2006-06-15 | Andrew Dunshea | Memory pacing |
US20070104112A1 (en) * | 2005-11-04 | 2007-05-10 | Sayers Craig P | Systems and techniques for establishing a connection over a network |
US20090238207A1 (en) * | 2008-03-21 | 2009-09-24 | Research In Motion Limited | Dynamic Aggregated Maximum Bit Rate for Evolved Packet System Non-Guaranteed Bit Rate Quality of Service Enforcement and Network Bandwidth Utilization |
US20090245108A1 (en) * | 2008-03-28 | 2009-10-01 | Research In Motion Corporation | Proactive Uplink Aggregate Maximum Bit Rate Enforcement |
WO2011041740A1 (en) * | 2009-10-02 | 2011-04-07 | Gabriele Sartori | System and method for a thin-client terminal system with a local screen buffer using a serial bus |
US20110103557A1 (en) * | 2009-11-02 | 2011-05-05 | Alcatel-Lucent Usa Inc. | Overload detection on multi-CPU system |
US20130205353A1 (en) * | 2004-07-27 | 2013-08-08 | Sony Electronics Inc. | Home network system with transmission error recovery |
US20170109861A1 (en) * | 2012-10-24 | 2017-04-20 | Nubo Software | Server-Based Fast Remote Display on Client Devices |
US11016823B2 (en) * | 2018-03-16 | 2021-05-25 | Apple Inc. | Remote service discovery and inter-process communication |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20090249371A1 (en) * | 2008-03-28 | 2009-10-01 | Omar Cardona | Buffer allocation for network subsystem |
US8423636B2 (en) | 2010-04-23 | 2013-04-16 | International Business Machines Corporation | Dynamic setting of mbuf maximum limits |
CA2809516C (en) | 2013-03-13 | 2016-11-08 | Khalid Nawaf Alharbi | Preventing stack buffer overflow attacks |
Citations (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5453980A (en) * | 1993-09-08 | 1995-09-26 | Alcatel N.V. | Communication network and computer network server and interface modules used therein |
US5566174A (en) * | 1994-04-08 | 1996-10-15 | Philips Electronics North America Corporation | MPEG information signal conversion system |
US5913029A (en) * | 1997-02-07 | 1999-06-15 | Portera Systems | Distributed database system and method |
US5920863A (en) * | 1997-05-31 | 1999-07-06 | International Business Machines Corporation | System and method for supporting transactions for a thin client lacking a persistent store in a distributed object-oriented environment |
US5969764A (en) * | 1997-02-14 | 1999-10-19 | Mitsubishi Electric Information Technology Center America, Inc. | Adaptive video coding method |
US6223289B1 (en) * | 1998-04-20 | 2001-04-24 | Sun Microsystems, Inc. | Method and apparatus for session management and user authentication |
US6230296B1 (en) * | 1998-04-20 | 2001-05-08 | Sun Microsystems, Inc. | Method and apparatus for providing error correction |
US20020026495A1 (en) * | 2000-08-28 | 2002-02-28 | Carlos Arteaga | Method and apparatus allowing a limited client device to use the full resources of a networked server |
US20020085493A1 (en) * | 2000-12-19 | 2002-07-04 | Rick Pekkala | Method and apparatus for over-advertising infiniband buffering resources |
US20030110435A1 (en) * | 2001-12-10 | 2003-06-12 | Ar Card | Adaptive multi-mode harq system and method |
US6952521B2 (en) * | 2000-03-31 | 2005-10-04 | Koninklijke Philips Electronics N.V. | Methods and apparatus for editing digital video recordings, and recordings made by such methods |
US6996838B2 (en) * | 2001-06-12 | 2006-02-07 | Scientific Atlanta, Inc. | System and method for media processing with adaptive resource access priority assignment |
US7139714B2 (en) * | 1999-11-12 | 2006-11-21 | Phoenix Solutions, Inc. | Adjustable resource based speech recognition system |
-
2002
- 2002-08-30 US US10/232,995 patent/US7269136B2/en active Active
Patent Citations (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5453980A (en) * | 1993-09-08 | 1995-09-26 | Alcatel N.V. | Communication network and computer network server and interface modules used therein |
US5566174A (en) * | 1994-04-08 | 1996-10-15 | Philips Electronics North America Corporation | MPEG information signal conversion system |
US5913029A (en) * | 1997-02-07 | 1999-06-15 | Portera Systems | Distributed database system and method |
US5969764A (en) * | 1997-02-14 | 1999-10-19 | Mitsubishi Electric Information Technology Center America, Inc. | Adaptive video coding method |
US5920863A (en) * | 1997-05-31 | 1999-07-06 | International Business Machines Corporation | System and method for supporting transactions for a thin client lacking a persistent store in a distributed object-oriented environment |
US6230296B1 (en) * | 1998-04-20 | 2001-05-08 | Sun Microsystems, Inc. | Method and apparatus for providing error correction |
US6223289B1 (en) * | 1998-04-20 | 2001-04-24 | Sun Microsystems, Inc. | Method and apparatus for session management and user authentication |
US7139714B2 (en) * | 1999-11-12 | 2006-11-21 | Phoenix Solutions, Inc. | Adjustable resource based speech recognition system |
US6952521B2 (en) * | 2000-03-31 | 2005-10-04 | Koninklijke Philips Electronics N.V. | Methods and apparatus for editing digital video recordings, and recordings made by such methods |
US20020026495A1 (en) * | 2000-08-28 | 2002-02-28 | Carlos Arteaga | Method and apparatus allowing a limited client device to use the full resources of a networked server |
US20020085493A1 (en) * | 2000-12-19 | 2002-07-04 | Rick Pekkala | Method and apparatus for over-advertising infiniband buffering resources |
US6996838B2 (en) * | 2001-06-12 | 2006-02-07 | Scientific Atlanta, Inc. | System and method for media processing with adaptive resource access priority assignment |
US20030110435A1 (en) * | 2001-12-10 | 2003-06-12 | Ar Card | Adaptive multi-mode harq system and method |
Cited By (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7206811B2 (en) * | 2003-03-13 | 2007-04-17 | Oracle International Corp. | System and method for facilitating real-time collaborating by collapsing a queue for a slow client |
US20040181577A1 (en) * | 2003-03-13 | 2004-09-16 | Oracle Corporation | System and method for facilitating real-time collaboration |
US20050235285A1 (en) * | 2004-04-14 | 2005-10-20 | Michael Monasterio | Systems and methods for CPU throttling utilizing processes |
US7784054B2 (en) * | 2004-04-14 | 2010-08-24 | Wm Software Inc. | Systems and methods for CPU throttling utilizing processes |
US9699489B2 (en) * | 2004-07-27 | 2017-07-04 | Sony Electronics, Inc. | Home network system with transmission error recovery |
US20130205353A1 (en) * | 2004-07-27 | 2013-08-08 | Sony Electronics Inc. | Home network system with transmission error recovery |
US8001188B2 (en) * | 2004-08-25 | 2011-08-16 | Ntt Docomo, Inc. | Server device, client device, and process execution method |
US20060069804A1 (en) * | 2004-08-25 | 2006-03-30 | Ntt Docomo, Inc. | Server device, client device, and process execution method |
US20060129780A1 (en) * | 2004-12-14 | 2006-06-15 | Andrew Dunshea | Memory pacing |
US7552303B2 (en) * | 2004-12-14 | 2009-06-23 | International Business Machines Corporation | Memory pacing |
US20090254730A1 (en) * | 2004-12-14 | 2009-10-08 | International Business Machines Corporation | Memory Pacing |
US7788455B2 (en) | 2004-12-14 | 2010-08-31 | International Business Machines Corporation | Memory pacing |
US20070104112A1 (en) * | 2005-11-04 | 2007-05-10 | Sayers Craig P | Systems and techniques for establishing a connection over a network |
US8218436B2 (en) | 2008-03-21 | 2012-07-10 | Research In Motion Limited | Dynamic aggregated maximum bit rate for evolved packet system non-guaranteed bit rate quality of service enforcement and network bandwidth utilization |
US20090238207A1 (en) * | 2008-03-21 | 2009-09-24 | Research In Motion Limited | Dynamic Aggregated Maximum Bit Rate for Evolved Packet System Non-Guaranteed Bit Rate Quality of Service Enforcement and Network Bandwidth Utilization |
US8295174B2 (en) * | 2008-03-28 | 2012-10-23 | Research In Motion Limited | Proactive uplink aggregate maximum bit rate enforcement |
US20090245108A1 (en) * | 2008-03-28 | 2009-10-01 | Research In Motion Corporation | Proactive Uplink Aggregate Maximum Bit Rate Enforcement |
WO2011041740A1 (en) * | 2009-10-02 | 2011-04-07 | Gabriele Sartori | System and method for a thin-client terminal system with a local screen buffer using a serial bus |
US9411760B2 (en) | 2009-10-02 | 2016-08-09 | Ncomputing Inc. | System and method for a thin-client terminal system with a local screen buffer using a serial bus |
US20110103557A1 (en) * | 2009-11-02 | 2011-05-05 | Alcatel-Lucent Usa Inc. | Overload detection on multi-CPU system |
US20170109861A1 (en) * | 2012-10-24 | 2017-04-20 | Nubo Software | Server-Based Fast Remote Display on Client Devices |
US10062141B2 (en) * | 2012-10-24 | 2018-08-28 | Nubo Software | Server-based fast remote display on client devices |
US11016823B2 (en) * | 2018-03-16 | 2021-05-25 | Apple Inc. | Remote service discovery and inter-process communication |
Also Published As
Publication number | Publication date |
---|---|
US7269136B2 (en) | 2007-09-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7269136B2 (en) | Methods and apparatus for avoidance of remote display packet buffer overflow | |
US8359595B2 (en) | Generic application server and method of operation therefor | |
US6725456B1 (en) | Methods and apparatus for ensuring quality of service in an operating system | |
US7356775B2 (en) | Focus priority in window management | |
US8073900B2 (en) | Method and system for providing on-line interactivity over a server-client network | |
US8195798B2 (en) | Application server scalability through runtime restrictions enforcement in a distributed application execution system | |
EP0475600B1 (en) | System and method for communication between windowing environments | |
US8019003B2 (en) | Systems and methods for tracking screen updates | |
US7200695B2 (en) | Method, system, and program for processing packets utilizing descriptors | |
US6954933B2 (en) | Method and apparatus for providing and integrating high-performance message queues in a user interface environment | |
US7373647B2 (en) | Method and system for optimizing file table usage | |
US20020065915A1 (en) | System and method for server-host connection management to serve anticipated future client connections | |
US20040194066A1 (en) | System and method for monitoring program code | |
US20010003830A1 (en) | Latency-reducing bandwidth-prioritization for network servers and clients | |
US20060085536A1 (en) | System and method for sharing data polling and buffering for multiple requesters | |
JPH08502841A (en) | Distributed application processing network | |
EP1564635A2 (en) | Scalable print spooler | |
Härtig et al. | DROPS: OS support for distributed multimedia applications | |
JP2009251708A (en) | I/o node control system and method | |
US8661138B2 (en) | Group based allocation of network bandwidth | |
US20140068165A1 (en) | Splitting a real-time thread between the user and kernel space | |
US7140015B1 (en) | Microkernel for real time applications | |
CN115630033A (en) | Log information processing method and device, electronic equipment and medium | |
US6748508B1 (en) | Method and apparatus for buffering in multi-node, data distribution architectures | |
US6587889B1 (en) | Junction manager program object interconnection and method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: SUN MICROSYSTEMS, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PEACOCK, JOHN KENT;REEL/FRAME:013638/0100 Effective date: 20021220 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
AS | Assignment |
Owner name: ORACLE AMERICA, INC., CALIFORNIA Free format text: MERGER AND CHANGE OF NAME;ASSIGNORS:ORACLE USA, INC.;SUN MICROSYSTEMS, INC.;ORACLE AMERICA, INC.;REEL/FRAME:037302/0843 Effective date: 20100212 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 12 |