IP Library Granted Patent US 11,336,750
Granted Patent B1
US 11,336,750 · App. 16/436,740 · Granted May 17, 2022

Remote procedure calls that offload search pattern matching from clients to servers

Inventor: Lokanadham Potnuru (Fremont, CA)
Assignee: EMC IP Holding Company LLC
H04L67/40G06F16/953H04L67/42
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 11,336,750
App. No.
16/436,740
Granted
May 17, 2022
Kind
B1
Abstract

A system enables client to convert a command, which specifies applying a search pattern to a data object that is stored by server, into a remote procedure call, which specifies applying the search pattern to the data object that is stored by server, and to use a network connection between client and server to send the remote procedure call to server, in response to receiving the command. The system reads the data object from server, in response to receiving the remote procedure call. The system generates a match result by applying the search pattern to the data object. The system uses the network connection between client and server to send the match result to client as a part of a response to the remote procedure call, thereby enabling client to convert the response to the remote procedure call into a response, which comprises the match result, to the command.

Claims (35)

1. A system for remote procedure calls that offload search pattern matching from clients to servers, comprising:

one or more processors; and

a non-transitory computer readable medium storing a plurality of instructions, which when executed, cause the one or more processors to:

receive, by a client side module, a command specifying a search pattern, a data object stored by a server, and application of the search pattern to the data object;

convert, by the client side module, the command into a remote procedure call and use a network connection between the client and the server to send the remote procedure call to the server in response to receiving the command specifying application of the search pattern to the data object, wherein the remote procedure call specifies the search pattern, the data object, and application of the search pattern to the data object;

read, by a server side daemon, the data object specified in the remote procedure call from the server;

generate, by the server side daemon, a match result by applying the search pattern specified in the remote procedure call to the data object read by the server side daemon; and

use, by the server side daemon, the network connection between the client and the server to send the match result to the client as a part of a response to the remote procedure call, thereby enabling the client side module to convert the response to the remote procedure call into a response to the command, which comprises the match result.

2. The system of claim 1 , wherein enabling the client to convert the command into the remote procedure call and use the network connection to send the remote procedure call to the server comprises providing the client with the client-side module that converts the command into the remote procedure call and uses the network connection to send the remote procedure call to the server.

3. The system of claim 2 , wherein the client-side module is incorporated in a client-side component that offloads part of a deduplication process from a disk array to the client and/or the server.

4. The system of claim 1 , wherein the search pattern comprises a regular expression and the server comprises a network access server.

5. The system of claim 1 , wherein using the network connection between the client and the server to send the remote procedure call to the server comprises determining whether the client is already connected to the server, and creating the network connection between the client and the server in response to a determination that the client is not already connected to the server.

6. The system of claim 1 , wherein the server-side daemon is incorporated in a server-side component that offloads part of a deduplication process from a disk array to the client and/or the server.

7. A computer-implemented method for remote procedure calls that offload search pattern matching from clients to servers, comprising:

receiving, by a client side module, a command specifying a search pattern, a data object stored by a server, and application of the search pattern to the data object;

converting, by the client side module, the command into a remote procedure call and use a network connection between the client and the server to send the remote procedure call to the server in response to receiving the command specifying application of the search pattern to the data object, wherein the remote procedure call specifies the search pattern, the data object, and application of the search pattern to the data object;

reading, by a server side daemon, the data object specified in the remote procedure call from the server;

generating, by the server side daemon, a match result by applying the search pattern specified in the remote procedure call to the data object read by the server side daemon; and

using, by the server side daemon, the network connection between the client and the server to send the match result to the client as a part of a response to the remote procedure call, thereby enabling the client side module to convert the response to the remote procedure call into a response to the command, which comprises the match result.

8. The computer-implemented method of claim 7 , wherein enabling the client to convert the command into the remote procedure call and use the network connection to send the remote procedure call to the server comprises providing the client with the client-side module that converts the command into the remote procedure call and uses the network connection to send the remote procedure call to the server.

9. The computer-implemented method of claim 8 , wherein the client-side module is incorporated in a client-side component that offloads part of a deduplication process from a disk array to the client and/or the server.

