A portion of the disclosure of this patent document contains material which 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 patent file or records, but otherwise reserves all copyright rights whatsoever.
The present invention is generally related to computer systems, and is particularly related to supporting persistence in a distributed data grid.
Modern computing systems, particularly those employed by larger organizations and enterprises, continue to increase in size and complexity. Particularly, in areas such as Internet applications, there is an expectation that millions of users should be able to simultaneously access that application, which effectively leads to an exponential increase in the amount of content generated and consumed by users, and transactions involving that content. Such activity also results in a corresponding increase in the number of transaction calls to databases and metadata stores, which have a limited capacity to accommodate that demand. This is the general area that embodiments of the invention are intended to address.
Described herein are systems and methods that can support persistence in a distributed data grid. A plurality of members in the distributed data grid can persist a plurality of partitions associated with one or more cache services in persistent storage. Furthermore, a coordinator, which may be a member in the distributed data grid, can synchronize a view of partition ownership among the plurality of members in the distributed data grid, and form a distributed consensus on which partition can be recovered from which member in the distributed data grid.
Described herein are systems and methods that can support persistence in a distributed data grid.
Distributed Data Grid
In accordance with an embodiment, as referred to herein a “data grid cluster”, or “data grid”, is a system comprising a plurality of computer servers which work together to manage information and related operations, such as computations, within a distributed or clustered environment. The data grid cluster can be used to manage application objects and data that are shared across the servers. Preferably, a data grid cluster should have low response time, high throughput, predictable scalability, continuous availability and information reliability. As a result of these capabilities, data grid clusters are well suited for use in computational intensive, stateful middle-tier applications. Some examples of data grid clusters, e.g., the Oracle Coherence data grid cluster, can store the information in-memory to achieve higher performance, and can employ redundancy in keeping copies of that information synchronized across multiple servers, thus ensuring resiliency of the system and the availability of the data in the event of server failure. For example, Coherence provides replicated and distributed (partitioned) data management and caching services on top of a reliable, highly scalable peer-to-peer clustering protocol.
An in-memory data grid can provide the data storage and management capabilities by distributing data over a number of servers working together. The data grid can be middleware that runs in the same tier as an application server or within an application server. It can provide management and processing of data and can also push the processing to where the data is located in the grid. In addition, the in-memory data grid can eliminate single points of failure by automatically and transparently failing over and redistributing its clustered data management services when a server becomes inoperative or is disconnected from the network. When a new server is added, or when a failed server is restarted, it can automatically join the cluster and services can be failed back over to it, transparently redistributing the cluster load. The data grid can also include network-level fault tolerance features and transparent soft re-start capability.
In accordance with an embodiment, the functionality of a data grid cluster is based on using different cluster services. The cluster services can include root cluster services, partitioned cache services, and proxy services. Within the data grid cluster, each cluster node can participate in a number of cluster services, both in terms of providing and consuming the cluster services. Each cluster service has a service name that uniquely identifies the service within the data grid cluster, and a service type, which defines what the cluster service can do. Other than the root cluster service running on each cluster node in the data grid cluster, there may be multiple named instances of each service type. The services can be either configured by the user, or provided by the data grid cluster as a default set of services.
Persistent Storage of Cache Contents
In accordance with an embodiment of the invention, the distributed data grid can provide recoverable persistent storage for different types of cache content and can prevent data loss after the distributed data grid is shut down.
The persistence layer 201 allows the persistent storage 203 to use different physical topologies. For example, the persistence layer 201 can store the cache content in a central location, such as a storage area network (SAN) 221, where all members in the distributed data grid 200 can share the same visibility. Alternatively, the persistence layer 201 can store the cache content into different local disks 222, where members of the distributed data grid 200 may have only local visibility.
Furthermore, the persistence layer 201 can be agnostic to the choice of the physical topology (e.g. a SAN 221 or distributed local disks 222). For example, the distributed data grid 200 can take advantage of multiple SANs or multiple SAN mount points. Also, the distributed data grid 200 can take advantage of a physical topology that includes multiple SANs that are not shared by the plurality of members. Alternatively, the physical topology may include multiple SANs exporting storage locations, or may include hybrid deployments of local disks and SANs.
Additionally, the persistence layer 201 can support partition-wide atomicity of persisted data/metadata, and can provide transaction guarantee after a restart of the distributed data grid 200. Also, the persistence layer 201 can minimize performance impact and reduce recovery time needed to restart the distributed data grid 200.
Furthermore, the distributed data grid 300 can use a shared persistent storage, such as a storage area network (SAN) 310, to store the cache content for the cache services 320 in a central location. As shown in
Thus, the system can recover the persisted cache content and prevent data loss, when the distributed data grid 300 is restarted after a shutdown.
Furthermore, the distributed data grid 400 can store the cache content for the cache services 420 into the local disks on different machines. For example, the members 401-402 can store the related cache content into the local disk A 431 on machine A 411 (e.g. the persisted partitions 421). Also, the members 403-404 can store the related cache content into the local disk B 432 on the machine B 412 (e.g. the persisted partitions 422), and the machine C 413 can store the related cache content into the local disk C 433 on the machine C 413 (e.g. the persisted partitions 423).
Thus, the distributed data grid 400 can support the automatic recovery of various types of cache content in a distributed fashion, and prevent data loss during the restart of the distributed data grid 400.
Distributed Persistent Store Recovery
In accordance with an embodiment of the invention, the distributed data grid can support persistent store recovery in a distributed fashion.
Furthermore, each member in the distributed data grid 500 may only have visibility to the partitions persisted in the local disk. For example, the member 501 and the member 502 may only be aware of the persisted partitions 521 in the local disk A 511, while the member 503 and the member 504 may only be aware of the persisted partitions 522 in the local disk B 512 and the member 505 may only be aware of the persisted partitions 523 in the local disk C 513.
In accordance with an embodiment of the invention, the distributed data grid 500 can use an internal protocol to discover the persisted partitions 521-523 on different local disks A-C 511-513. For example, the discovery protocol supports the persistent store recovery during both the cluster cold-start/restart scenario and the multiple-node failure scenario (e.g. with a loss of a primary owner of a partition and/or one or more backup owners of the partition).
As shown in
In accordance with an embodiment of the invention, the coordinator member 510 can use a pluggable partition assignment strategy component 520 to determine the partition recovery assignment 540. For example, the system can go down the list of the partitions to examine which member can see a version of the partition. Then, the system can determine which member should be used to recover which partition based on a synchronized partition ownership view 530.
Furthermore, the system can minimize the performance impact caused by adding persistence support to the distributed data grid 500. For example, the system can use an asynchronous messaging process in the distributed data grid 500 for implementing the write operation to a persistent store. Also, the system allows the performing of multiple input/output (I/O) operations concurrently.
Additionally, the coordinator member 510 can avoid using only one or a few members in the distributed data grid 500 for performing the recovery, which may be prone to create performance bottleneck.
Also, the system can use a recovery quorum to ensure that all persisted partitions are visible prior to the recovery in order to prevent data loss due to recovery.
Additional descriptions of various embodiments of supporting service level quorum in a distributed data grid 500 are provided in U.S. patent application titled “SYSTEM AND METHOD FOR SUPPORTING SERVICE LEVEL QUORUM IN A DATA GRID CLUSTER”, application Ser. No. 13/352,203, filed on Jan. 17, 2012, which application is herein incorporated by reference.
Thus, the distributed data grid 500 can automatically carry out a recovery of persisted cache contents in a distributed fashion during a restart of the distributed data grid 500.
At step 601, the coordinator 610 can instruct the member 620 (and all other members in the distributed data grid 600 concurrently) to prepare for restoring persisted partitions. Then, at step 602, the member 620 (possibly along with each other member in the distributed data grid 600) can provide a local partition ownership back to the coordinator member 610.
At step 603, the coordinator member 610 can synchronize a view of the overall partition ownership, after obtaining the partition ownership information from the different members in the distributed data grid 600.
Furthermore, at step 604, the coordinator 610 can instruct the member 620 to prepare for recovering the persisted partitions based on the view of the overall partition ownership. At step 605, the member 620 can check for the persisted partitions in the local disk 630. Then, at step 606, the member 620 can report the persisted partitions (e.g. the persisted partition IDs) in the local disk 630 to the coordinator member 610.
At step 607, after obtaining information about the persisted partitions from the different members in the distributed data grid 600, the coordinator member 610 can make decision on how to configure a recovery process, such as determining a recovery assignment.
Then, at step 608, the coordinator 610 can provide the partition recovery assignment (e.g. the recover partition IDs) to each member in the distributed data grid 600. Finally, at step 609, the different members in the distributed data grid 600 (including the member 620) can carry out the recovery of the persisted partitions based on the received partition recovery assignment.
Furthermore, a coordinator member 710 can coordinate the recovery of various persisted partitions 721-723 from the distributed local disks A-C 711-713. Also, the coordinator member 710 can use a pluggable partition assignment strategy component 720 to determine which member should be used to recover which partition.
In accordance with an embodiment of the invention, when a machine in the distributed data grid 700 is lost, the system can promote in-memory backups to in-memory primaries. As part of this process, the system can create a new persisted partition on disk and can also create one or more in-memory backups on other members from the data in memory.
Additionally, when in-memory data loss occurs due to two or more (depending on the backup count) member processes dying simultaneously, the system can recover a new in-memory primary from the persisted version on disk, when there is a member having visibility to the disk.
As shown in
In accordance with an embodiment of the invention, the distributed data grid 700 can ensure that the system always restores the most recent valid partition. For example, the persisted partitions 722 in the local disk B 712 may contain a newer version of the partition, since the persisted partitions 721 in the local disk A 711 may not be updated correctly or an older version of the partition exists due to the death of the prior owner of the partition.
In accordance with an embodiment of the invention, the distributed data grid 700 can use a recovery quorum for supporting the discovery and/or the recovery of the persisted partitions 721-723. By using the recovery quorum, the recovery from persistence can be gated or protected. Thus, the distributed data grid 700 can ensure that no data is lost, even when the number of members that are lost exceeds the in-memory redundancy target.
Also, the distributed data grid 700 can ensure that all persisted partitions are visible prior to recovery. For example, the recovery quorum can be configured such that it guarantees visibility to all of the possible storage locations (such as local disks and/or SANs within the cluster). Additionally, the distributed data grid 700 can recover orphaned partitions from the persistent store and assign them as empty partitions.
Furthermore, the distributed data grid 700 can establish different recovery policies based on the recovery quorum. For example, the distributed data grid 700 can establish SAN/shared-storage policies that focus on capacity. Also, the distributed data grid 700 can establish distributed/shared-nothing storage policies that ensure all storage locations are reachable. Also, the distributed data grid 700 can establish various policies based on the configured membership size and the host-list.
In accordance with an embodiment of the invention, the system allows various members 701-705 in the distributed data grid 700 to be shut down (and/or restarted) in an orderly fashion, and allows for a graceful suspend/resume of an service or the entire cluster. Additionally, the system can prevent partition transfers and persistent store movements, during the shutdown of the distributed data grid. For example, a quiesced service/cluster may not join new members, may not restore partitions from backup, may not recover orphaned partitions from persistent store, may not assign empty orphaned partitions, and may not perform partition distribution.
Persistent Store Versioning and Integrity
Furthermore, the distributed data grid 900 can use a persistent store (e.g. a persisted partition 911) to persist the partition 901 in the distributed local disks 910.
The system can provide a unique identifier (ID), or a unique version number 906, for each persisted partition in the distributed local disks 910. As shown in
For example, the GUID 921 can include at least a partition number (or a partition ID 903) and a partition version number 911 associated with the partition 901. Additionally, the GUID 921 can contain a member ID 904, which indicates that the member 902 generates the GUID 921.
Additionally, the GUID 921 can include other information, such as a time stamp 905 that indicates the time when the partition 901 is first persisted. The time stamp 905 is a stamp of logical time (e.g. a stamp of a vector clock per partition), instead of a global wall clock. Thus, the system can guarantee that the GUID stamps move monotonically forward in the face of any kind of failure or transfer scenario.
In accordance with an embodiment of the invention, the distributed data grid 900 can maintain the version number 910 for each persisted partition in a monotonically increasing order. Thus, the system can account for the data mutation at any member or ownership changes in the distributed data grid 900.
Furthermore, the system can apply a seal operation 1002 on the persistent store 1001. The seal operation 1002 can ensure that the persistent store 1001 is fully initialized and is eligible to be recovered.
Additionally, the system can apply a validation operation 1003 on the persistent store 1001. The validation operation 1003 can check whether the persistent store 1001 has been sealed. For example, the system may decide that the cache content in the persistent store 1001 is not valid if the persistent store 1001 is not sealed.
Thus, the system can ensure that the distributed data grid 1000 always restores a valid persisted partition and avoids recovering a partial copy that may be caused by cascading cluster failures.
Each persisted partition 1111-1113 stored in the distributed local disks 1110 can be associated with a globally unique identifier (GUID), e.g. GUID 1141-1143. The GUIDs 1141-1143 can contain different types of information that includes at least a partition number (i.e. a partition-id) and a version number.
In accordance with an embodiment of the invention, the members 1101-1102 in the distributed data grid 1100 may have different visibility to the persisted partitions 1011-1013 in the distributed local disks 1110. The system can configure the GUIDs 1141-1143 to contain information on which member may have visibility to a particular persisted partition 1111-1113.
Additionally, as a result of a cascading failure in the distributed local disks 1110, multiple versions of the same persisted partitions 1011-1013 may present on the different members 1101-1102 of the distributed data grid 1100. In order to disambiguate these different versions, each of the members 1101-1102 in the distributed data grid 1100 can report the GUIDs 1141-1143 (which can include the partition numbers and other information) for each of the persisted partitions that are found. In accordance with an embodiment of the invention, only members reporting the presence of the most recent GUID for a partition can be considered for recovery.
As shown in
Furthermore, due to the distributed nature of the system, the distributed local disks 1110 may contain multiple different versions of the same partition. In other words, the resolver 1103 may receive multiple GUIDs that contain the same partition number and different version numbers.
In such a case, the resolver 1103 can obtain the version number from each GUID associated with the same partition, and determine which GUID has the most recent version number. Also, the distributed data grid 1100 can ensure that the persisted partition with the most recent version number is valid based on performing the seal operation and validation operation.
Additionally, the resolver 1103 can determine which member 1101-1102 in the distributed data grid 1100 is responsible for recovering a particular persisted partition 1111-1113, based on the member ID information encoded in the GUIDs 1141-1143.
Then, the resolver 1103 can provide the partition recovery assignment, which may include a list of the newest GUIDs 1131-1132, to each different member 1101-1102. Accordingly, the members 1101-1102 can carry out the actual operation that restores the persisted partitions 1111-1113.
Thus, the system can ensure that the distributed data grid 1100 always restores the newest valid version of any persisted partition, and can avoid recovering a partial copy that may be caused by cascading cluster failures.
Persistent Snapshot of a Running System
Furthermore, the system allows a user to use a management tool 1310 to take a snapshot 1301 of the running system on the in-memory data store 1302 that supports the cache services 1320 on-demand, at any particular time. For example, the snapshot 1301 can be used to make a backup of the running system overnight.
In accordance with an embodiment of the invention, the system can suspend the cache services 1320, prior to taking the snapshot 1301. Thus, the system can provide a consistent point in time for taking the snapshot 1301. Then, the cache service 1320 can be resumed after the snapshot 1301 is taken.
Additionally, the snapshot 1301 can provide a consistent view of each partitioned cache service 1320. For example, the snapshot 1301 can provide a catalogue of state information of the running system, including metadata 1311 and cache data 1312 for the partitioned cache services 1320. Additionally, the system can store the snapshot 1301 either in a central location (e.g. a SAN 1321) or in distributed local disks 1322.
Furthermore, when various artifacts in a snapshot 1301 are created and stored in the distributed local disks 1322, the system can use a pluggable (or portable) archiver 1303 to retrieve the persisted state information of the snapshot 1301 from the distributed local disks 1322, and can create a single archive unit 1330, which can be used for auditing or other purposes.
Thus, the system allows a user to take a snapshot on the state of a partitioned cache service in a distributed data grid 1300, instead of persisting the cache content in the distributed data grid 1300 in a continuing fashion.
The present invention may be conveniently implemented using one or more conventional general purpose or specialized digital computer, computing device, machine, or microprocessor, including one or more processors, memory and/or computer readable storage media programmed according to the teachings of the present disclosure. Appropriate software coding can readily be prepared by skilled programmers based on the teachings of the present disclosure, as will be apparent to those skilled in the software art.
In some embodiments, the present invention includes a computer program product which is a storage medium or computer readable medium (media) having instructions stored thereon/in which can be used to program a computer to perform any of the processes of the present invention. The storage medium can include, but is not limited to, any type of disk including floppy disks, optical discs, DVD, CD-ROMs, microdrive, and magneto-optical disks, ROMs, RAMs, EPROMs, EEPROMs, DRAMs, VRAMs, flash memory devices, magnetic or optical cards, nanosystems (including molecular memory ICs), or any type of media or device suitable for storing instructions and/or data.
The foregoing description of the present invention has been provided for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations will be apparent to the practitioner skilled in the art. The modification and variation include any relevant combination of the described features. The embodiments were chosen and described in order to best explain the principles of the invention and its practical application, thereby enabling others skilled in the art to understand the invention for various embodiments and with various modifications that are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the following claims and their equivalence.
This application claims priority on U.S. Provisional Patent Application No. 61/915,912, entitled “SYSTEM AND METHOD FOR SUPPORTING PERSISTENCE IN A DISTRIBUTED DATA GRID” filed Dec. 13, 2013, which application is herein incorporated by reference. This application is related to the following patent application(s), each of which is hereby incorporated by reference in its entirety: U.S. patent application titled “SYSTEM AND METHOD FOR SUPPORTING SERVICE LEVEL QUORUM IN A DATA GRID CLUSTER”, application Ser. No. 13/352,203, filed on Jan. 17, 2012 U.S. Patent Application titled “SYSTEM AND METHOD FOR SUPPORTING PERSISTENT STORE VERSIONING AND INTEGRITY IN A DISTRIBUTED DATA GRID”, application Ser. No. 14/271,150, filed May 6, 2014; and U.S. Patent Application titled “SYSTEM AND METHOD FOR SUPPORTING PERSISTENT SNAPSHOT OF A RUNNING SYSTEM IN A DISTRIBUTED DATA GRID”, application Ser. No. 14/271,161, filed May 6, 2014.
Number | Name | Date | Kind |
---|---|---|---|
5784569 | Miller et al. | Jul 1998 | A |
5819272 | Benson | Oct 1998 | A |
5933818 | Kasravi | Aug 1999 | A |
5940367 | Antonov | Aug 1999 | A |
5991894 | Lee et al. | Nov 1999 | A |
5999712 | Moiin et al. | Dec 1999 | A |
6078930 | Lee | Jun 2000 | A |
6453426 | Gamache | Sep 2002 | B1 |
6487622 | Coskrey et al. | Nov 2002 | B1 |
6553389 | Golding et al. | Apr 2003 | B1 |
6605120 | Fields | Aug 2003 | B1 |
6693874 | Shaffer et al. | Feb 2004 | B1 |
6871222 | Frank | Mar 2005 | B1 |
6952758 | Chron | Oct 2005 | B2 |
7020695 | Kundu | Mar 2006 | B1 |
7139925 | Dinker et al. | Nov 2006 | B2 |
7260698 | Hepkin | Aug 2007 | B2 |
7376953 | Togasaki | May 2008 | B2 |
7451359 | Coekaerts | Nov 2008 | B1 |
7464378 | Lmaye | Dec 2008 | B1 |
7543046 | Bae et al. | Jun 2009 | B1 |
7613774 | Caronni | Nov 2009 | B1 |
7640339 | Caronni | Dec 2009 | B1 |
7676628 | Compton | Mar 2010 | B1 |
7698390 | Harkness | Apr 2010 | B1 |
7720971 | Moutafov | May 2010 | B2 |
7739677 | Kekre | Sep 2010 | B1 |
7792977 | Brower | Sep 2010 | B1 |
7814248 | Fong et al. | Oct 2010 | B2 |
7882067 | Saika | Feb 2011 | B2 |
7917596 | Chan | Mar 2011 | B2 |
7953861 | Yardley | May 2011 | B2 |
7975288 | Viavant | Jul 2011 | B2 |
7979457 | Garman | Jul 2011 | B1 |
8209307 | Erofeev | Jun 2012 | B2 |
8312439 | Kielstra et al. | Nov 2012 | B2 |
8397227 | Fan | Mar 2013 | B2 |
8401994 | Hoang | Mar 2013 | B2 |
8402464 | Dice | Mar 2013 | B2 |
8595714 | Hamer | Nov 2013 | B1 |
9135268 | Dash | Sep 2015 | B2 |
9262229 | Lee | Feb 2016 | B2 |
9355145 | George | May 2016 | B2 |
9609060 | Kan | Mar 2017 | B2 |
20020035559 | Crowe et al. | Mar 2002 | A1 |
20020042693 | Kampe | Apr 2002 | A1 |
20020078312 | Wang-Knop et al. | Jun 2002 | A1 |
20030120715 | Johnson et al. | Jun 2003 | A1 |
20030135476 | Holland | Jul 2003 | A1 |
20030187927 | Winchell | Oct 2003 | A1 |
20040024973 | Chron | Feb 2004 | A1 |
20040059805 | Dinker et al. | Mar 2004 | A1 |
20040153558 | Gunduc | Aug 2004 | A1 |
20040153615 | Koning | Aug 2004 | A1 |
20040176968 | Syed | Sep 2004 | A1 |
20040179471 | Mekkittikul et al. | Sep 2004 | A1 |
20040205148 | Bae et al. | Oct 2004 | A1 |
20040215640 | Bamford | Oct 2004 | A1 |
20040267897 | Hill et al. | Dec 2004 | A1 |
20050021690 | Peddada | Jan 2005 | A1 |
20050021737 | Ellison et al. | Jan 2005 | A1 |
20050028139 | Togahara | Feb 2005 | A1 |
20050083834 | Dunagan et al. | Apr 2005 | A1 |
20050097294 | Hepkin | May 2005 | A1 |
20050160315 | Chandrasekaran | Jul 2005 | A1 |
20050193392 | Carusi | Sep 2005 | A1 |
20050257217 | Woollen | Nov 2005 | A1 |
20060048020 | Newport | Mar 2006 | A1 |
20070016822 | Rao | Jan 2007 | A1 |
20070118693 | Brannon et al. | May 2007 | A1 |
20070124348 | Claborn | May 2007 | A1 |
20070140110 | Kaler | Jun 2007 | A1 |
20070174160 | Solberg et al. | Jul 2007 | A1 |
20070198605 | Saika | Aug 2007 | A1 |
20070198700 | Vivian | Aug 2007 | A1 |
20070237072 | Scholl | Oct 2007 | A1 |
20070271584 | Anderson et al. | Nov 2007 | A1 |
20080077622 | Keith | Mar 2008 | A1 |
20080133531 | Baskerville | Jun 2008 | A1 |
20080141336 | Haller | Jun 2008 | A1 |
20080183876 | Duvur | Jul 2008 | A1 |
20080184201 | Burns | Jul 2008 | A1 |
20080276231 | Huang | Nov 2008 | A1 |
20080281959 | Robertson | Nov 2008 | A1 |
20080313293 | Jacobs | Dec 2008 | A1 |
20090177914 | Winchell | Feb 2009 | A1 |
20090144714 | Fan | Jun 2009 | A1 |
20090228321 | Srinivasan | Sep 2009 | A1 |
20090265449 | Krishnappa et al. | Oct 2009 | A1 |
20090320005 | Toub | Dec 2009 | A1 |
20100064341 | Aldera | Mar 2010 | A1 |
20100128732 | Jiang | May 2010 | A1 |
20100250321 | Farrell | Sep 2010 | A1 |
20100268571 | Davies | Oct 2010 | A1 |
20100268749 | Seitz | Oct 2010 | A1 |
20100312861 | Kolhi et al. | Dec 2010 | A1 |
20110041006 | Fowler | Feb 2011 | A1 |
20110071981 | Ghosh | Mar 2011 | A1 |
20110107135 | Andrews et al. | May 2011 | A1 |
20110131663 | Kaikuranta | Jun 2011 | A1 |
20110161289 | Pei et al. | Jun 2011 | A1 |
20110179231 | Roush | Jul 2011 | A1 |
20110249552 | Stokes et al. | Oct 2011 | A1 |
20110252192 | Busch | Oct 2011 | A1 |
20120117157 | Ristock | May 2012 | A1 |
20120158650 | Andre et al. | Jun 2012 | A1 |
20120215740 | Vaillant et al. | Aug 2012 | A1 |
20120254118 | Shah et al. | Oct 2012 | A1 |
20120297056 | Lee et al. | Nov 2012 | A1 |
20130047165 | Goetz et al. | Feb 2013 | A1 |
20140149698 | Ezra | May 2014 | A1 |
20140173035 | Kan | Jun 2014 | A1 |
20140280457 | Anton | Sep 2014 | A1 |
20150058293 | Kobayashi | Feb 2015 | A1 |
Number | Date | Country |
---|---|---|
0928089 | Jul 1999 | EP |
Entry |
---|
European Patent Office, International Searching Authority, International Search Report and Written Opinion dated Feb. 18, 2015 for International Application No. PCT/US2014/068904, 13 pages. |
European Patent Office, International Searching Authority, International Search Report and Written Opinion dated dated Mar. 13, 2015 for International Application No. PCT/US2014/068898, 12 pages. |
European Patent Office, International Searching Authority, International Search Report and Written Opinion dated Jan. 12, 2016 for International Application No. PCT/US2015/052060, 14 pages. |
European Patent Office, Examining Division, Communication pursuant to Article 94(3) EPC dated Sep. 1, 2019 for European Patent Application No. 15781206.6, 8 pages. |
Jameela Al-Jaroodi et al., “Middleware Infrastructure for Parallel and Distributed Programming Models in Hetergeneous Systems” (2003). CSE Journal Articles, 13 pages, retrieved Jan. 21, 2016 from: <http://digitalcommons.unl.edu/cgi/viewcontent.cgi?article=1066&context=csearticles>. |
Laurent Baduel et al., “Programming, Composing, Deploying for the Grid”, Grid Computing: Software Environments and Tools, Springer, 30 pages, retrieved Jan. 21, 2016 from: <https://hal.inria.fr/inria-00486114/document>. |
David Wong et al., “Java-based Mobile Agents”, Communications of the ACM, Mar. 1999, vol. 42. No. 3, 11 pages. |
United States Patent and Trademark Office, Office Action dated Aug. 8, 2017 for U.S. Appl. No. 15/200,908, 20 Pages. |
United States Patent and Trademark Office, Office Action dated Jun. 14, 2018 for U.S. Appl. No. 15/200,908, 18 Pages. |
United States Patent and Trademark Office, Office Action dated Apr. 18, 2019 for U.S. Appl. No. 15/200,908, 17 Pages. |
Dracle International Corporation, “Oracle9i JDBC Developer's Guide and Reference”, Release 1, Apr. 21, 2014, 3 pages. |
Number | Date | Country | |
---|---|---|---|
20150169718 A1 | Jun 2015 | US |
Number | Date | Country | |
---|---|---|---|
61915912 | Dec 2013 | US |