US10979510B2 - Handling multi-pipe connections - Google Patents

Handling multi-pipe connections Download PDF

Info

Publication number
US10979510B2
US10979510B2 US16/679,364 US201916679364A US10979510B2 US 10979510 B2 US10979510 B2 US 10979510B2 US 201916679364 A US201916679364 A US 201916679364A US 10979510 B2 US10979510 B2 US 10979510B2
Authority
US
United States
Prior art keywords
pipe
program instructions
connection
request
client
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.)
Active
Application number
US16/679,364
Other versions
US20200076904A1 (en
Inventor
Michael D. Brooks
Alan Hollingshead
Julian C. Horn
Philip I. Wakelin
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US16/679,364 priority Critical patent/US10979510B2/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: BROOKS, MICHAEL D., HOLLINGSHEAD, ALAN, HORN, JULIAN C., WAKELIN, PHILIP I.
Publication of US20200076904A1 publication Critical patent/US20200076904A1/en
Application granted granted Critical
Publication of US10979510B2 publication Critical patent/US10979510B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/1607Details of the supervisory signal
    • H04L1/1621Group acknowledgement, i.e. the acknowledgement message defining a range of identifiers, e.g. of sequence numbers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/143Termination or inactivation of sessions, e.g. event-controlled end of session
    • H04L67/42
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/14Multichannel or multilink protocols

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer And Data Communications (AREA)

Abstract

Methods, systems, and computer program products for handling multi-pipe connections is provided. A primary pipe request for a connection between a client and a server is received. The connection includes a plurality of pipes between the client and the server. The primary pipe request includes a number corresponding to the amount of pipes required for the connection. A first response acknowledging the receipt of the primary pipe request is transmitted. The first response includes a token. A plurality of subsequent pipe requests are received for the connection between the client and the server. Each subsequent pipe request includes the token. A subsequent response to each subsequent pipe request is transmitted. A count of the number of pipe requests received is maintained. The established pipes are released after a period of time has elapsed when the number of pipe requests received doesn't reach the number of pipes required for the connection.

Description

BACKGROUND OF THE INVENTION
The present invention relates generally to the field of client-server connections, and more particularly to handing a connection between a client and a server that uses multiple pipes.
A client process (e.g., a transaction gateway) can establish a communication link with a server (e.g., a transaction server) to allow the client process to then schedule work on behalf of other clients in that server. Both the client and server processes act as nodes at either end of a network connection. The network connection between a pair of nodes is often referred to as a network pipe and the nodes then use pipe handler objects to either attempt to open a pipe to a remote node, or to respond to the arrival of a connection attempt from another node. The connection can consist of multiple pipes to allow a greater volume of concurrent requests to be scheduled. Each pipe is started with a connection message being sent from the client to the server, and then ends when the server has completed its handling of the request and returned a response message over the newly established pipe. The connection is not fully established until all of the required pipes have been opened. In some instances, where the request is not successfully delivered, the connection between the client and the server is left partially created.
SUMMARY
According to one embodiment of the present invention, a method for handling multi-pipe connections is provided. The method includes receiving, by one or more processors, a primary pipe request for a connection between a client and a server, wherein the connection comprises a plurality of pipes between the client and the server, and wherein the primary pipe request comprises a number corresponding to the amount of pipes required for the connection; transmitting, by one or more processors, a first response acknowledging receipt of the primary pipe request for the connection, wherein the first response comprises a token for the connection, and wherein the first response indicates that a first pipe has been established; receiving, by one or more processors, a plurality of subsequent pipe requests for the connection between the client and the server, wherein each subsequent pipe request includes the token for the connection; transmitting, by one or more processors, a subsequent response to each subsequent pipe request, wherein the subsequent response indicates that a respective pipe has been established; maintaining, by one or more processors, a count of the number of pipe requests received; and releasing, by one or more processors, the established pipes after a period of time has elapsed, wherein the count of the number of pipe requests received does not reach the number for the pipes required for the connection.
According to another embodiment of the present invention, a computer program product for handling multi-pipe connections is provided. The computer program product comprises a computer readable storage medium and program instructions stored on the computer readable storage medium. The program instructions include program instructions to receive a primary pipe request for a connection between a client and a server, wherein the connection comprises a plurality of pipes between the client and the server, and wherein the primary pipe request comprises a number corresponding to the amount of pipes required for the connection; program instructions to transmit a first response acknowledging receipt of the primary pipe request for the connection, wherein the first response comprises a token for the connection, and wherein the first response indicates that a first pipe has been established; program instructions to receive a plurality of subsequent pipe requests for the connection between the client and the server, wherein each subsequent pipe request includes the token for the connection; program instructions to transmit a subsequent response to each subsequent pipe request, wherein the subsequent response indicates that a respective pipe has been established; program instructions to maintain a count of the number of pipe requests received; and program instructions to release the established pipes after a period of time has elapsed, wherein the count of the number of pipe requests received does not reach the number for the pipes required for the connection.
According to another embodiment of the present invention, a computer system for handling multi-pipe connections is provided. The computer system includes one or more computer processors, one or more computer readable storage media, and program instructions stored on the computer readable storage media for execution by at least one of the one or more processors. The program instructions include program instructions to receive a primary pipe request for a connection between a client and a server, wherein the connection comprises a plurality of pipes between the client and the server, and wherein the primary pipe request comprises a number corresponding to the amount of pipes required for the connection; program instructions to transmit a first response acknowledging receipt of the primary pipe request for the connection, wherein the first response comprises a token for the connection, and wherein the first response indicates that a first pipe has been established; program instructions to receive a plurality of subsequent pipe requests for the connection between the client and the server, wherein each subsequent pipe request includes the token for the connection; program instructions to transmit a subsequent response to each subsequent pipe request, wherein the subsequent response indicates that a respective pipe has been established; program instructions to maintain a count of the number of pipe requests received; and program instructions to release the established pipes after a period of time has elapsed, wherein the count of the number of pipe requests received does not reach the number for the pipes required for the connection.
Advantageously, the server starts a primary task to store the number of pipes required for the connection, to generate the token contained in the response acknowledging receipt of the request for a connection and to maintain the count of the number of pipe requests received. The server can best operate the process of establishing the multiple connection pipes using a single dedicated server task, which can be considered as a long-lived primary task, which will continue to operate throughout the entire period that the pipes are being established between the client and server.
Beneficially, the server is operated to suspend the primary task after receiving a pipe request, resume the primary task on receiving a new pipe request and terminate the primary task once the count of the number of pipe requests received equals the number of pipes required for the connection. The primary task will exist within the server and will suspend and resume as the pipe requests are received. A new pipe request being received will cause the primary task to be resumed and once the respective pipe is established the primary task will be suspended, pending the receipt of the next pipe request. This process will continue until the final pipe request is received. At this point, the primary task will establish this final pipe and then terminate.
Advantageously, the server will operate to start a separate additional task, for each subsequently received pipe request, to establish a pipe for the respective pipe request and to terminate the separate additional task following completion of the establishment of the pipe for the respective pipe request. The actual establishment of a specific pipe can be carried out by a short lived dedicated secondary task, which will be created within the server for the sole purpose of creating the pipe between the client and server and then terminating immediately afterwards.
Advantageously, the primary task is further operated to set a time limit on a period for waiting to receive the next pipe request prior to releasing the established pipes if the count of the number of pipe requests received does not reach the number for the pipes required for the connection. The process being run by the server within the primary task will be suspended after the receipt of a pipe request, assuming that there are still further pipe requests to be received (as determined by comparing the current count of pipe requests with the expected overall number of pipe requests as detailed in the very first request from the client). The task will either resume on receipt of a new pipe request or time out after a predetermined time period has elapsed. If the primary task times out then the connection has failed for some reason. The primary task is then terminated and all of the established pipes will be cancelled. This prevents the server entering a state whereby it is waiting for further pipe requests to come in and establish further pipes, when a failure has occurred that means that the expected pipe requests are not received. Resources are therefore freed for other use in a timely and efficient manner.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram illustrating the creation of a pipe between a client and a server;
FIG. 2 is a block diagram of a client and a server, in accordance with an embodiment of the present invention;
FIG. 3 is a block diagram of communications between a client and a server, within the environment of FIG. 2, in accordance with an embodiment of the present invention;
FIG. 4 is a flowchart depicting operations for the pipe handler, within the environment of FIG. 2, in accordance with an embodiment of the present invention;
FIG. 5 is a block diagram of a client and a server, in accordance with an embodiment of the present invention; and
FIG. 6 is a block diagram of a server, in accordance with an embodiment of the present invention.
DETAILED DESCRIPTION
An embodiment of the present invention recognizes that if the client is unable to send all of its pipe request messages then the server is left with a partially established connection. In some instances, the server can remain indefinitely in a partially connected state. FIG. 1 is a block diagram illustrating the creation of a pipe between a client and a server. In some instances, where a pipe request is lost between client 110 and server 112, a partial connection is indefinitely created.
FIG. 1 shows client 110 connected to server 112, where the connection interaction is operated, illustrating instances where a partial connection can be created. Long lived connection requester 116 within client 110 (at point A) transmits request 114 to server 112, where it is received (at point B). In response to receiving request 114, short-lived task pipe handler 118 a is created within server 112. Task pipe handler 118 a opens a pipe between client 110 and server 112 and acknowledges the opening of the pipe to client (at point C). Task pipe handler 118 a terminates once acknowledgement of the pipe is completed, having established a pipe between client 110 and server 112.
Connection requester 116 of client 110 transmits another request for an additional pipe to be opened (at point D), which is received by server 112 (at point E). Another short-lived task pipe handler 118 b is created within server 112, which performs the same actions as the previous task pipe handler 118 a of acknowledging the receipt of the request (at point F), establishing a pipe between client 110 and server 112, and immediately terminating. Any further requests for pipes to be established between client 110 and server 112 are handled in the same manner, with temporary tasks being created in server 112 to handle the receipt of the message, respond to the message, and establish a pipe as requested.
In one example, described with reference to FIG. 1, server 112 remains indefinitely in a partially connected state to client 110. Client 110 has a long lived process (e.g., connection requester 116) running that transmits individual pipe connection request messages 114 (transmitted at point A) to the server 112 (received at point B) and receives message responses (received at point C) in reply. Server 112 attaches a pipe handler task 118 a whenever a new connection message is received from client 110. Pipe handler task 118 terminates after pipe handler task 118 opens a path to the new pipe, processes the message that pipe handler task 118 a received over the pipe, and sends back a response to client 110. If one of the connection requests cannot be sent by client 110, such as a second request (transmitted at point D), or if the second request is lost before it arrives at the server 112 (at point E), then server 112 is unaware of the problem. In some examples, server 112 does not have a task pipe handler 118 b running to anticipate the arrival of another message. The acknowledgement message (point F) will not be sent if the second pipe request (transmitted at point D) is not received by server 112.
Embodiments of the present invention recognize that a disadvantage of the arrangement shown in FIG. 1 is that server 112 does not know if a request from connection requester 116 of client 110 for a pipe to be established has failed. In this context, failed means that the request did not reach server 112, for whatever reason. For example, connection requester 116 may wish to open five separate pipes with server 112, in order to process a large amount of data concurrently. If, after two successful pipe requests, a subsequent pipe request fails, server 112 will not be aware of this and the first two created pipes will be opened and established, but unused and consuming resources.
FIG. 2 is a block diagram of a client and a server, in accordance with an embodiment of the present invention. FIG. 2 shows an embodiment of client 10 and server 12. The operation of both client 10 and server 12 is changed, with respect to FIG. 1, in order to improve the ability of server 12 to detect and react to a failed attempt to receive a pipe request message. The numbered actions 1 to 8 in FIG. 2 are explained below in more detail with reference to FIG. 3. Client 10 includes connection requester 16. Connection requester 16, when making first pipe request 14 to server 12, includes a request for the number of pipes required for the connection being established. In pipe request 14, a field will be reserved that stores a numerical value, which connection requester 16 uses to state the total number of pipes to be established.
Server 12 receives a primary pipe request 14 for a connection between client 10 and server 12 from client 10, which includes the number of pipes required. In response, server 12 creates primary pipe handler 22, which is a long lived task that will be used for the entirety of the pipe establishment process, managing the server side of the process. Primary pipe handler 22 comprises a multi-socket handler logic within server 12. Primary pipe handler 22 stores the total number of pipes that are to be established in the current connection and generates a token for the connection. The token is transmitted back to client 10 as part of the acknowledgement of the receipt of primary pipe request 14.
The token can be generated using an algorithm that will generate an effectively unique combination of characters (e.g., letters and numbers) for pipe request 14. For example, in some embodiments a token is created using ten characters in total. The purpose of the token is to enable primary pipe handler 22 to identify subsequent pipe requests from client requester 16 within client 10. Client requester 16 includes the token within each subsequent pipe request, allowing primary pipe handler 22 to link the new pipe requests to the original pipe request. Client requestor 16 also counts the number of pipe requests received versus the expected number (e.g., the number designated in primary pipe request 14).
FIG. 3 is a block diagram of communications between a client and a server, within the environment of FIG. 2, in accordance with an embodiment of the present invention. FIG. 3 illustrates the sequence of operations as shown by the numbers in circles used in FIG. 2. In operation 1, client 10 sends a request to establish a primary pipe into a network. The request for connection indicates the total number of pipes that the client requires for the connection. In operation 2, the message is received by server 12 and primary pipe handler 22. Primary pipe handler 22 is attached to process the message. Primary pipe handler 22 notes the number of pipes that the connection will consist of and stores the information. In operation 3, primary pipe handler 22 creates a token that server 12 uses to identify a connection attempt. The token is included in the response message sent by server 12 to client 10 indicating that the primary pipe is established.
In operation 4, primary pipe handler 22 is suspended for an interval defined by primary pipe handler 22. In operation 5, client 10 receives the response, extracts the token from the response, and returns the token with all subsequent messages that client 10 sends to primary pipe handler 22 (e.g., requests for new pipes to be established for the current connection). In operation 6, server 12 receives a subsequent pipe request and attaches secondary pipe handler 24 to process the new pipe request. In operation 7, secondary pipe handler 24 extracts the token from the message and sends client 10 a response message indicating that the additional pipe has been established.
In operation 8, secondary pipe handler 24 uses the token to resume operation of primary pipe handler 22. Primary pipe handler 22 resumes its operation, updates the count of the number of pipes that have been established, and if this matches the total number of pipes expected, then primary pipe handler 22 marks the connection as open before terminating. Where more pipe request messages are expected, operations of primary pipe handler 22 are suspended until another pipe request arrives or primary pipe handler 22 times out. In examples where primary pipe handler 22 times out, primary pipe handler 22 assumes the connection attempt has stalled. In some embodiments, where primary pipe handler 22 times out, primary pipe handler 22 releases the pipes held by server 12 before terminating. In this way the primary pipe handler 22 allows client 10 to attempt to reconnect to server 12. The release of pipes prevents a request from being rejected due to another attempt to connect is still ongoing.
FIG. 4 is a flowchart depicting operations for the pipe handler, within the environment of FIG. 2, in accordance with an embodiment of the present invention. In step S4.1, primary pipe handler 22 receives a primary pipe request from client 10 for a connection between client 10 and server 12. In some embodiments, the request for connection includes a request for multiple pipes between client 10 and server 12. In some embodiments, the request includes a field for the number of pipes required for the connection. In step S4.2, primary pipe handler 22 transmits a response to client 10 acknowledging receipt of the primary pipe request for the connection. The response includes a token for the connection. The token is created using an algorithm that generates a string of character of a pre-determined length. In step S4.3, primary pipe handler 22 receives a plurality of subsequent pipe requests from client 10 for the connection between client 10 and server 12. Each subsequent pipe request includes the token generated for the connection. The token allows primary pipe handler 22 to associate each subsequent pipe request with the primary pipe request.
In step S4.4, primary pipe handler 22 transmits a response to client 10 for each subsequent pipe request indicating that a respective pipe has been established. In step S4.5, primary pipe handler maintains a count of the number of pipe requests received. The count is based on the number of tokens received from client 10. In step S4.6, primary pipe handler 22 releases the established pipes after a predefined period of time has elapsed if the count of the number of pipe requests received does not reach the number for the pipes required for the connection. In some embodiments, server 12 creates primary pipe handler 22 following receipt of the initial request for a connection, received in step S4.1. In these embodiments, primary pipe handler 22 operates to perform steps S4.2-S4.6.
Primary pipe handler 22 maintains a count of the number of pipe requests received and compares this count to the expected number that was detailed in the initial request for a connection between client 10 and server 12. Primary pipe handler 22 continues to operate while there are pipe requests outstanding, primary pipe handler 22 suspends itself after the establishment of a new pipe and waits for the next pipe request. Primary pipe handler 22 has a predetermined time limit and will time out if no subsequent pipe request is received before the expiry of the time limit. Where primary pipe handler 22 times out, the established pipes are released and primary pipe handler 22 is terminated.
Operation of steps S4.1 through S4.6 provide a mechanism to permit a server to stop a connection attempt that is running under the control of a client. The client indicates in the primary pipe request message how many pipes are being established. The server region retains this information and, in some embodiments, extends the lifetime of its primary pipe handler to wait for the remaining pipe request messages to arrive. In some embodiments, the arrival of the subsequent pipe request messages are each handled with a separate task, because it is unknown at the point of arrival whether this request message is the beginning of a new connection attempt or one that is ongoing. The primary pipe handler can set a limit on how long the primary pipe handler will wait for the arrival of the next message before rejecting the overall connection attempt. Should this time limit be reached, the primary pipe handler can release those resources that have already been established, allowing a new connection attempt to take place.
FIG. 5 is a block diagram of a client and a server, in accordance with an embodiment of the present invention. FIG. 5 illustrates a second embodiment of the present invention, in which server 12 uses a single dedicated software component 26 that performs all of the actions in relation to primary pipe request 14 and subsequent pipe requests from client 10 to server 12. Software component 26 receives initial pipe request 14 from connection requester 16 and generates a token specific for primary pipe request 14. Software component 26 acknowledges primary pipe request 14 to client 10, while communicating the token to client 10 at the same time. The token is unique to the specific connection request.
Client 10 uses the token in all subsequent pipe requests, and software component 26 uses the token to identify the overall connection to which these pipe requests belong. Software component 26 maintains a count of the pipe requests as they are received from client 10 and determines when the correct number of pipe requests have been received. Each subsequent pipe request is handled directly by software component 26, which establishes a pipe in response to each subsequent pipe request and informs client 10 of the establishment of the respective pipe. When the correct number of pipes are established for the connection, software component 26 takes no further action in respect of the connection request.
Software component 26 releases the established pipes if the count of the number of pipe requests received does not reach the number for the pipes required for the connection, after a predefined period of time has elapsed. In this way, software component 26 is able to release resources when software component 26 determines that a sufficient period of time has elapsed, indicating that the expected pipe requests have not arrived. In some embodiments, the reason for the lack of the subsequent pipe requests is not material, software component 26 assumes that some failure has occurred at client 10 or in the network.
FIG. 6 is a block diagram of a server, in accordance with an embodiment of the present invention. Server 12 comprises network interface 28, processor 30 connected to network interface 28, and an external interface 32 that is also connected to processor 30. CD-ROM 34 is provided, which is an example of a computer readable medium containing a computer program product that comprises instructions for controlling the operation of processor 30. Server 12 can be operated to perform the computer-implemented method of FIG. 4. Network interface 28 is connected to client 10 via a suitable network, such as an Ethernet network, with messages being received by server 12 and messages transmitted by server 12 through network interface 28. Processor 30 carries out the pipe handling tasks that are required to implement the method described in FIG. 4.
The present invention may be a system, a method, and/or a computer program product at any possible technical detail level of integration. The computer program product may include a computer readable storage medium (or media) having computer readable program instructions thereon for causing a processor to carry out aspects of the present invention.
The computer readable storage medium can be a tangible device that can retain and store instructions for use by an instruction execution device. The computer readable storage medium may be, for example, but is not limited to, an electronic storage device, a magnetic storage device, an optical storage device, an electromagnetic storage device, a semiconductor storage device, or any suitable combination of the foregoing. A non-exhaustive list of more specific examples of the computer readable storage medium includes the following: a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), a static random access memory (SRAM), a portable compact disc read-only memory (CD-ROM), a digital versatile disk (DVD), a memory stick, a floppy disk, a mechanically encoded device such as punch-cards or raised structures in a groove having instructions recorded thereon, and any suitable combination of the foregoing. A computer readable storage medium, as used herein, is not to be construed as being transitory signals per se, such as radio waves or other freely propagating electromagnetic waves, electromagnetic waves propagating through a waveguide or other transmission media (e.g., light pulses passing through a fiber-optic cable), or electrical signals transmitted through a wire.
Computer readable program instructions described herein can be downloaded to respective computing/processing devices from a computer readable storage medium or to an external computer or external storage device via a network, for example, the Internet, a local area network, a wide area network and/or a wireless network. The network may comprise copper transmission cables, optical transmission fibers, wireless transmission, routers, firewalls, switches, gateway computers and/or edge servers. A network adapter card or network interface in each computing/processing device receives computer readable program instructions from the network and forwards the computer readable program instructions for storage in a computer readable storage medium within the respective computing/processing device.
Computer readable program instructions for carrying out operations of the present invention may be assembler instructions, instruction-set-architecture (ISA) instructions, machine instructions, machine dependent instructions, microcode, firmware instructions, state-setting data, or either source code or object code written in any combination of one or more programming languages, including an object oriented programming language such as Smalltalk, C++ or the like, and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The computer readable program instructions may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider). In some embodiments, electronic circuitry including, for example, programmable logic circuitry, field-programmable gate arrays (FPGA), or programmable logic arrays (PLA) may execute the computer readable program instructions by utilizing state information of the computer readable program instructions to personalize the electronic circuitry, in order to perform aspects of the present invention.
Aspects of the present invention are described herein with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer readable program instructions.
These computer readable program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks. These computer readable program instructions may also be stored in a computer readable storage medium that can direct a computer, a programmable data processing apparatus, and/or other devices to function in a particular manner, such that the computer readable storage medium having instructions stored therein comprises an article of manufacture including instructions which implement aspects of the function/act specified in the flowchart and/or block diagram block or blocks.
The computer readable program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other device to cause a series of operational steps to be performed on the computer, other programmable apparatus or other device to produce a computer implemented process, such that the instructions which execute on the computer, other programmable apparatus, or other device implement the functions/acts specified in the flowchart and/or block diagram block or blocks.
The flowchart and block diagrams in the Figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods, and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of instructions, which comprises one or more executable instructions for implementing the specified logical function(s). In some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts or carry out combinations of special purpose hardware and computer instructions.