10. The computer-implemented method of claim 7 , wherein the search pattern comprises a regular expression and the server comprises a network access server.

11. The computer-implemented method of claim 7 , wherein using the network connection between the client and the server to send the remote procedure call to the server comprises determining whether the client is already connected to the server, and creating the network connection between the client and the server in response to a determination that the client is not already connected to the server.

12. The method of claim 7 , wherein the server-side daemon is incorporated in a server-side component that offloads part of a deduplication process from a disk array to the client and/or the server.

13. A computer program product, comprising a non-transitory computer-readable medium having a computer-readable program code embodied therein to be executed by one or more processors, the program code including instructions to:

receive, by a client side module, a command specifying a search pattern, a data object stored by a server, and application of the search pattern to the data object;

convert, by the client side module, the command into a remote procedure call and use a network connection between the client and the server to send the remote procedure call to the server in response to receiving the command specifying application of the search pattern to the data object, wherein the remote procedure call specifies the search pattern, the data object, and application of the search pattern to the data object;

read, by a server side daemon, the data object specified in the remote procedure call from the server;

generate, by the server side daemon, a match result by applying the search pattern specified in the remote procedure call to the data object read by the server side daemon; and

use, by the server side daemon, the network connection between the client and the server to send the match result to the client as a part of a response to the remote procedure call, thereby enabling the client side module to convert the response to the remote procedure call into a response to the command, which comprises the match result.

14. The computer program product of claim 13 , wherein enabling the client to convert the command into the remote procedure call and use the network connection to send the remote procedure call to the server comprises providing the client with the client-side module that converts the command into the remote procedure call and uses the network connection to send the remote procedure call to the server.

15. The computer program product of claim 14 , wherein the client-side module is incorporated in a client-side component that offloads part of a deduplication process from a disk array to the client and/or the server.

16. The computer program product of claim 13 , wherein the search pattern comprises a regular expression and the server comprises a network access server.

17. The computer program product of claim 13 , wherein using the network connection between the client and the server to send the remote procedure call to the server comprises determining whether the client is already connected to the server, and creating the network connection between the client and the server in response to a determination that the client is not already connected to the server.

18. The computer program product of claim 13 , wherein the server-side daemon is incorporated in a server-side component that offloads part of a deduplication process from a disk array to the client and/or the server.

Assignments (9)
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053546/0001) Recorded Jun 23, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.); DELL INTERNATIONAL L.L.C.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.); EMC IP HOLDING COMPANY LLC
Reel/Frame 071642/0001 →
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (053311/0169) Recorded Jun 23, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC
Reel/Frame 060438/0742 →
RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (050724/0571) Recorded Jun 23, 2022
From: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT
To: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC
Reel/Frame 060436/0088 →
RELEASE OF SECURITY INTEREST AT REEL 050406 FRAME 421 Recorded Nov 2, 2021
From: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH
To: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC
Reel/Frame 058213/0825 →
SECURITY INTEREST Recorded Jun 5, 2020
From: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT
Reel/Frame 053311/0169 →
SECURITY AGREEMENT Recorded Apr 22, 2020
From: CREDANT TECHNOLOGIES INC.; DELL INTERNATIONAL L.L.C.; DELL MARKETING L.P.; DELL PRODUCTS L.P.; DELL USA L.P.; EMC CORPORATION; FORCE10 NETWORKS, INC.; WYSE TECHNOLOGY L.L.C.; EMC IP HOLDING COMPANY LLC
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A.
Reel/Frame 053546/0001 →
PATENT SECURITY AGREEMENT (NOTES) Recorded Oct 15, 2019
From: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC
To: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT
Reel/Frame 050724/0571 →
SECURITY AGREEMENT Recorded Sep 17, 2019
From: DELL PRODUCTS L.P.; EMC CORPORATION; EMC IP HOLDING COMPANY LLC
To: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH
Reel/Frame 050406/0421 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jun 17, 2019
From: POTNURU, LOKANADHAM
To: EMC IP HOLDING COMPANY LLC
Reel/Frame 049484/0565 →