Synchronization with partial memory replication -> Monitor Keywords
Fresh Patents
Monitor Patents Patent Organizer File a Provisional Patent Browse Inventors Browse Industry Browse Agents Browse Locations
site info Site News  |  monitor Monitor Keywords  |  monitor archive Monitor Archive  |  organizer Organizer  |  account info Account Info  |  
05/29/08 - USPTO Class 707 |  1 views | #20080126322 | Prev - Next | About this Page  707 rss/xml feed  monitor keywords

Synchronization with partial memory replication

USPTO Application #: 20080126322
Title: Synchronization with partial memory replication
Abstract: A multiple computer system is disclosed in which the local memory of each computer (M1, M2, . . . Mn) can be different having some memory locations (A, B) which are replicated in other computers and other memory locations (E) which are not. When any computer seeks to acquire or release a synchronizing lock a check (171, 181) is made to see if the relevant memory location is present on any other machine. If yes, synchronization is carried out. However, if no, then no synchronization is required and the synchronizing procedures are by-passed (end of abstract)



Agent: Perkins Coie LLP - Menlo Park, CA, US
Inventor: John M. Holt
USPTO Applicaton #: 20080126322 - Class: 707 3 (USPTO)

Synchronization with partial memory replication description/claims


The Patent Description & Claims data below is from USPTO Patent Application 20080126322, Synchronization with partial memory replication.

Brief Patent Description - Full Patent Description - Patent Application Claims
  monitor keywords CROSS-REFERENCE TO RELATED APPLICATIONS

The present application claims the benefit of priority to U.S. Provisional Application Nos. 60/850,450 (5027AR-US) and 60/850,537 (5027Y-US), both filed 9 Oct. 2006; and to Australian Provisional Application Nos. 2006905535 (5027AR-AU) and 2006905534 (5027Y-AU), both filed on 5 Oct. 2006, each of which are hereby incorporated herein by reference.

This application is related to concurrently filed U.S. application entitled “Synchronization with Partial Memory Replication,” (Attorney Docket No. 61130-8028.US02 (5027AR-US02)) and concurrently filed U.S. application entitled “Synchronization with Partial Memory Replication,” (Attorney Docket No. 61130-8028.US03 (5027AR-US03)), each of which are hereby incorporated herein by reference.

FIELD OF THE INVENTION

The present invention relates to computing and, in particular, to synchronization. The present invention finds particular application to the simultaneous operation of a plurality of computers interconnected via a communications network.

BACKGROUND

International Patent Application No. PCT/AU2005/000580 (Attorney Ref 5027F-WO) published under WO 2005/103926 (to which U.S. patent application Ser. No. 11/111,946 and published under No. 2005-0262313 corresponds) in the name of the present applicant, discloses how different portions of an application program written to execute on only a single computer can be operated substantially simultaneously on a corresponding different one of a plurality of computers. That simultaneous operation has not been commercially used as of the priority date of the present application. International Patent Application Nos. PCT/AU2005/001641 (WO2006/110,937) (Attorney Ref 5027F-D1-WO) to which U.S. patent application Ser. No. 11/259,885 entitled: “Computer Architecture Method of Operation for Multi-Computer Distributed Processing and Co-ordinated Memory and Asset Handling” corresponds and PCT/AU2006/000532 (WO2007/110,957) (Attorney Ref: 5027F-D2-WO) both in the name of the present applicant and both unpublished as at the priority date of the present application, also disclose further details. The contents of the specification of each of the abovementioned prior application(s) are hereby incorporated into the present specification by cross reference for all purposes.

Briefly stated, the abovementioned patent specifications disclose that at least one application program written to be operated on only a single computer can be simultaneously operated on a number of computers each with independent local memory. The memory locations required for the operation of that program are replicated in the independent local memory of each computer. On each occasion on which the application program writes new data to any replicated memory location, that new data is transmitted and stored at each corresponding memory location of each computer. Thus apart from the possibility of transmission delays, each computer has a local memory the contents of which are substantially identical to the local memory of each other computer and are updated to remain so. Since all application programs, in general, read data much more frequently than they cause new data to be written, the abovementioned arrangement enables very substantial advantages in computing speed to be achieved. In particular, the stratagem enables two or more commodity computers interconnected by a commodity communications network to be operated simultaneously running under the application program written to be executed on only a single computer.

