WO2001016738A3 - Efficient page ownership control - Google Patents

Efficient page ownership control Download PDF

Info

Publication number
WO2001016738A3
WO2001016738A3 PCT/US2000/024150 US0024150W WO0116738A3 WO 2001016738 A3 WO2001016738 A3 WO 2001016738A3 US 0024150 W US0024150 W US 0024150W WO 0116738 A3 WO0116738 A3 WO 0116738A3
Authority
WO
WIPO (PCT)
Prior art keywords
memory page
ownership
control
systems
page
Prior art date
Application number
PCT/US2000/024150
Other languages
French (fr)
Other versions
WO2001016738A2 (en
WO2001016738A8 (en
WO2001016738A9 (en
Inventor
Karlon K West
Chris Miller
Original Assignee
Times N Systems Inc
Karlon K West
Chris Miller
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 Times N Systems Inc, Karlon K West, Chris Miller filed Critical Times N Systems Inc
Priority to AU69496/00A priority Critical patent/AU6949600A/en
Publication of WO2001016738A2 publication Critical patent/WO2001016738A2/en
Publication of WO2001016738A8 publication Critical patent/WO2001016738A8/en
Publication of WO2001016738A3 publication Critical patent/WO2001016738A3/en
Publication of WO2001016738A9 publication Critical patent/WO2001016738A9/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores
    • G06F9/526Mutual exclusion algorithms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/0284Multiple user address space allocation, e.g. using different base addresses
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0806Multiuser, multiprocessor or multiprocessing cache systems
    • G06F12/0815Cache consistency protocols
    • G06F12/0817Cache consistency protocols using directory methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/45Exploiting coarse grain parallelism in compilation, i.e. parallelism between groups of instructions
    • G06F8/457Communication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • G06F9/5016Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals the resource being the memory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/544Buffers; Shared memory; Pipes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • G06F12/0806Multiuser, multiprocessor or multiprocessing cache systems
    • G06F12/0815Cache consistency protocols
    • G06F12/0837Cache consistency protocols with software control, e.g. non-cacheable data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/52Indexing scheme relating to G06F9/52
    • G06F2209/523Mode

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multi Processors (AREA)
  • Memory System Of A Hierarchy Structure (AREA)
  • Hardware Redundancy (AREA)
  • Information Transfer Systems (AREA)

Abstract

Methods, systems and devices are described for efficient page ownership control. A method includes: providing a centrally-available record showing that a first process owns a memory page; recording in the centrally-available record a second process as owning the memory page; requesting ownership of the memory page by signaling the first process with the second process; then relinquishing control of the memory page by the first process by marking the memory page as not-owned in at least one control block that is private to the first process; then signaling the second process with the first process that ownership of the memory page is transferred; and then modifying the memory page with the second process. The methods, systems and devices provide advantages because the speed and scalability of parallel processor systems is enhanced.
PCT/US2000/024150 1999-08-31 2000-08-31 Efficient page ownership control WO2001016738A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU69496/00A AU6949600A (en) 1999-08-31 2000-08-31 Efficient page ownership control

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
US15215199P 1999-08-31 1999-08-31
US60/152,151 1999-08-31
US22097400P 2000-07-26 2000-07-26
US22074800P 2000-07-26 2000-07-26
US60/220,974 2000-07-26
US60/220,748 2000-07-26

Publications (4)

Publication Number Publication Date
WO2001016738A2 WO2001016738A2 (en) 2001-03-08
WO2001016738A8 WO2001016738A8 (en) 2001-05-03
WO2001016738A3 true WO2001016738A3 (en) 2001-10-04
WO2001016738A9 WO2001016738A9 (en) 2002-09-12

Family

ID=27387201

Family Applications (9)

Application Number Title Priority Date Filing Date
PCT/US2000/024147 WO2001016737A2 (en) 1999-08-31 2000-08-31 Cache-coherent shared-memory cluster
PCT/US2000/024248 WO2001016742A2 (en) 1999-08-31 2000-08-31 Network shared memory
PCT/US2000/024210 WO2001016740A2 (en) 1999-08-31 2000-08-31 Efficient event waiting
PCT/US2000/024150 WO2001016738A2 (en) 1999-08-31 2000-08-31 Efficient page ownership control
PCT/US2000/024298 WO2001016743A2 (en) 1999-08-31 2000-08-31 Shared memory disk
PCT/US2000/024217 WO2001016741A2 (en) 1999-08-31 2000-08-31 Semaphore control of shared-memory
PCT/US2000/024039 WO2001016760A1 (en) 1999-08-31 2000-08-31 Switchable shared-memory cluster
PCT/US2000/024216 WO2001016761A2 (en) 1999-08-31 2000-08-31 Efficient page allocation
PCT/US2000/024329 WO2001016750A2 (en) 1999-08-31 2000-08-31 High-availability, shared-memory cluster

Family Applications Before (3)

Application Number Title Priority Date Filing Date
PCT/US2000/024147 WO2001016737A2 (en) 1999-08-31 2000-08-31 Cache-coherent shared-memory cluster
PCT/US2000/024248 WO2001016742A2 (en) 1999-08-31 2000-08-31 Network shared memory
PCT/US2000/024210 WO2001016740A2 (en) 1999-08-31 2000-08-31 Efficient event waiting

Family Applications After (5)

Application Number Title Priority Date Filing Date
PCT/US2000/024298 WO2001016743A2 (en) 1999-08-31 2000-08-31 Shared memory disk
PCT/US2000/024217 WO2001016741A2 (en) 1999-08-31 2000-08-31 Semaphore control of shared-memory
PCT/US2000/024039 WO2001016760A1 (en) 1999-08-31 2000-08-31 Switchable shared-memory cluster
PCT/US2000/024216 WO2001016761A2 (en) 1999-08-31 2000-08-31 Efficient page allocation
PCT/US2000/024329 WO2001016750A2 (en) 1999-08-31 2000-08-31 High-availability, shared-memory cluster

Country Status (4)

Country Link
EP (3) EP1214651A2 (en)
AU (9) AU6949700A (en)
CA (3) CA2382728A1 (en)
WO (9) WO2001016737A2 (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1527968A (en) * 2001-07-13 2004-09-08 �ʼҷ����ֵ������޹�˾ Method of running a media application and a media system with job control
US6999998B2 (en) 2001-10-04 2006-02-14 Hewlett-Packard Development Company, L.P. Shared memory coupling of network infrastructure devices
US6920485B2 (en) 2001-10-04 2005-07-19 Hewlett-Packard Development Company, L.P. Packet processing in shared memory multi-computer systems
US7254745B2 (en) 2002-10-03 2007-08-07 International Business Machines Corporation Diagnostic probe management in data processing systems
JP2008046969A (en) * 2006-08-18 2008-02-28 Fujitsu Ltd Method and apparatus for monitoring access to shared memory
US7685381B2 (en) 2007-03-01 2010-03-23 International Business Machines Corporation Employing a data structure of readily accessible units of memory to facilitate memory access
US7899663B2 (en) 2007-03-30 2011-03-01 International Business Machines Corporation Providing memory consistency in an emulated processing environment
US9442780B2 (en) * 2011-07-19 2016-09-13 Qualcomm Incorporated Synchronization of shader operation
US9064437B2 (en) 2012-12-07 2015-06-23 Intel Corporation Memory based semaphores
JP6089349B2 (en) 2013-05-28 2017-03-08 ▲ホア▼▲ウェイ▼技術有限公司Huawei Technologies Co.,Ltd. Method and system for supporting resource separation in a multi-core architecture
JP7042138B2 (en) * 2018-03-30 2022-03-25 日立Astemo株式会社 Processing equipment
AU2023390247A1 (en) * 2022-12-07 2025-06-12 Hyannis Port Research, Inc. Asymmetric multi-level caching structure for efficient data storage and retrieval

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5592673A (en) * 1991-02-27 1997-01-07 Kabushiki Kaisha Toshiba Loosely coupled compound computer system using lock and semaphore mechanism for performing exclusive control of shared resource which is accessed through a distinct bus
WO1998029805A1 (en) * 1996-12-30 1998-07-09 Northern Telecom Limited Shared memory control algorithm for mutual exclusion and rollback
WO1999017196A1 (en) * 1997-09-30 1999-04-08 Tandem Computers Incorporated Partitioning memory shared by multiple processors of a distributed processing system

Family Cites Families (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3668644A (en) * 1970-02-09 1972-06-06 Burroughs Corp Failsafe memory system
US4484262A (en) * 1979-01-09 1984-11-20 Sullivan Herbert W Shared memory computer method and apparatus
US4403283A (en) * 1980-07-28 1983-09-06 Ncr Corporation Extended memory system and method
US4414624A (en) * 1980-11-19 1983-11-08 The United States Of America As Represented By The Secretary Of The Navy Multiple-microcomputer processing
US4725946A (en) * 1985-06-27 1988-02-16 Honeywell Information Systems Inc. P and V instructions for semaphore architecture in a multiprogramming/multiprocessing environment
JPH063589B2 (en) * 1987-10-29 1994-01-12 インターナシヨナル・ビジネス・マシーンズ・コーポレーシヨン Address replacement device
US5175839A (en) * 1987-12-24 1992-12-29 Fujitsu Limited Storage control system in a computer system for double-writing
EP0343646B1 (en) * 1988-05-26 1995-12-13 Hitachi, Ltd. Task execution control method for a multiprocessor system with enhanced post/wait procedure
US4992935A (en) * 1988-07-12 1991-02-12 International Business Machines Corporation Bit map search by competitive processors
US4965717A (en) * 1988-12-09 1990-10-23 Tandem Computers Incorporated Multiple processor system having shared memory with private-write capability
DE69124285T2 (en) * 1990-05-18 1997-08-14 Fujitsu Ltd Data processing system with an input / output path separation mechanism and method for controlling the data processing system
US5206952A (en) * 1990-09-12 1993-04-27 Cray Research, Inc. Fault tolerant networking architecture
US5434970A (en) * 1991-02-14 1995-07-18 Cray Research, Inc. System for distributed multiprocessor communication
DE69227956T2 (en) * 1991-07-18 1999-06-10 Tandem Computers Inc., Cupertino, Calif. Multiprocessor system with mirrored memory
US5315707A (en) * 1992-01-10 1994-05-24 Digital Equipment Corporation Multiprocessor buffer system
US5398331A (en) * 1992-07-08 1995-03-14 International Business Machines Corporation Shared storage controller for dual copy shared data
US5434975A (en) * 1992-09-24 1995-07-18 At&T Corp. System for interconnecting a synchronous path having semaphores and an asynchronous path having message queuing for interprocess communications
DE4238593A1 (en) * 1992-11-16 1994-05-19 Ibm Multiprocessor computer system
JP2963298B2 (en) * 1993-03-26 1999-10-18 富士通株式会社 Recovery method of exclusive control instruction in duplicated shared memory and computer system
US5590308A (en) * 1993-09-01 1996-12-31 International Business Machines Corporation Method and apparatus for reducing false invalidations in distributed systems
US5664089A (en) * 1994-04-26 1997-09-02 Unisys Corporation Multiple power domain power loss detection and interface disable
US5636359A (en) * 1994-06-20 1997-06-03 International Business Machines Corporation Performance enhancement system and method for a hierarchical data cache using a RAID parity scheme
US6587889B1 (en) * 1995-10-17 2003-07-01 International Business Machines Corporation Junction manager program object interconnection and method
US5940870A (en) * 1996-05-21 1999-08-17 Industrial Technology Research Institute Address translation for shared-memory multiprocessor clustering
US5784699A (en) * 1996-05-24 1998-07-21 Oracle Corporation Dynamic memory allocation in a computer using a bit map index
JPH10142298A (en) * 1996-11-15 1998-05-29 Advantest Corp Testing device for ic device
US5829029A (en) * 1996-12-18 1998-10-27 Bull Hn Information Systems Inc. Private cache miss and access management in a multiprocessor system with shared memory
EP0908825B1 (en) * 1997-10-10 2002-09-04 Bull S.A. A data-processing system with cc-NUMA (cache coherent, non-uniform memory access) architecture and remote access cache incorporated in local memory

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5592673A (en) * 1991-02-27 1997-01-07 Kabushiki Kaisha Toshiba Loosely coupled compound computer system using lock and semaphore mechanism for performing exclusive control of shared resource which is accessed through a distinct bus
WO1998029805A1 (en) * 1996-12-30 1998-07-09 Northern Telecom Limited Shared memory control algorithm for mutual exclusion and rollback
WO1999017196A1 (en) * 1997-09-30 1999-04-08 Tandem Computers Incorporated Partitioning memory shared by multiple processors of a distributed processing system

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
"REDUCE LOCK-HOLDING TOME. WEAK LOCKS WITH TWO-LEVEL LOCKING MULTI-COMPUTER SYSTEM PROTOCOL TO REDUCE LOCK-HOLDING TIME", IBM TECHNICAL DISCLOSURE BULLETIN,US,IBM CORP. NEW YORK, vol. 33, no. 3B, 1 August 1990 (1990-08-01), pages 287 - 289, XP000124354, ISSN: 0018-8689 *
KAI LI, PAUL HUDAK: "Memory Coherence in Shared Virtual Memory Systems", PROCEEDINGS OF THE FIFTH ANNUAL ACM SYMPOSIUM ON PRINCIPLES OF DISTRIBUTED COMPUTING, 11 August 1986 (1986-08-11) - 13 August 1986 (1986-08-13), Calgary, Canada, pages 229 - 239, XP002162560 *
LEONIDAS KONTOTHANASSIS, GALEN HUNT, R. STETS, NIKOLAOS HARDAVELLAS, M. CIERNIAK, SRINIVASAN PARTHASARATHY, WAGNER MEIRA J, ET AL.: "VM-BASED SHARED MEMORY ON LOW-LATENCY, REMOTE-MEMORY-ACCESS NETWORKS", ANNUAL INTERNATIONAL SYMPOSIUM ON COMPUTER ARCHITECTURE,US,NEW YORK, ACM, vol. CONF. 24, 2 June 1997 (1997-06-02), pages 157 - 169, XP000738154, ISBN: 0-7803-4175-9 *
LIVIU IFTODE, JASWINDER PAL SINGH, KAI LI: "Scope Consistency : A Bridge between Release Consistency and Entry Consistency", ANNUAL ACM SYMPOSIUM ON PARALLEL ALGORITHMS AND ARCHITECTURES (SPAA),US,NEW YORK, IEEE, vol. SYMP. 8, 24 June 1996 (1996-06-24), pages 277 - 287, XP000697185, ISBN: 0-89791-809-6 *

Also Published As

Publication number Publication date
WO2001016738A2 (en) 2001-03-08
AU7108500A (en) 2001-03-26
WO2001016760A1 (en) 2001-03-08
WO2001016741A3 (en) 2001-09-20
WO2001016750A2 (en) 2001-03-08
WO2001016761A2 (en) 2001-03-08
AU7108300A (en) 2001-03-26
WO2001016750A3 (en) 2002-01-17
AU7110000A (en) 2001-03-26
WO2001016737A2 (en) 2001-03-08
CA2382929A1 (en) 2001-03-08
WO2001016742A2 (en) 2001-03-08
AU7100700A (en) 2001-03-26
WO2001016743A2 (en) 2001-03-08
WO2001016738A8 (en) 2001-05-03
WO2001016740A2 (en) 2001-03-08
WO2001016742A3 (en) 2001-09-20
AU7112100A (en) 2001-03-26
WO2001016761A3 (en) 2001-12-27
EP1214651A2 (en) 2002-06-19
WO2001016743A8 (en) 2001-10-18
EP1214653A2 (en) 2002-06-19
WO2001016743A3 (en) 2001-08-09
WO2001016741A2 (en) 2001-03-08
AU6949600A (en) 2001-03-26
WO2001016737A3 (en) 2001-11-08
WO2001016738A9 (en) 2002-09-12
CA2382927A1 (en) 2001-03-08
AU6949700A (en) 2001-03-26
EP1214652A2 (en) 2002-06-19
AU7474200A (en) 2001-03-26
WO2001016740A3 (en) 2001-12-27
CA2382728A1 (en) 2001-03-08
AU7113600A (en) 2001-03-26

Similar Documents

Publication Publication Date Title
WO2001016738A3 (en) Efficient page ownership control
GR3035261T3 (en) High performance universal multi-port internally cached dynamic random access memory system, architecture and method
CA2297836A1 (en) Multi-port internally cached drams
WO2007002282A3 (en) Managing memory pages
FI945746A7 (en) The method removes ions from solutions using a complex with sulfur-containing hydrocarbons that also have electron-withdrawing groups bound to a solid hydrophilic matrix
WO2004036365A3 (en) Dividing a travel query into sub-queries
AU2002310399A1 (en) Dynamic server directory for distributed computing system
DE19781737T1 (en) Computer graphics system with adaptive pixel multi-scanner
DE69430856D1 (en) Control preprocessor for three-dimensional high performance graphic accelerator
WO2003075147A1 (en) Storage system and data transfer method for the system
CA2149088A1 (en) Information Sharing Method for a Plurality of Nodes in Communication System and Communication System
DE69630294D1 (en) PROCESSING TO INHIBIT MICROBIC ADHESION TO SURFACE
FR2822573B1 (en) METHOD AND SYSTEM FOR REMOTELY RECONSTRUCTING A SURFACE
WO2006138249A3 (en) Caching of information according to popularity
DE59703910D1 (en) USE OF ASPARAGIC ACID-CONTAINING POLYMERS IN REFRIGERATED CIRCUITS BIOCIDED
TW200643727A (en) A method, system, and apparatus for optionally pushing I/O data into a processor's cache
JPS5398741A (en) High level recording and processing system
AU6372500A (en) Method and system for accessing annotation web pages related to primary web pages over the internet
DE59803284D1 (en) METHOD FOR THE PRODUCTION OF ACETOPHENONES SUBSTITUTED ON THE AROMATIC CORE WITH FLUORALKYL
FR2815145B1 (en) NAVIGATION METHOD AND SYSTEM FOR AN AIRCRAFT, PARTICULARLY IN THE APPROACH PHASE
AU1397000A (en) Data processing system and method for remotely disabling network activity in a client computer system
EP1054528A3 (en) Method for processing a request of a network management unit
JPS594286U (en) Bread for hot dogs, etc.
ID15962A (en) PROCESS TO BIND THE Cork.
ITVA20000030A0 (en) TRANSMISSION METHOD TO ENSURE DATA CONFIDENTIALITY.

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US US US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
AK Designated states

Kind code of ref document: C1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US US US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: C1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

CFP Corrected version of a pamphlet front page
CR1 Correction of entry in section i

Free format text: PAT. BUL. 10/2001 UNDER (63) REPLACE "60/220794" BY "60/220974"

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
AK Designated states

Kind code of ref document: A3

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US US US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A3

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

AK Designated states

Kind code of ref document: C2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US US US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: C2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

COP Corrected version of pamphlet

Free format text: PAGE 1/1, DRAWINGS, REPLACED BY A NEW PAGE 1/1; DUE TO LATE TRANSMITTAL BY THE RECEIVING OFFICE

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

DPE2 Request for preliminary examination filed before expiration of 19th month from priority date (pct application filed from 20040101)