Claims (13)

What is claimed is:
1. A computer program product, the computer program product comprising:
a computer readable storage medium, wherein the computer readable storage medium is not a transitory signal per se, and program instructions stored on the computer readable storage medium, the program instructions comprising:
program instructions to receive a primary pipe request for a connection between a client and a server, wherein:
the connection comprises a plurality of pipes between the client and the server, and
the primary pipe request comprises a number of pipes required for the connection;
program instructions to transmit a first response acknowledging receipt of the primary pipe request for the connection, wherein the first response comprises:
a token for the connection; and
an indication that a first pipe has been established;
program instructions to receive a subsequent pipe request for the connection between the client and the server, wherein the subsequent pipe request includes the token;
program instructions to transmit a subsequent response to the subsequent pipe request, wherein the subsequent response indicates that a second pipe has been established; and
program instructions to maintain a count of the number of pipe requests received from the client.
2. The computer program product of claim 1, further comprising:
program instructions to start a primary task, wherein the primary task stores the number of pipes required for the connection.
3. The computer program product of claim 2, further comprising:
program instructions to suspend the primary task in response to establishing a first pipe;
program instructions to resume the primary task in response to receiving the subsequent pipe request; and
program instructions to terminate the primary task in response to the count of the number of pipe requests received equalling the number of pipes required for the connection.
4. The computer program product of claim 2, further comprising:
program instructions to establish a second pipe between the client and the server, wherein the second pipe corresponds to the subsequent pipe request; and
program instructions to terminate a secondary task in response to establishing the second pipe.
5. The computer program product of claim 2, wherein the primary task is further operated to set a time limit on a period for waiting to receive the next pipe request prior to releasing the established pipes if the count of the number of pipe requests received does not reach the number for the pipes required for the connection.
6. The computer program product of claim 1, further comprising:
program instructions to, responsive to the number of pipe requests not reaching the number of pipes required for the connection within a time period, release the first pipe and the second pipe.
7. The computer program product of claim 1, wherein program instructions to maintain the count of the number of pipe requests received from the client is based on a subsequent request including the token.
8. A computer system, the computer system comprising:
one or more computer processors;
one or more computer readable storage media, wherein the one or more computer readable storage media are not transitory signals per se;
program instructions stored on the computer readable storage media for execution by at least one of the one or more processors, the program instructions comprising:
program instructions to receive a primary pipe request for a connection between a client and a server, wherein:
the connection comprises a plurality of pipes between the client and the server, and
the primary pipe request comprises a number of pipes required for the connection;
program instructions to transmit a first response acknowledging receipt of the primary pipe request for the connection, wherein the first response comprises:
a token for the connection; and
an indication that a first pipe has been established;
program instructions to receive a subsequent pipe request for the connection between the client and the server, wherein the subsequent pipe request includes the token;
program instructions to transmit a subsequent response to the subsequent pipe request, wherein the subsequent response indicates that a second pipe has been established; and
program instructions to maintain a count of the number of pipe requests received from the client.
9. The computer system of claim 8, further comprising:
program instructions to start a primary task, wherein the primary task stores the number of pipes required for the connection.
10. The computer system of claim 9, further comprising:
program instructions to suspend the primary task in response to establishing a first pipe;
program instructions to resume the primary task in response to receiving the subsequent pipe request; and
program instructions to terminate the primary task in response to the count of the number of pipe requests received equalling the number of pipes required for the connection.
11. The computer system of claim 9, further comprising:
program instructions to establish a second pipe between the client and the server, wherein the second pipe corresponds to the subsequent pipe request; and
program instructions to terminate a secondary task in response to establishing the second pipe.
12. The computer system of claim 8, further comprising:
program instructions to, responsive to the number of pipe requests not reaching the number of pipes required for the connection within a time period, release the first pipe and the second pipe.
13. The computer system of claim 8, wherein program instructions to maintain the count of the number of pipe requests received from the client is based on a subsequent request including the token.
US16/679,364 2015-09-10 2019-11-11 Handling multi-pipe connections Active US10979510B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US16/679,364 US10979510B2 (en) 2015-09-10 2019-11-11 Handling multi-pipe connections

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US14/849,739 US9948724B2 (en) 2015-09-10 2015-09-10 Handling multi-pipe connections
US14/929,830 US10051062B2 (en) 2015-09-10 2015-11-02 Handling multi-pipe connections
US16/024,976 US10511673B2 (en) 2015-09-10 2018-07-02 Handling multi-pipe connections
US16/679,364 US10979510B2 (en) 2015-09-10 2019-11-11 Handling multi-pipe connections

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US16/024,976 Continuation US10511673B2 (en) 2015-09-10 2018-07-02 Handling multi-pipe connections