Australian Patent Application No. 2005 905 582 entitled “Modified Machine Architecture with Partial Updating” (Attorney Ref. 5027I) lodged 10 Oct. 2005, (to which International Application No. PCT/AU2006/001447 (WO2007/041762) and U.S. patent application Ser. No. 11/583,958 (60/730,543) correspond) (s); Australian Patent Application No. 2005 905 581 entitled “Multiple Computer System with Enhanced Memory Clean Up” (Attorney Ref. 5027J) also lodged 10 Oct. 2005 (to which International Application No. PCT/AU2006/001448 (WO2007/041762) and U.S. patent application Ser. No. 11/583,991 (60/730,408) correspond)(s); and Australian Patent Application No. 2005 905 734 entitled ‘Multiple Machine Architecture with Overhead Reduction” (Attorney Ref. 5027M) lodged 17 Oct. 2005(to which International Patent Application No. PCT/AU2006/001451 (WO2007/045014) and U.S. patent application Ser. No. 11/583,359 (60/730,544) correspond)(s) all disclose that it is not necessary for all memory locations, objects, assets, etc in any one computer to be replicated in all the other computers. Instead a partial memory replication will suffice. The contents of all the last mentioned patent specifications are hereby incorporated into the present specification by cross reference for all purposes.

Briefly stated, the three last mentioned patent specifications disclose that memory locations, assets, objects, classes, etc. of a specific computer can be categorised into two groups, those that need to be referenced or otherwise consulted by another computer, and those that don't. The membership of the groups can be maintained up to date as the application program execution progresses by maintaining one or more tables or other such listings, the contents of which are regularly updated. The three abovementioned patent specifications are concerned mainly with reducing the amount of data which needs to be transferred between the multiple computers or machines via the communications network 53 which interconnects the computers.

GENESIS OF THE INVENTION

The first abovementioned PCT application discloses the need to grant and release a synchronizing lock to ensure that the replicated memory is maintained self-coherent, or at least substantially self-coherent. The present invention is directed to synchronization in the circumstances of partial memory replication.

SUMMARY OF THE INVENTION

In accordance with a first aspect of the present invention there is disclosed in a multiple computer environment in which a plurality of computers are all interconnected via a communications network and substantially simultaneously execute corresponding different portions of an application program written to be executed only on a single computer, and in which each computer has an independent local memory which is not necessarily identical, the improvement comprising the steps of:

(i) prior to acquiring or releasing a synchronizing lock on a specific local memory location checking to see if that memory location is replicated in the local memory of any other computer, and (ii) by-passing acquiring or releasing said lock only if said specific memory location is not replicated on at least one other computer.

In accordance with a second aspect of the present invention there is disclosed a computer program product comprising a set of program instructions stored in a storage medium and operable to permit a plurality of computers to carry out the above defined method.

In accordance with a third aspect of the present invention there is disclosed a plurality of computers interconnected via a communications network and operable to ensure carrying out of the above described method.

In accordance with a fourth aspect of the present invention there is disclosed a multiple computer system comprising a plurality of computers all interconnected via a communications network, each having an independent local memory and each substantially simultaneously operating a corresponding different portion of an applications program written to be executed only on a single computer, said local memory of each said computer not necessarily being identical, wherein each said computer includes a check means to check prior to acquiring or releasing a synchronizing lock on a specific local memory location, to see if that memory location is replicated in the local memory of any other computer, said check means by-passing said lock acquisition or release only if said specific memory location is not replicated on at least one other computer.



Continue reading about Synchronization with partial memory replication...
Full patent description for Synchronization with partial memory replication

