In conventional systems, if a user seeks data without knowing what server the sought after data resides on, the user can, at best, try to probe all servers on a given network. Conventional systems do not allow servers to participate in a network such that data requests can be posted to the network and the server in the network that can fulfill the request does so. In other words, conventional systems are unable to work with data without knowing the data's locality,
This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter. Nor is this Summary intended to be used to limit the claimed subject matters scope.
Distributed searches in a casual server network may be provided. First it may be determined, at an originating server, that a first request cannot be fulfilled by information associated with the originating server. Then, from the originating server, the first request may be posted to a distributed request ring. Next, at a remote server on the distributed request ring, the first request may be received. The remote server may then query for current data on a data store associated with the remote server that may satisfy the first request. The remote server may next write a foreign reference in the data store. The foreign preference may indicate that the originating server requested the current data. Next, at the originating server, a response may be received to the first request from the remote server. The response may include the current data.
Both the foregoing general description and the following detailed description provide examples and are explanatory only. Accordingly, the foregoing general description and the following detailed description should not be considered to be restrictive. Further, features or variations may be provided in addition to those set forth herein. For example, embodiments may be directed to various feature combinations and sub-combinations described in the detailed description.
The accompanying drawings, which are incorporated in and constitute a part of this disclosure, illustrate various embodiments of the present invention. In the drawings:
The following detailed description refers to the accompanying drawings. Wherever possible, the same reference numbers are used in the drawings and the following description to refer to the same or similar elements. While embodiments of the invention may be described, modifications, adaptations, and other implementations are possible. For example, substitutions, additions, or modifications may be made to the elements illustrated in the drawings, and the methods described herein may be modified by substituting, reordering, or adding stages to tie disclosed methods. Accordingly, the following detailed description does not limit the invention. Instead, the proper scope of the invention is defined by tie appended claims.
Distributed searches in a casual server network may be provided. Consistent with embodiments of the present invention, servers may participate in a casual network such that data requests cam post to the casual network and the server that can fulfill the request may do so. For example, users may work with data without knowing the locality of the data. Embodiments of the invention may allow servers that may or may not be bull for this “distributedness”, to work in a distributed manner. Furthermore, a track-back mechanism may be provided that may allow for updates to data to be propagated.
From stage 210, where originating server 105 receives the first request from first client 110, method 200 may advance to stage 21S where originating server 105 may determine that a first request cannot be fulfilled by information associated with originating server 105. For example, originating server 105 may first check locally in originating data store 115 to see if it can fulfill the first request.
Once originating server 105 determines that the first request cannot be fulfilled by information associated with originating server 105 in stage 215, method 200 may continue to stage 220 where originating server 105 may post the first request to distributed request ring 120. For example, distributed request ring 120 may comprise at least one other server in addition to originating server 105 and distributed request ring 120, which may be considered to be in distributed request ring 120. Each server in distributed request ring 120, except the server that posted the first request (e.g. originating server 105), may pick up the request. Each server in distributed request ring 120 may be reachable by the other severs in distributed request ring 120. However, servers on distributed request ring 120 may not know the identity of other servers on distributed request ring 120. For example, originating server 105 may not know the identity of other servers on distributed request ring 120. Moreover, the first request may be configured to be received at an application program interface (API) of an operating system (OS) of at least one other server in distributed request ring 120 and an API of an OS of remote server 125.
After originating server 105 posts the first request to distributed request ring 120 in stag 220, method 200 may proceed to stage 225 where remote server 125, on the distributed request ring 120, may receive the first request. From stage 225, where remote server 125 receives the first request, method 200 may advance to stage 230 where remote server 125 may query for current data on data store 130 associated with remote server 125 that may satisfy the first request. For example, remote server 125, being in distributed request ring 120, may pick up the first request. In order to service the received first request, remote server 125 may query data store 130 to see if the first request can be serviced.
Once remote server 125 queries for current data on data store 130 in stage 230, method 200 may continue to stage 235 where remote server 125 may write a foreign reference in data store 130. The foreign reference may indicate that originating server 105 requested the current data. For example, the foreign reference may identity originating server 105 from which the first request came. The foreign reference may be written so that any requesting server can be updated if the data used to service the first request is ever updated or updated within a predefined time period. Furthermore, consistent with embodiments of the invention, it is not necessarily a time period that may define an updating boundary. Rather any predicate can be used. Consequently, if is possible for the “owner” of the data to decide if updates are to be propagated. In other words, time may not he the only factor deciding the survival of foreign copies, any Boolean predicate, for example, may be used.
After remote server 125 writes the foreign reference in data store 130 in stage 235, method 200 may proceed to stage 240 where originating server 105 may receive a response to the first request from remote server 125. The response may include current data that responds to the first request. From stage 240, where originating server 105 receives the response to the first request, method 200 may advance to stage 245 where originating server 105 may save the response to the first request. For example, originating server 105 may be configured to discard the saved response after a predetermined time period.
Once originating server 105 saves the response to the first request in stage 246, method 200 may continue to stage 250 where originating server 105 may transmit, to first client 110, the response to the first request. For example, originating server 105 may provide first client 110 the response because first client 110 originated the first request.
After originating server 106 transmits the response to the first request in stage 250, method 200 may proceed to stage 255 where originating server 105 may receive a second request from second client 135. For example, second client 135 may be connected to originating server 105. The user using second client 135 may come up with another request for some data or some services. Consequently, the user may post the second request to originating server 105.
From stage 255, where originating server 105 receives the second request from second client 135, method 200 may advance to stage 260 where originating server 105 may determine that the second request can be fulfilled by the saved response to the first request. For example, in order to service the received second request, originating server 105 may query data store 115 to see if the current data associated with the first request can be used to service the second request. The current data associated with the first request may still be on originating server 105 because the predetermined time period for deletion of the current data may not have passed. Or originating server 105 may be configured to retain the current data indefinitely.
Once originating server 105 determines that the second request can be fulfilled by the saved response to the first request in stage 260, method 200 may continue to stage 285 where remote server 125 may receive a command to update the current data. The command may include updated data to replace the current data associated with remote server 125. For example, the current data that remote server 125 previously provided to originating server 105 may have changed. Consequently, remote server 125 may receive updated data to update the current data.
After remote server 125 receives the command to update the current data in stage 265, method 200 may proceed to stage 270 where remote server 125 may determine that the foreign reference is associated with the current data. For example, the previously written foreign reference may indicate that the current data had been previously provided to originating server 105. Consequently, originating server 105 may need the updated data.
From stage 270, where remote server 125 determines that the foreign reference is associated with the current data, method 200 may advance to stage 275 where remote server 125 may transmit, in response to determining that the foreign reference is associated with the current data, the updated data to originating server 105. Once remote server 125 transmits the updated data to originating server 105 in stage 275, method 200 may then end at stage 280.
An embodiment consistent with the invention may comprise a system for providing a distributed casual search. The system may comprise a memory storage and a processing unit coupled to the memory storage. The processing unit may be operative to determine, at an originating server, that a first request cannot be fulfilled by information associated with the originating server. In addition, the processing unit may be operative to post, from the originating server, the first request to a distributed request ring and to receive, at a remote server on the distributed request ring, the first request. In addition, the processing unit may be operative to query, by the remote server, for current data on a data store associated with the remote server that will satisfy the first request. Furthermore, the processing unit may be operative to write, by the remote server, a foreign reference in the data store, the foreign reference indicating that the originating sewer requested the current data. Moreover, the processing unit may be operative to receive, at the originating server, a response to the first request from the remote server, the response including the current data.
Another embodiment consistent with the invention may comprise a system for providing a distributed casual search. The system may comprise a memory storage and a processing unit coupled to the memory storage. The processing unit may be operative to determine that a first request cannot be fulfilled by information associated with the originating server. In addition, the processing unit may be operative to post the first request to a distributed request ring and to receive a response to the first request from a remote server, the response including current data. Moreover, the processing unit may be operative to save, at the originating server, the response to the first request, receive a second request from a second client, and to determine that the second request can be fulfilled by the saved response to the first request.
Yet another embodiment consistent with the invention may comprise a system for providing a distributed casual search. The system may comprise a memory storage and a processing unit coupled to the memory storage. The processing unit may be operative to receive, at a remote server on a distributed request ring, a first request and to query, by the remote server, for current data on a data store associated with the remote server that will satisfy the first request. Furthermore, the processing unit may be operative to write, by the remote server, a foreign reference in the data store, the foreign reference indicating that an originating server requested the current data. Moreover, the processing unit may be operative to receive, at the remote server, a command to update the current data, the command including updated data to replace the current data associated with the remote server. In addition, the processing unit may be operative to determine, at the remote server, that the foreign reference is associated with the current data and to transmit, in response to determining that the foreign reference is associated with the current data, the updated data to the originating server.
With reference to
Computing device 300 may have additional features or functionality. For example, computing device 300 may also include additional data storage devices removable and/or non-removable) such as, for example, magnetic disks, optical disks, or tape. Such additional storage is illustrated in
Computing device 300 may also contain a communication connection 318 that may allow device 300 to communicate with other computing devices 318, such as over a network in a distributed computing environment, for example, an intranet or the internet. Communication connection 316 is one example of communication media. Communication media may typically be embodied by computer readable instructions, data structures, program modules, or other data, in a modulated data signal, such as a carrier wave or other transport mechanism, and includes any information delivery media. The term “modulated data signal” may describe a signal that has one or more characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), infrared, and other wireless media. The term computer readable media as used herein may include both storage media and communication media.
As stated above, a number of program modules and data files may be stored in system memory 304, including operating system 305. While executing on processing unit 302, programming modules 306 (e.g. distributed casual search application 320) may perform processes including, for example, one or more method 200's stages as described above. Moreover, other programming modules on one or more other computing device 318 may perform processes including, for example, one or more method 200's stages as described above. The aforementioned process is an example, and processing unit 302 may perform other processes. Other programming modules that may be used in accordance with embodiments of the present invention may include electronic mail and contacts applications, word processing applications, spreadsheet applications, database applications, slide presentation applications, drawing or computer-aided application programs, etc.
Generally, consistent with embodiments of the invention, program modules may include routines, programs, components, data structures, and other types of structures that may perform particular tasks or that may implement particular abstract data types. Moreover, embodiments of the invention may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, and the like. Embodiments of the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
Furthermore, embodiments of the invention may be practiced in an electrical circuit comprising discrete electronic elements, packaged or integrated electronic chips containing logic gates, a circuit utilizing a microprocessor, or on a single chip containing electronic elements or microprocessors. Embodiments of the invention may also be practiced using other technologies capable of performing logical operations such as, for example, AND, OR, and NOT, including hut not limited to mechanical, optical, fluidic, and quantum technologies. In addition, embodiments of the invention may be practiced within a general purpose computer or in any other circuits or systems.
Embodiments of the invention, for example, may be implemented as a computer process (method), a computing system, or as an article of manufacture, such as a computer program product or computer readable media. The computer program product may be a computer storage media readable by a computer system and encoding a computer program of instructions for executing a computer process. The computer program product may also be a propagated signal on a carrier readable by a computing system and encoding a computer program of instructions for executing a computer process. Accordingly, the present invention may be embodied in hardware and/or in software (including firmware, resident software, micro-code, etc.). In other words, embodiments of the present invention may take the form of a computer program product on a computer-usable or computer-readable storage medium having computer-usable or computer-readable program code embodied in the medium for use by or in connection with an instruction execution system. A computer-usable or computer-readable medium may be any medium that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
The computer-usable or computer-readable medium may be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. More specific computer-readable medium examples (a non-exhaustive list), the computer-readable medium may include the following: an electrical connection having one or more wires, a portable computer diskette, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, and a portable compact disc read-only memory (CD-ROM). Note that the computer-usable or computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted, or otherwise processed in a suitable manner, if necessary, and then stored in a computer memory.
Embodiments of the present invention, for example, are described above with reference to block diagrams and/or operational illustrations of methods, systems, and computer program products according to embodiments of the invention. The functions/acts noted in the blocks may occur out of the order as shown in any flowchart. 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/acts involved.
While certain embodiments of the invention have been described, other embodiments may exist. Furthermore, although embodiments of the present invention have been described as being associated with data stored in memory and other storage mediums, data can also be stored on or read from other types of computer-readable media, such as secondary storage devices, like hard disks, floppy disks, or a CD-ROM, a carrier wave from the Internet, or other forms of RAM or ROM. Further, the disclosed methods' stages may be modified in any manner, including by reordering stages and/or inserting or deleting stages, without departing from the invention.
All rights including copyrights in the code included herein are vested in and the property of the Applicant. The Applicant retains and reserves all rights in the code included herein, and grants permission to reproduce the material only in connection with reproduction of the granted patent and for no other purpose.
While the specification includes examples, the invention's scope is indicated by the following claims. Furthermore, while the specification has been described in language specific to structural features and/or methodological acts, the claims are not limited to the features or acts described above. Rather, the specific features and acts described above are disclosed as exam pie for embodiments of the invention.
Number | Name | Date | Kind |
---|---|---|---|
5606693 | Nilsen et al. | Feb 1997 | A |
6208955 | Provan et al. | Mar 2001 | B1 |
6212545 | Ohtani et al. | Apr 2001 | B1 |
6282580 | Chang | Aug 2001 | B1 |
6289382 | Bowman-Amuah | Sep 2001 | B1 |
6332163 | Bowman-Amuah | Dec 2001 | B1 |
6339832 | Bowman-Amuah | Jan 2002 | B1 |
6434548 | Emens et al. | Aug 2002 | B1 |
6434568 | Bowman-Amuah | Aug 2002 | B1 |
6434628 | Bowman-Amuah | Aug 2002 | B1 |
6438594 | Bowman-Amuah | Aug 2002 | B1 |
6442748 | Bowman-Amuah | Aug 2002 | B1 |
6477580 | Bowman-Amuah | Nov 2002 | B1 |
6477665 | Bowman-Amuah | Nov 2002 | B1 |
6490575 | Berstis | Dec 2002 | B1 |
6496850 | Bowman-Amuah | Dec 2002 | B1 |
6502213 | Bowman-Amuah | Dec 2002 | B1 |
6523023 | Sonnenberg | Feb 2003 | B1 |
6529909 | Bowman-Amuah | Mar 2003 | B1 |
6529948 | Bowman-Amuah | Mar 2003 | B1 |
6539396 | Bowman-Amuah | Mar 2003 | B1 |
6549949 | Bowman-Amuah | Apr 2003 | B1 |
6550057 | Bowman-Amuah | Apr 2003 | B1 |
6571282 | Bowman-Amuah | May 2003 | B1 |
6578068 | Bowman-Amuah | Jun 2003 | B1 |
6587777 | St. Pierre | Jul 2003 | B1 |
6601192 | Bowman-Amuah | Jul 2003 | B1 |
6601234 | Bowman-Amuah | Jul 2003 | B1 |
6606660 | Bowman-Amuah | Aug 2003 | B1 |
6607485 | Bardy | Aug 2003 | B2 |
6615199 | Bowman-Amuah | Sep 2003 | B1 |
6615253 | Bowman-Amuah | Sep 2003 | B1 |
6636242 | Bowman-Amuah | Oct 2003 | B2 |
6640238 | Bowman-Amuah | Oct 2003 | B1 |
6640244 | Bowman-Amuah | Oct 2003 | B1 |
6640249 | Bowman-Amuah | Oct 2003 | B1 |
6647383 | August et al. | Nov 2003 | B1 |
6658463 | Dillon et al. | Dec 2003 | B1 |
6715145 | Bowman-Amuah | Mar 2004 | B1 |
6742015 | Bowman-Amuah | May 2004 | B1 |
6842906 | Bowman-Amuah | Jan 2005 | B1 |
6934702 | Faybishenko et al. | Aug 2005 | B2 |
7010581 | Brown et al. | Mar 2006 | B2 |
7159014 | Kausik et al. | Jan 2007 | B2 |
7249065 | Bliakhman et al. | Jul 2007 | B2 |
7289964 | Bowman-Amuah | Oct 2007 | B1 |
7349902 | Arlitt et al. | Mar 2008 | B1 |
7523158 | Nickerson et al. | Apr 2009 | B1 |
7552220 | Marmigere et al. | Jun 2009 | B2 |
7631100 | Ben-Zvi et al. | Dec 2009 | B2 |
20010056476 | Benayoun et al. | Dec 2001 | A1 |
20020055966 | Border et al. | May 2002 | A1 |
20030018753 | Seki | Jan 2003 | A1 |
20030058277 | Bowman-Amuah | Mar 2003 | A1 |
20030065774 | Steiner et al. | Apr 2003 | A1 |
20030105837 | Kamen et al. | Jun 2003 | A1 |
20030225885 | Rochberger et al. | Dec 2003 | A1 |
20040205630 | Parks et al. | Oct 2004 | A1 |
20040215602 | Cioccarelli | Oct 2004 | A1 |
20050004898 | Bluhm | Jan 2005 | A1 |
20050050028 | Rose et al. | Mar 2005 | A1 |
20050070308 | Caspi et al. | Mar 2005 | A1 |
20050076145 | Ben-Zvi et al. | Apr 2005 | A1 |
20050172004 | Fisher | Aug 2005 | A1 |
20060101408 | Kotamarthi et al. | May 2006 | A1 |
20060271705 | Garcia-Luna-Aceves | Nov 2006 | A1 |
20060277196 | Oosawa et al. | Dec 2006 | A1 |
20070073756 | Manhas et al. | Mar 2007 | A1 |
20080059943 | Krevs et al. | Mar 2008 | A1 |
20080209120 | Almog et al. | Aug 2008 | A1 |
20080235301 | Wright et al. | Sep 2008 | A1 |
20090109959 | Elliott et al. | Apr 2009 | A1 |
20100174756 | Lazaridis et al. | Jul 2010 | A1 |
Number | Date | Country |
---|---|---|
WO 0060501 | Oct 2000 | WO |
Number | Date | Country | |
---|---|---|---|
20080275959 A1 | Nov 2008 | US |