Publications (2)

Publication Number Publication Date
US20200076904A1 US20200076904A1 (en) 2020-03-05
US10979510B2 true US10979510B2 (en) 2021-04-13

Family

ID=58257820

Family Applications (6)

Application Number Title Priority Date Filing Date
US14/849,739 Active 2036-06-23 US9948724B2 (en) 2015-09-10 2015-09-10 Handling multi-pipe connections
US14/929,830 Active 2036-07-30 US10051062B2 (en) 2015-09-10 2015-11-02 Handling multi-pipe connections
US16/024,949 Expired - Fee Related US10511672B2 (en) 2015-09-10 2018-07-02 Handling multi-pipe connections
US16/024,976 Expired - Fee Related US10511673B2 (en) 2015-09-10 2018-07-02 Handling multi-pipe connections
US16/679,364 Active US10979510B2 (en) 2015-09-10 2019-11-11 Handling multi-pipe connections
US16/679,361 Active US10986188B2 (en) 2015-09-10 2019-11-11 Handling multi-pipe connections

Family Applications Before (4)

Application Number Title Priority Date Filing Date
US14/849,739 Active 2036-06-23 US9948724B2 (en) 2015-09-10 2015-09-10 Handling multi-pipe connections
US14/929,830 Active 2036-07-30 US10051062B2 (en) 2015-09-10 2015-11-02 Handling multi-pipe connections
US16/024,949 Expired - Fee Related US10511672B2 (en) 2015-09-10 2018-07-02 Handling multi-pipe connections
US16/024,976 Expired - Fee Related US10511673B2 (en) 2015-09-10 2018-07-02 Handling multi-pipe connections