Brief Patent Description - Full Patent Description - Patent Application Claims

Click on the above for other options relating to this Synchronization with partial memory replication patent application.

Patent Applications in related categories:

20090287648 - Ad-based revenue generation using media-hashing to control fraud - The claimed subject matter provides systems and methods that controls fraud and/or generates revenue. The system can upload media content to a generator that produces a digital certificate that includes a short identifier associated with the content. The system further sends the media content together with the digital certificate associated ...

20090287642 - Automated analysis and summarization of comments in survey response data - Technologies are described herein for providing automated analysis and summarization of free-form comments in survey response data. A number of topic words are identified from the survey response comments, and a numeric weight is calculated for each topic word that reflects the relevance of the topic word to each comment. ...

20090287660 - Bit string searching apparatus, searching method, and program - To provide a method that minimizes efficiency reductions in processing coupled node trees even if the size of the coupled node tree grows large. In basic searching or maximum or minimum value searching, the search history, not only the address information of the storage area wherein a node is stored ...

20090287643 - Context based script generation - A method for generating script in a computer system having a user interface includes performing user actions by a user using the user interface to perform a user task, monitoring the user actions by the computer system, determining environment information in accordance with the user actions to provide determined environment ...

20090287662 - Database system, method, program for the database system, and a method for updating indexing tables in a database system - A database system, a computer executable method, a computer executable program for the database system, and a method for updating an indexing tables in a database system To provide a database system, a computer executable method, a computer executable program for the database system, and a method for updating an ...

20090287664 - Determination of a desired repository - A system receives a search query from a user and searches a group of repositories, based on the search query, to identify, for each of the repositories, a set of search results. The system also identifies one of the repositories based on a likelihood that the user desires information from ...

20090287654 - Device for identifying electronic file based on assigned identifier - To trace electronic files held in system users in the organization by recognizing electronic files being communicated in an organization. Provided is an information identification device for assigning an identifier to an electronic file based on data stored in the electronic file. The information identification device includes an interface coupled ...

20090287663 - Disease name input support program, method and apparatus - This disease name input support method includes: obtaining type data of a schema selected by a user and identification data of a region on the schema, which is identified by the user, and storing obtained data into a storage device; searching a disease name knowledge storage device storing an inputted ...

20090287652 - Distributed audio visual system and content directory management system and method thereof - A distributed audio visual (AV) system including a plurality of media servers, a media renderer, and a control point which are connected to each other via a peer-to-peer network is provided. Each of the media servers includes a content directory management unit (CDMU) and a query content information (QCI) module, ...

20090287655 - Image search engine employing user suitability feedback - An Internet infrastructure that supports searching of images by correlating a search image and/or search string with that of plurality of images hosted in Internet based servers. The image search server supports delivery of search result pages to a client device based upon a search string or search image, and ...

20090287644 - Interactive recipe and cooking information system - An apparatus, method and data structure for providing information related to the preparation of food and beverages. The invention searches available food and beverage information databases based upon search criteria defined by a user. The search criteria may include medical dietary preferences, ingredient and geographic preferences, and the like. The ...

20090287653 - Internet search engine preventing virus exchange - An Internet infrastructure that supports search operations along with malware screening that uses a search server of a search string from a client device. The search server comprises a search engine for searching the Internet and contains modules for malware detection and quarantine functions. The search server identifies the malwares ...

20090287651 - Management of multimedia content - Disclosed are method and apparatus for managing multimedia content. The uniform resource locators of multimedia content accessed via the Internet are saved in collections stored in the database of a multimedia access system, which is shared by multiple users via individual user accounts. Collections may be copied from one user ...

20090287650 - Media file searching based on voice recognition - Provided are a method for searching for media files on the basis of voice recognition and a mobile device for searching for media files based on voice recognition. The media files are stored in a storage unit. Keywords of the media files stored in the storage unit are extracted and ...