Family Applications After (1)

Application Number Title Priority Date Filing Date
US16/679,361 Active US10986188B2 (en) 2015-09-10 2019-11-11 Handling multi-pipe connections

Country Status (1)

Country Link
US (6) US9948724B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9948724B2 (en) 2015-09-10 2018-04-17 International Business Machines Corporation Handling multi-pipe connections
US11258848B1 (en) * 2018-08-09 2022-02-22 Amazon Technologies, Inc. Load balancing requests such that target resources serve a single client
CN110213272A (en) * 2019-06-03 2019-09-06 重庆紫光华山智安科技有限公司 Data transmission method and device
CN112866422B (en) * 2021-04-23 2021-07-13 武汉中科通达高新技术股份有限公司 Data request processing method and device

Citations (61)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6212164B1 (en) 1996-06-19 2001-04-03 Hitachi, Ltd. ATM switch congestion control method of connection setup requests and priority control method for receiving connection requests
US6330582B1 (en) 1994-03-21 2001-12-11 International Business Machines Corporation Apparatus and method enabling a client to control transaction message traffic between server and client processes
US6438602B1 (en) 1998-10-13 2002-08-20 Unisys Corporation Method of establishing connections between client and server programs in respective computers using automatically constructed pipe names
US6901596B1 (en) 1998-05-07 2005-05-31 Hewlett-Packard Development Company, L.P. Method of communicating asynchronous events to remote procedure call clients
US7236458B2 (en) 2002-04-24 2007-06-26 Samsung Electronics Co., Ltd. Method for monitoring traffic in packet switched network
US7401114B1 (en) 1998-04-20 2008-07-15 Sun Microsystems, Inc. Method and apparatus for making a computational service highly available
US7418712B2 (en) 2004-08-31 2008-08-26 Microsoft Corporation Method and system to support multiple-protocol processing within worker processes
US7623450B2 (en) 2006-03-23 2009-11-24 International Business Machines Corporation Methods and apparatus for improving security while transmitting a data packet
US7921686B2 (en) 2007-08-28 2011-04-12 Cisco Technology, Inc. Highly scalable architecture for application network appliances
US7962636B2 (en) 2005-06-29 2011-06-14 Microsoft Corporation Using a variable identity pipe for constrained delegation and connection pooling
US7990998B2 (en) 2004-12-22 2011-08-02 Qualcomm Incorporated Connection setup using flexible protocol configuration
US20110314515A1 (en) * 2009-01-06 2011-12-22 Hernoud Melanie S Integrated physical and logical security management via a portable device
US8121124B2 (en) 2009-06-16 2012-02-21 Calix, Inc. Applying adaptive thresholds to multicast streams within computer networks
US8843627B1 (en) 2012-10-19 2014-09-23 Narus, Inc. System and method for extracting signatures from seeded flow groups to classify network traffic
US20140359127A1 (en) * 2013-06-03 2014-12-04 Microsoft Corporation Zero touch deployment of private cloud infrastructure
US9019878B2 (en) 2011-06-14 2015-04-28 Microsoft Technology Licensing, Llc Phone supporting mode conversion
US9026613B2 (en) 2011-08-29 2015-05-05 Vmware, Inc. Permanent connection oriented communication using parallel single connection circuits
US20150379257A1 (en) 2014-06-25 2015-12-31 Oracle International Corporation Asserting identities of application users in a database system based on delegated trust
US20160055579A1 (en) * 2014-08-22 2016-02-25 Vmware, Inc. Decreasing time to market of a pre-configured hyper-converged computing device
US9282040B2 (en) 2014-02-28 2016-03-08 Cisco Technology, Inc. Smarter policy decisions based on metadata in data flows
US9613224B2 (en) 2014-06-25 2017-04-04 Oracle International Corporation Integrating a user's security context in a database for access control
US9626211B2 (en) * 2014-04-29 2017-04-18 Vmware, Inc. Auto-discovery of pre-configured hyper-converged computing devices on a network
US9641581B2 (en) 2012-06-01 2017-05-02 Telefonaktiebolaget L M Ericsson (Publ) Controlling streaming of data from a streaming server to a user equipment via a radio access network
US9665235B2 (en) * 2013-12-31 2017-05-30 Vmware, Inc. Pre-configured hyper-converged computing device
US9778865B1 (en) * 2015-09-08 2017-10-03 EMC IP Holding Company LLC Hyper-converged infrastructure based on server pairs
US9830082B1 (en) * 2015-09-08 2017-11-28 EMC IP Holding Company LLC Hybrid hyper-converged infrastructure and storage appliance
US9948724B2 (en) 2015-09-10 2018-04-17 International Business Machines Corporation Handling multi-pipe connections
US20180145955A1 (en) * 2016-11-23 2018-05-24 Vmware, Inc. Methods and apparatus to manage credentials in hyper-converged infrastructures
US10078465B1 (en) * 2015-05-20 2018-09-18 VCE IP Holding Company LLC Systems and methods for policy driven storage in a hyper-convergence data center
US10108560B1 (en) * 2016-09-14 2018-10-23 Evol1-Ip, Llc Ethernet-leveraged hyper-converged infrastructure
US20190007369A1 (en) * 2017-06-29 2019-01-03 Vmware, Inc. Assigning ip addresses and configuration parameters in hyper-converged infrastructure
US20190018700A1 (en) * 2017-07-17 2019-01-17 Vmware, Inc. Hyper-converged computing device
US20190026141A1 (en) * 2017-07-20 2019-01-24 Vmware, Inc. Maintaining unallocated hosts of a pre-configured hyper-converged computing device at a baseline operating system version
US20190026140A1 (en) * 2017-07-20 2019-01-24 Vmware, Inc. Managing hosts of a pre-configured hyper-converged computing device
US20190026162A1 (en) * 2017-07-20 2019-01-24 Vmware, Inc. Provisioning a host of a workload domain of a pre-configured hyper-converged computing device
US20190068698A1 (en) * 2017-08-30 2019-02-28 Intel Corporation Technologies for providing efficient pooling for a hyper converged infrastructure
US10284642B2 (en) * 2015-05-01 2019-05-07 Vmware, Inc. Appliance for sharing information over a WAN via a distributed P2P protocol
US20190235764A1 (en) * 2018-01-26 2019-08-01 International Business Machines Corporation I/o data transmission in a hyper-converged storage system
US10372464B2 (en) * 2016-06-22 2019-08-06 Western Digital Technologies, Inc. Provisioning the hyper-converged infrastructure bare metal systems from the top of the rack switch
US10389589B2 (en) * 2017-05-05 2019-08-20 Servicenow, Inc. Unified device and service discovery across multiple network types
US10402217B2 (en) * 2014-05-15 2019-09-03 Vmware, Inc. Automatic reconfiguration of a pre-configured hyper-converged computing device
US10425292B1 (en) * 2018-10-17 2019-09-24 Servicenow, Inc. Functional discovery and mapping of serverless resources
US20190296972A1 (en) * 2018-03-23 2019-09-26 Netapp, Inc. Dynamic network discovery service for system deployment and validation
US20190294463A1 (en) * 2018-03-23 2019-09-26 Vmware, Inc. Allocating a host of a pre-configured hyper-converged computing device to a workload domain
US10445143B2 (en) * 2017-06-14 2019-10-15 Vmware, Inc. Device replacement for hyper-converged infrastructure computing environments
US10462221B2 (en) * 2017-02-25 2019-10-29 Vmware, Inc. Distributed storage resource management in a hyper converged infrastructure
US20190334787A1 (en) * 2018-04-25 2019-10-31 Dell Products L.P. Machine-learning based self-populating dashboard for resource utilization monitoring in hyper-converged information technology environments
US10474508B2 (en) * 2017-07-04 2019-11-12 Vmware, Inc. Replication management for hyper-converged infrastructures
US10476951B2 (en) * 2017-06-14 2019-11-12 Vmware, Inc. Top-of-rack switch replacement for hyper-converged infrastructure computing environments
US10491692B1 (en) * 2019-01-18 2019-11-26 Servicenow, Inc. Discovery of remote storage services and associated applications
US10491662B2 (en) * 2011-01-27 2019-11-26 Computenext, Inc. Dynamically organizing cloud computing resources to facilitate discovery
US10496447B2 (en) * 2017-06-08 2019-12-03 Western Digital Technologies, Inc. Partitioning nodes in a hyper-converged infrastructure
US20190391831A1 (en) * 2018-06-21 2019-12-26 Vmware, Inc. Seamless virtual standard switch to virtual distributed switch migration for hyper-converged infrastructure
US20200019841A1 (en) * 2018-07-12 2020-01-16 Vmware, Inc. Neural network model for predicting usage in a hyper-converged infrastructure
US10540212B2 (en) * 2016-08-09 2020-01-21 International Business Machines Corporation Data-locality-aware task scheduling on hyper-converged computing infrastructures
US20200028764A1 (en) * 2018-07-23 2020-01-23 Vmware, Inc. Network costs for hyper-converged infrastructures
US20200034459A1 (en) * 2018-07-30 2020-01-30 Hewlett Packard Enterprise Development Lp Centralized configuration database cache
US10574580B2 (en) * 2017-07-04 2020-02-25 Vmware, Inc. Network resource management for hyper-converged infrastructures
US10585775B2 (en) * 2018-07-24 2020-03-10 Vmware, Inc. Machine learning system for workload failover in a converged infrastructure
US10620999B2 (en) * 2017-11-08 2020-04-14 Western Digital Technologies, Inc Task scheduling through an operating system agnostic system abstraction layer from a top of the rack switch in a hyper converged infrastructure
US10771344B2 (en) * 2018-12-21 2020-09-08 Servicenow, Inc. Discovery of hyper-converged infrastructure devices

Patent Citations (76)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6330582B1 (en) 1994-03-21 2001-12-11 International Business Machines Corporation Apparatus and method enabling a client to control transaction message traffic between server and client processes
US6212164B1 (en) 1996-06-19 2001-04-03 Hitachi, Ltd. ATM switch congestion control method of connection setup requests and priority control method for receiving connection requests
US7401114B1 (en) 1998-04-20 2008-07-15 Sun Microsystems, Inc. Method and apparatus for making a computational service highly available
US6901596B1 (en) 1998-05-07 2005-05-31 Hewlett-Packard Development Company, L.P. Method of communicating asynchronous events to remote procedure call clients
US6438602B1 (en) 1998-10-13 2002-08-20 Unisys Corporation Method of establishing connections between client and server programs in respective computers using automatically constructed pipe names
US7236458B2 (en) 2002-04-24 2007-06-26 Samsung Electronics Co., Ltd. Method for monitoring traffic in packet switched network
US7418712B2 (en) 2004-08-31 2008-08-26 Microsoft Corporation Method and system to support multiple-protocol processing within worker processes
US7990998B2 (en) 2004-12-22 2011-08-02 Qualcomm Incorporated Connection setup using flexible protocol configuration
US7962636B2 (en) 2005-06-29 2011-06-14 Microsoft Corporation Using a variable identity pipe for constrained delegation and connection pooling
US7623450B2 (en) 2006-03-23 2009-11-24 International Business Machines Corporation Methods and apparatus for improving security while transmitting a data packet
US9100371B2 (en) 2007-08-28 2015-08-04 Cisco Technology, Inc. Highly scalable architecture for application network appliances
US9491201B2 (en) 2007-08-28 2016-11-08 Cisco Technology, Inc. Highly scalable architecture for application network appliances
US8443069B2 (en) 2007-08-28 2013-05-14 Cisco Technology, Inc. Highly scalable architecture for application network appliances
US7921686B2 (en) 2007-08-28 2011-04-12 Cisco Technology, Inc. Highly scalable architecture for application network appliances
US20110314515A1 (en) * 2009-01-06 2011-12-22 Hernoud Melanie S Integrated physical and logical security management via a portable device
US8121124B2 (en) 2009-06-16 2012-02-21 Calix, Inc. Applying adaptive thresholds to multicast streams within computer networks
US10491662B2 (en) * 2011-01-27 2019-11-26 Computenext, Inc. Dynamically organizing cloud computing resources to facilitate discovery
US9019878B2 (en) 2011-06-14 2015-04-28 Microsoft Technology Licensing, Llc Phone supporting mode conversion
US9026613B2 (en) 2011-08-29 2015-05-05 Vmware, Inc. Permanent connection oriented communication using parallel single connection circuits
US9614916B2 (en) 2011-08-29 2017-04-04 Vmware, Inc. Permanent connection oriented communication using parallel single connection circuits
US9641581B2 (en) 2012-06-01 2017-05-02 Telefonaktiebolaget L M Ericsson (Publ) Controlling streaming of data from a streaming server to a user equipment via a radio access network
US8843627B1 (en) 2012-10-19 2014-09-23 Narus, Inc. System and method for extracting signatures from seeded flow groups to classify network traffic
US20140359127A1 (en) * 2013-06-03 2014-12-04 Microsoft Corporation Zero touch deployment of private cloud infrastructure
US10459594B2 (en) * 2013-12-31 2019-10-29 Vmware, Inc. Management of a pre-configured hyper-converged computing device
US9665235B2 (en) * 2013-12-31 2017-05-30 Vmware, Inc. Pre-configured hyper-converged computing device
US9282040B2 (en) 2014-02-28 2016-03-08 Cisco Technology, Inc. Smarter policy decisions based on metadata in data flows
US9996375B2 (en) * 2014-04-29 2018-06-12 Vmware, Inc. Correlating a unique identifier of an independent server node with a location in a pre-configured hyper-converged computing device
US9626211B2 (en) * 2014-04-29 2017-04-18 Vmware, Inc. Auto-discovery of pre-configured hyper-converged computing devices on a network
US20190171475A1 (en) * 2014-04-29 2019-06-06 Vmware, Inc. Automatic network configuration of a pre-configured hyper-converged computing device
US10169064B2 (en) * 2014-04-29 2019-01-01 Vmware, Inc. Automatic network configuration of a pre-configured hyper-converged computing device
US10402217B2 (en) * 2014-05-15 2019-09-03 Vmware, Inc. Automatic reconfiguration of a pre-configured hyper-converged computing device
US9613224B2 (en) 2014-06-25 2017-04-04 Oracle International Corporation Integrating a user's security context in a database for access control
US20150379257A1 (en) 2014-06-25 2015-12-31 Oracle International Corporation Asserting identities of application users in a database system based on delegated trust
US20160055579A1 (en) * 2014-08-22 2016-02-25 Vmware, Inc. Decreasing time to market of a pre-configured hyper-converged computing device
US10284642B2 (en) * 2015-05-01 2019-05-07 Vmware, Inc. Appliance for sharing information over a WAN via a distributed P2P protocol
US10078465B1 (en) * 2015-05-20 2018-09-18 VCE IP Holding Company LLC Systems and methods for policy driven storage in a hyper-convergence data center
US10379771B1 (en) * 2015-05-20 2019-08-13 VCE IP Holding Company LLC Systems and methods for policy driven storage in a hyper-convergence data center
US9778865B1 (en) * 2015-09-08 2017-10-03 EMC IP Holding Company LLC Hyper-converged infrastructure based on server pairs
US9830082B1 (en) * 2015-09-08 2017-11-28 EMC IP Holding Company LLC Hybrid hyper-converged infrastructure and storage appliance
US20180316766A1 (en) 2015-09-10 2018-11-01 International Business Machines Corporation Handling multi-pipe connections
US10051062B2 (en) 2015-09-10 2018-08-14 International Business Machines Corporation Handling multi-pipe connections
US20200076903A1 (en) * 2015-09-10 2020-03-05 International Business Machines Corporation Handling multi-pipe connections
US20180316765A1 (en) 2015-09-10 2018-11-01 International Business Machines Corporation Handling multi-pipe connections
US9948724B2 (en) 2015-09-10 2018-04-17 International Business Machines Corporation Handling multi-pipe connections
US10372464B2 (en) * 2016-06-22 2019-08-06 Western Digital Technologies, Inc. Provisioning the hyper-converged infrastructure bare metal systems from the top of the rack switch
US10540212B2 (en) * 2016-08-09 2020-01-21 International Business Machines Corporation Data-locality-aware task scheduling on hyper-converged computing infrastructures
US10108560B1 (en) * 2016-09-14 2018-10-23 Evol1-Ip, Llc Ethernet-leveraged hyper-converged infrastructure
US20180145955A1 (en) * 2016-11-23 2018-05-24 Vmware, Inc. Methods and apparatus to manage credentials in hyper-converged infrastructures
US10462221B2 (en) * 2017-02-25 2019-10-29 Vmware, Inc. Distributed storage resource management in a hyper converged infrastructure
US20200036791A1 (en) * 2017-02-25 2020-01-30 Vmware, Inc. Distributed storage resource management in a hyper converged infrastructure
US10389589B2 (en) * 2017-05-05 2019-08-20 Servicenow, Inc. Unified device and service discovery across multiple network types
US10496447B2 (en) * 2017-06-08 2019-12-03 Western Digital Technologies, Inc. Partitioning nodes in a hyper-converged infrastructure
US10476951B2 (en) * 2017-06-14 2019-11-12 Vmware, Inc. Top-of-rack switch replacement for hyper-converged infrastructure computing environments
US10445143B2 (en) * 2017-06-14 2019-10-15 Vmware, Inc. Device replacement for hyper-converged infrastructure computing environments
US20190007369A1 (en) * 2017-06-29 2019-01-03 Vmware, Inc. Assigning ip addresses and configuration parameters in hyper-converged infrastructure
US20200092359A1 (en) * 2017-07-04 2020-03-19 Vmware, Inc. Top-of-rack switch replacement for hyper-converged infrastructure computing environments
US10474508B2 (en) * 2017-07-04 2019-11-12 Vmware, Inc. Replication management for hyper-converged infrastructures
US10574580B2 (en) * 2017-07-04 2020-02-25 Vmware, Inc. Network resource management for hyper-converged infrastructures
US20190018700A1 (en) * 2017-07-17 2019-01-17 Vmware, Inc. Hyper-converged computing device
US20190026162A1 (en) * 2017-07-20 2019-01-24 Vmware, Inc. Provisioning a host of a workload domain of a pre-configured hyper-converged computing device
US20190026140A1 (en) * 2017-07-20 2019-01-24 Vmware, Inc. Managing hosts of a pre-configured hyper-converged computing device
US20190026141A1 (en) * 2017-07-20 2019-01-24 Vmware, Inc. Maintaining unallocated hosts of a pre-configured hyper-converged computing device at a baseline operating system version
US20190068698A1 (en) * 2017-08-30 2019-02-28 Intel Corporation Technologies for providing efficient pooling for a hyper converged infrastructure
US10620999B2 (en) * 2017-11-08 2020-04-14 Western Digital Technologies, Inc Task scheduling through an operating system agnostic system abstraction layer from a top of the rack switch in a hyper converged infrastructure
US20190235764A1 (en) * 2018-01-26 2019-08-01 International Business Machines Corporation I/o data transmission in a hyper-converged storage system
US20190294463A1 (en) * 2018-03-23 2019-09-26 Vmware, Inc. Allocating a host of a pre-configured hyper-converged computing device to a workload domain
US20190296972A1 (en) * 2018-03-23 2019-09-26 Netapp, Inc. Dynamic network discovery service for system deployment and validation
US20190334787A1 (en) * 2018-04-25 2019-10-31 Dell Products L.P. Machine-learning based self-populating dashboard for resource utilization monitoring in hyper-converged information technology environments
US20190391831A1 (en) * 2018-06-21 2019-12-26 Vmware, Inc. Seamless virtual standard switch to virtual distributed switch migration for hyper-converged infrastructure
US20200019841A1 (en) * 2018-07-12 2020-01-16 Vmware, Inc. Neural network model for predicting usage in a hyper-converged infrastructure
US20200028764A1 (en) * 2018-07-23 2020-01-23 Vmware, Inc. Network costs for hyper-converged infrastructures
US10585775B2 (en) * 2018-07-24 2020-03-10 Vmware, Inc. Machine learning system for workload failover in a converged infrastructure
US20200034459A1 (en) * 2018-07-30 2020-01-30 Hewlett Packard Enterprise Development Lp Centralized configuration database cache
US10425292B1 (en) * 2018-10-17 2019-09-24 Servicenow, Inc. Functional discovery and mapping of serverless resources
US10771344B2 (en) * 2018-12-21 2020-09-08 Servicenow, Inc. Discovery of hyper-converged infrastructure devices
US10491692B1 (en) * 2019-01-18 2019-11-26 Servicenow, Inc. Discovery of remote storage services and associated applications

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Books et al., "Handling Multi-pipe Connections", U.S. Appl. No. 16/679,361, filed Nov. 11, 2019, 24 pages.
IBM, "List of Patent Applications Treated as Related", Appendix P, Filed Herewith, 2 pages.