20090287647 - Method and apparatus for detection of data in a data store - A method of determining whether particular data is included in a data store. The particular data comprises a plurality of first data values and the data store comprises a plurality of second data values. The method comprises obtaining identification data associated with the particular data. The identification comprises a subset ...

20090287649 - Method and apparatus for providing content playlist - A content playlist providing method used in a content playback apparatus storing content, the method including: extracting information of content to be played back from a first content playlist listing the content to be played back; searching stored content based on the extracted information; and creating a second content playlist ...

20090287641 - Method and system for crawling the world wide web - A method and system for crawling the World Wide Web is described. One embodiment avoids becoming bogged down by dynamically generated Uniform Resource Locators (URLs) pointing to Web pages having the same or substantially similar content (e.g., URLs generated by a “spam poison” Web site) by browsing automatically and systematically ...

20090287665 - Method and system for searching stored data - A complete document management system is disclosed. Accordingly, systems and methods for managing data associated with a data storage component coupled to multiple computers over a network are disclosed. Systems and methods for managing data associated with a data storage component coupled to multiple computers over a network are further ...

20090287658 - Network browser supporting historical content viewing - An Internet infrastructure supports a timed window and version-based historical search service comprising a search server that receives a search string from a client device and a historical data repository from where the historical Internet data is retrieved when searching. A client device has a network browser that accesses a ...

20090287659 - Network browser supporting historical hypertext and other links - An Internet infrastructure supports searching of web links wherein if a user desires to obtain historical Internet data that existed as of a past date or time or if current web content cannot be provided to the user due to web changes, maintenance, technical reasons, etc., then a server provides ...

20090287657 - Network search engine utilizing client browser activity information - An Internet infrastructure that supports searching of web links selects search results by processing browser activity information along with one or more of favorite lists, and related metadata, user profiles, and trends based on browser activity behavior and favorite behavior. The Internet infrastructure consists of a plurality of web browsers ...

20090287656 - Network search engine utilizing client browser favorites - An Internet infrastructure that supports search operations that are restricted by user favorite lists, related user metadata, and user trends that are based on client-stored user favorite behavior. The Internet infrastructure contains a search engine server coupled to a plurality of web browsers resident on client devices that contain user/favorite ...

20090287645 - Search results with most clicked next objects - Disclosed are apparatus and methods for providing next click information regarding search results. In certain embodiments, as objects (such as web pages, images, videos, audio files) are searched and clicked, click information is retained. Next click information with respect to specific objects can then be determined. This next click information ...

20090287661 - Setting checking information collecting method, setting checking information collecting device and recording medium that records setting checking information collecting program - A device includes, a search controlling information storing unit that stores, for each searching purpose, the search controlling information indicating whether or not the search is to be proceeded for the kinds of parts between the interfaces in the parts is defined and registered, a set information collecting unit that ...

20090287646 - System and method for presenting a contextual action for an indicator - A method and apparatus are presented for the presentation and activation of contextual actions for interpreted content. In one aspect, keywords are recognized from an existing webpage, re-processed into a second webpage, and presented via a browser. The indicators are selectable and may invoke functionality resident on the wireless device ...


###
monitor keywords

How KEYWORD MONITOR works... a FREE service from FreshPatents
1. Sign up (takes 30 seconds). 2. Fill in the keywords to be monitored.
3. Each week you receive an email with patent applications related to your keywords.  
Start now! - Receive info on patent apps like Synchronization with partial memory replication or other areas of interest.
###


Previous Patent Application:
Network processor integrated circuit with a software programmable search engine communications module
Next Patent Application:
System and method for automatic configuration of network devices
Industry Class:
Data processing: database and file management or data structures

###

FreshPatents.com Support
Thank you for viewing the Synchronization with partial memory replication patent info.
IP-related news and info


Results in 0.16064 seconds


Other interesting Feshpatents.com categories:
Electronics: Semiconductor Audio Illumination Connectors Crypto 174
filepatents (1K)

* Protect your Inventions
* US Patent Office filing
patentexpress PATENT INFO