Also Published As

Publication number Publication date
US10051062B2 (en) 2018-08-14
US20180316765A1 (en) 2018-11-01
US10511673B2 (en) 2019-12-17
US10511672B2 (en) 2019-12-17
US20180316766A1 (en) 2018-11-01
US20170078401A1 (en) 2017-03-16
US10986188B2 (en) 2021-04-20
US20200076904A1 (en) 2020-03-05
US20170078402A1 (en) 2017-03-16
US9948724B2 (en) 2018-04-17
US20200076903A1 (en) 2020-03-05

Similar Documents

Publication Publication Date Title
US10979510B2 (en) Handling multi-pipe connections
US11314545B2 (en) Predicting transaction outcome based on artifacts in a transaction processing environment
US10599675B2 (en) Hybrid data replication
US11070650B2 (en) De-duplicating remote procedure calls
US10127140B2 (en) Automated problem determination for cooperating web services using debugging technology
US20170177277A1 (en) Managing data operations in a quorum-based data replication system
US9665626B1 (en) Sorted merge of streaming data
US20190146957A1 (en) Identifying an entity associated with an online communication
US9847950B1 (en) Messaging system thread pool
US10887403B2 (en) Method for managing connections for data communications
US20170142224A1 (en) Processing a unit of work
US9450906B2 (en) Managing a messaging queue in an asynchronous messaging system
US10334055B2 (en) Communication layer with dynamic multi-session management
US20220276901A1 (en) Batch processing management
US20150347131A1 (en) Fast transitions for massively parallel computing applications
US20190387052A1 (en) Method, device and computer program product for transaction negotiation
CN115174588A (en) Bandwidth control method, device, equipment, storage medium and program product
CN113391949A (en) Method, electronic device and computer program product for storage management

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BROOKS, MICHAEL D.;HOLLINGSHEAD, ALAN;HORN, JULIAN C.;AND OTHERS;REEL/FRAME:050965/0342

Effective date: 20150903

FEPP Fee payment procedure

Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED

STCF Information on status: patent grant

Free format text: PATENTED CASE