WO2010098772A1 - System and method for supporting a remote isochronous device - Google Patents
System and method for supporting a remote isochronous device Download PDFInfo
- Publication number
- WO2010098772A1 WO2010098772A1 PCT/US2009/035551 US2009035551W WO2010098772A1 WO 2010098772 A1 WO2010098772 A1 WO 2010098772A1 US 2009035551 W US2009035551 W US 2009035551W WO 2010098772 A1 WO2010098772 A1 WO 2010098772A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- host
- logic
- isochronous
- speculative
- buffer
- Prior art date
- Legal status (The legal status 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 status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/38—Information transfer, e.g. on bus
- G06F13/382—Information transfer, e.g. on bus using universal interface adapter
- G06F13/387—Information transfer, e.g. on bus using universal interface adapter for adaptation of different data processing systems to different peripheral devices, e.g. protocol converters for incompatible systems, open system
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
- H04L67/025—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP] for remote control or remote monitoring of applications
Definitions
- This invention relates generally to techniques for causing peripheral devices that are attached to a first computer host to be accessible to resources that are running on a second computer host remote from the first.
- Protocols exist that enable a user at a local computer to access and share the desktop of a remote computer (e.g. a central server) over a computer network.
- a remote computer e.g. a central server
- One such protocol is the Remote Desktop Protocol (“RDP"), as provided by Microsoft Corporation, which provides remote display and input capabilities over network connections.
- RGS Remote Graphics Software
- RGS is designed to take advantage of the computer and graphics resources of a remote computer to deliver interactive remote access at the local computer.
- the desktop video data of the remote computer is transmitted over a network to the local computer, which displays the desktop video data locally in a window at the local computer.
- RGS captures user keyboard and mouse inputs at the local computer, and sends the keyboard and mouse inputs to the remote computer for processing by the operating system of the remote computer, and by applications running on the remote computer.
- RGS also allows data of some peripheral devices such as storage devices to be communicated from the local computer to the remote computer.
- Isochronous data is intended to be continuous and real-time in its creation, delivery and consumption. Because timing-related information is implied by the steady rate at which isochronous data is received and transferred, isochronous data must be delivered at least as fast as it is generated in order for it to be used as intended. For example, when voice data is being transmitted from an isochronous device, any delays or discontinuities in the transmitted data stream can cause drop-outs or other irregularities to be noticed audibly at the receiver.
- FIG. 1 is a block diagram illustrating a system for supporting a remote isochronous data device according to preferred embodiments of the invention.
- FIG. 2 is a block diagram illustrating components of a high-latency IO transaction.
- FIG. 3 is a block diagram illustrating components of a low-latency IO transaction according to a preferred embodiment of the invention.
- Fig. 4 is a flow diagram illustrating a low-latency write transaction according to a preferred embodiment of the invention.
- Fig. 5 is a flow diagram illustrating a high-latency read transaction.
- Fig. 6 is a flow diagram illustrating processing steps in support of a low- latency read transaction according to a preferred embodiment of the invention.
- Fig. 7 is a flow diagram illustrating a low-latency read transaction according to a preferred embodiment of the invention.
- Fig. 8 is a state diagram illustrating methods for activating speculative read functionality according to preferred embodiments of the invention.
- FIG. 1 illustrates a system 100 for supporting a remote isochronous data device according to a preferred embodiment of the invention.
- System 100 includes first and second distinct computer hosts 102, 104.
- Each of hosts 102, 104 contains a virtual interposer logic 106, 108, a send/receive logic 110, 112 and at least a partial device driver stack 114, 116.
- Send/receive logics 110, 112 are configured to communicate packets between one another via a network 118. The packets represent commands and data passing between a user-level application 120 at host 102 and a peripheral device 122 at host 104.
- Virtual interposer logic 106 is configured to interface send/receive logic 110 with at least partial device driver stack 1 14 in host 102.
- virtual interposer logic 108 is configured to interface send/receive logic 112 with at least partial device driver stack 1 16.
- Virtual interposer logic 106 may include speculative write completion logic 124
- virtual interposer logic 108 may include speculative read logic 126.
- host 102 includes a buffer 128 accessible by send/receive logic 110.
- each one of hosts 102, 104 includes some means for physically interfacing with network 118.
- each of hosts 102, 104 may include a network interface card ("NIC") 130, 132.
- NIC network interface card
- host 104 will preferably include some means for connecting with peripheral device 122, such as by means of a Universal Serial Bus (“USB”) host controller 134.
- USB Universal Serial Bus
- a buffer 152 may be located in host 104.
- a buffer 156 may be located in a host 154 that is distinct from hosts 102, 104 but connected to hosts 102. 104 in some way, such as via network 118.
- the operating environment within hosts 102, 104, 154 need not be the same.
- host may use a Microsoft Windows operating system or a Linux operating system or some other type of operating system.
- application 120 may communicate with at least partial device driver stack 1 14 by means of an application programming interface ("API") 136, which in turn utilizes functionality exported by kernel subsystems and input/output (“IO") manager 138.
- host 102 may also include a lower device driver stack 140 and a means—such as USB host controller 142—for connecting to its own optional peripheral devices.
- host 104 may include an upper device driver stack 144 that is in communication with an optional application 146 via an optional API 148 and optional kernel subsystems and IO manager 150.
- Network 118 may be any kind of network such as a wired or wireless local area network, an intranetwork, the Internet or any combination of these or other kinds of networks.
- network 118 may be a TCP/IP or UDP/IP network.
- at least partial device driver stacks 114, 116 may be any kind of device driver stacks. In one embodiment, they may be upper and lower USB device driver stacks, respectively.
- FDO function driver object
- PDO physical device object
- Fig. 2 illustrates such a high-latency IO transaction 200.
- application 120 generates an IO request (e.g. a read or a write request).
- this IO request is processed within the upper device stack of host 102.
- kernel subsystems/IO manager 138 may create an IO request packet ("IRP") corresponding to the request and may send the IRP to upper device stack 114 for processing.
- IRP IO request packet
- Virtual interposer 106 would then intercept the IRP and send commands and/or data representing the IO request to host 104 via send/receive logic 110, NIC 130 and network 118. The latter step corresponds to network send time 206.
- the commands and/or data representing the IO request are further processed by the lower device stack of host 104.
- virtual interposer 108 may access the received commands and/or data from send/receive logic 112 and may create an appropriate IO request for submission to lower device stack 116. If the IO request is a read request, then resulting data will need to be sent back to host 102 in step 210.
- IO request is a write request
- typically some form of handshake or acknowledgment will be sent from host 104 back to host 102 indicating the completion of the write request.
- this resulting data or this completion handshaking must be processed by the device stack in host 102.
- upper device stack 114 can complete the IO request by delivering resulting data up to application 102 or by otherwise indicating to kernel subsystems/IO manager 138 that the IO request has been completed.
- step 302. the IO request is processed by the device stack in host 102 as it was in step 204 of high-latency transaction 200. But immediately thereafter, in step 306 of the low-latency transaction, application 120 is notified that the IO request is complete.
- a read IO transaction this means that data is delivered to application 120 in response to the read request in step 306.
- a write IO transaction this means that application 120 is told in step 306 that the write has been executed so that application 120 may then immediately begin preparing a subsequent IO request.
- Fig. 4 illustrates a low-latency write transaction 400 according to one preferred embodiment of the invention in which peripheral device 122 is a USB device.
- device 122 may be a non-USB device.
- application 120 may issue an isochronous write request. (Typically but not necessarily, the isochronous write request will be a non-blocking system call from the point of view of application 120.)
- kernel subsystems/IO manager 138 may create an IRP corresponding to the write request and may send the IRP to upper USB device stack 114.
- step 406 virtual interposer 106 may intercept the IRP and transfer the corresponding write data to send/receive logic 110.
- step 408 immediately after the write data has been transferred safely to send/receive logic 110, virtual interposer 106 may then indicate to upper USB device stack 114 that the IO request is complete, and device stack 114 may relay the completion status to kernel subsystems/IO manager 138. Meanwhile, the activity of step 410 may be taking place simultaneously. That is, send/receive logic 110 may begin sending the write data for the requested transaction to host 104 via network 118. But the request complete indication given in step 408 may occur before the data are actually transmitted to host 104 in step 410. The latter functionality may be implemented by speculative write completion logic 124 in virtual interposer 106.
- kernel subsystems/IO manager 138 need not hold resources (e.g. pending IRP resources) during components 208-212 of the transaction. Instead, according to embodiments of the invention, those resources may be freed much earlier in time. As a consequence, from the point of view of device 122, delays and discontinuities between individual write transactions in a series of isochronous write transactions may be reduced with beneficial effect.
- resources e.g. pending IRP resources
- Figs. 6-7 illustrate a (low-latency) speculative isochronous USB read transaction mode according to one preferred embodiment of the invention.
- this mode may be activated in response to detecting that one or more (high-latency) actual isochronous USB read transactions have occurred between hosts 102 and 104.
- Such a high-latency actual isochronous USB read transaction is illustrated in Fig. 5 at 500.
- application 120 generates an isochronous read request in step 502.
- kernel subsystems/IO manager 138 creates a corresponding IRP and sends the IRP to upper USB device stack 114.
- step 506 virtual interposer 106 intercepts the IRP and indicates a read request to send/receive logic 110.
- send/receive logic 1 10 communicates the read request to host 104.
- step 510 virtual interposer 108 in host 104 generates an isochronous read request to lower USB device stack 116.
- step 512 virtual interposer 108 sends the results from the read to host 102 via send/receive logic 112.
- step 514 virtual interposer 106 in host 102 then completes the read request by sending the results to upper USB device stack 1 14, which in turn sends the results to application 120 via kernel subsystems/IO manager 138.
- Fig. 6 illustrates activities 600 that may occur in hosts 102, 104 to support a low-latency read transaction 700 illustrated in Fig. 7 when speculative read mode is active.
- speculative read logic 126 in virtual interposer 108 may begin repeatedly issuing speculative isochronous read requests to lower USB device stack 116.
- Virtual interposer 108 sends the results of these speculative reads to host 102 via send/receive logic 112. Note that the speculative read requests issued in step 602 may occur autonomously in host 104, even in the absence of any unsatisfied read request from host 102 being present in host 104.
- send/receive logic 110 in host 102 may store the speculative read data from host 104 in a buffer 128.
- Buffer 128 may take any form.
- buffer 128 may be a circular buffer in which oldest buffer data are overwritten by newer data in circular fashion if buffer 128 has become full and the oldest buffered data have not yet been consumed by a consumer process such as application 120.
- other non-circular buffer implementations may also be used.
- Fig. 7 illustrates a low-latency read transaction 700 that is made possible by the activity of Fig. 6.
- application 120 issues an isochronous read request.
- kernel subsystems/IO manager 138 creates a corresponding IRP and sends the IRP to upper USB device stack 114.
- virtual interposer 106 intercepts the IRP and transfers a read request to send/receive logic 110.
- send/receive logic 110 satisfies the read request immediately, using data that it retrieves from buffer 128, without transmitting a read request to host 104.
- step 710 virtual interposer 106 completes the read request by sending the results to upper USB device stack 114, which forwards the results to application 120 via kernel subsystems/IO manager 138. In this manner, a low- latency read transaction like transaction 300 is achieved even in a remote context.
- a buffer 152 may be provided in host 104 either in addition to or in lieu of buffer 128 in host 102.
- activities 600 may be modified as follows.
- virtual interposer 108 may store the speculative read data in buffer 152, and only later send the data to host 102.
- the sending of the data to host 102 may occur in response to a request from host 102 for data.
- Step 708 may be modified accordingly such that the request is satisfied from the buffer 152 in host 104.
- latency associated with step 208 in the overall transaction may be eliminated.
- a buffer 156 may be provided in a third host 154.
- activities 600 and 700 may be modified as follows.
- virtual interposer 108 may send the speculative read data to buffer 156 in host 154, and host 154 therefore does the buffering in step 608.
- send/receive logic 110 satisfies the actual isochronous read request from buffer 156 on host 154 by transmitting a read request to host 154.
- host 102 need not send the actual read request to host 104. It is believed that this class of embodiments may be most useful in circumstances where the network connection between hosts 102 and 154 is faster than the network connection between hosts 102 and 104. Under those conditions, latency associated with step 208 may be eliminated as in the previous example, but also latency associated with steps 206 and 210 may be reduced from the point of view of the IO transaction being requested by host 102.
- Fig. 8 is a state diagram illustrating several methods 800 by which any of the speculative read functionality described above may be activated in preferred embodiments of the invention.
- system 100 is in a state 802 such that speculative read functionality is not active.
- System 100 may then enter state 804— wherein speculative read functionality is activated—after logic in the hosts detects that one or more actual isochronous read requests have been sent to host 104. (See transition 806.)
- system 100 may enter state 804 when logic in the hosts detects a specific predetermined pattern of writes and reads having been sent from host 102 to device 122.
- system 100 may enter state 804 when logic in the hosts detects a specific predetermined pattern of only writes having been sent from host 102 to device 122. (See transition 810.) It is believed that transitions 808 and 810 will be most useful when a series of isochronous reads typically follows some predictable configuration activity. For example, host 102 may typically query peripheral 122 for state or capability information or other characteristics prior to initiating a series of isochronous data reads. It may use one or more read transactions to do so, and may also issue configuration commands to peripheral 122 using one or more write transactions.
- Logic in the hosts may inspect such reads and writes to look, for example, for accesses to certain endpoints in USB devices (such as control endpoints) that are typical preludes to a series of isochronous data read transactions on the peripheral. It should be understood that embodiments of the invention that employ speculative read functionality need not implement all of transitions 806-810 to be effective, but may instead implement none or just one or two of the transitions.
- any or all of virtual interposer 106, speculative write completion logic 124, send/receive logic 110 and buffer 128 may be implemented integrally with equivalent effect.
- any or all of virtual interposer 108, speculative read logic 126, send/receive logic 112 and buffer 152 may be implemented integrally with equivalent effect.
- the activities of and connections between any discrete components that are described in the claims, written description and drawings hereof should instead be attributed to the integrally formed and equivalent logic component.
- hosts 102, 104, 154 may be conventional and may take any form, and hosts 102, 104, 154 need not be the same.
- either host may be a server computer, a desktop computer, a laptop computer, an embedded computer, a mobile computer or any other kind of computing device suitably configured in general accordance with the above description.
- All of the logic described above may be implemented in hardware, software, firmware or any combination thereof.
- any or all of the logic may take the form of instructions stored on a computer-readable storage medium which, when executed by a computer, cause the computer to perform the logic.
- a computer-readable storage medium may take any conventional form now known or yet to be developed including, for example, optical or magnetic disks, magnetic tapes, solid state static or dynamic random access memory, solid state read-only memory, flash memory or the like.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Systems (AREA)
- Multi Processors (AREA)
Abstract
Description
Claims
Priority Applications (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN200980157556.9A CN102334322B (en) | 2009-02-27 | 2009-02-27 | For supporting the system and method for remote synchronization equipment |
| DE112009004076.4T DE112009004076B4 (en) | 2009-02-27 | 2009-02-27 | SYSTEM AND METHOD FOR SUPPORTING A REMOTE ISOCHRONOUS DEVICE |
| US13/147,666 US8578397B2 (en) | 2009-02-27 | 2009-02-27 | System and method for supporting a remote isochronous device |
| GB1113357.6A GB2499179B (en) | 2009-02-27 | 2009-02-27 | System and method for supporting a remote isochronous device |
| PCT/US2009/035551 WO2010098772A1 (en) | 2009-02-27 | 2009-02-27 | System and method for supporting a remote isochronous device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| PCT/US2009/035551 WO2010098772A1 (en) | 2009-02-27 | 2009-02-27 | System and method for supporting a remote isochronous device |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2010098772A1 true WO2010098772A1 (en) | 2010-09-02 |
Family
ID=42665789
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/US2009/035551 Ceased WO2010098772A1 (en) | 2009-02-27 | 2009-02-27 | System and method for supporting a remote isochronous device |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US8578397B2 (en) |
| CN (1) | CN102334322B (en) |
| DE (1) | DE112009004076B4 (en) |
| GB (1) | GB2499179B (en) |
| WO (1) | WO2010098772A1 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113543265B (en) * | 2020-04-14 | 2024-07-19 | 四川海格恒通专网科技有限公司 | TDMA wireless ad hoc network service fast relay system and method |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20070294456A1 (en) * | 2006-06-16 | 2007-12-20 | Hong Kong Applied Science And Technology Research Institute Co., Ltd. | Data communication interface and communication devices incorporating same |
| US20080282011A1 (en) * | 2007-05-09 | 2008-11-13 | Arcadyan Technology Corporation | Remote control system and method thereof |
| US20090024746A1 (en) * | 2003-09-25 | 2009-01-22 | Eric Welch | Method and apparatus for host controller operations over a network |
Family Cites Families (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5953350A (en) | 1995-03-13 | 1999-09-14 | Selsius Systems, Inc. | Multimedia client for multimedia/hybrid network |
| US6823336B1 (en) * | 2000-09-26 | 2004-11-23 | Emc Corporation | Data storage system and method for uninterrupted read-only access to a consistent dataset by one host processor concurrent with read-write access by another host processor |
| US7228366B2 (en) * | 2001-06-29 | 2007-06-05 | Intel Corporation | Method and apparatus for deterministic removal and reclamation of work items from an expansion bus schedule |
| US6877011B2 (en) * | 2001-10-10 | 2005-04-05 | Sun Microsystems, Inc. | System and method for host based storage virtualization |
| US6948044B1 (en) * | 2002-07-30 | 2005-09-20 | Cisco Systems, Inc. | Methods and apparatus for storage virtualization |
| US7457880B1 (en) * | 2003-09-26 | 2008-11-25 | Ximeta Technology, Inc. | System using a single host to receive and redirect all file access commands for shared data storage device from other hosts on a network |
| US20050138229A1 (en) * | 2003-12-23 | 2005-06-23 | Sartore Ronald H. | Method and apparatus for remote operation of a USB peripheral |
| US20060120402A1 (en) * | 2004-12-07 | 2006-06-08 | Paul Gallant | Method for running an X.25-based application on a second protocol-based network |
| US7941508B2 (en) * | 2006-09-29 | 2011-05-10 | Hewlett-Packard Development Company, L.P. | Associating multiple devices with remote computers |
| GB0622140D0 (en) * | 2006-11-07 | 2006-12-20 | Ibm | Suspension of asynchronous remote copying system |
| US8504775B2 (en) | 2007-03-12 | 2013-08-06 | Citrix Systems, Inc | Systems and methods of prefreshening cached objects based on user's current web page |
| US8175528B2 (en) * | 2008-03-18 | 2012-05-08 | Spansion Llc | Wireless mass storage flash memory |
-
2009
- 2009-02-27 WO PCT/US2009/035551 patent/WO2010098772A1/en not_active Ceased
- 2009-02-27 DE DE112009004076.4T patent/DE112009004076B4/en not_active Expired - Fee Related
- 2009-02-27 GB GB1113357.6A patent/GB2499179B/en not_active Expired - Fee Related
- 2009-02-27 US US13/147,666 patent/US8578397B2/en not_active Expired - Fee Related
- 2009-02-27 CN CN200980157556.9A patent/CN102334322B/en not_active Expired - Fee Related
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20090024746A1 (en) * | 2003-09-25 | 2009-01-22 | Eric Welch | Method and apparatus for host controller operations over a network |
| US20070294456A1 (en) * | 2006-06-16 | 2007-12-20 | Hong Kong Applied Science And Technology Research Institute Co., Ltd. | Data communication interface and communication devices incorporating same |
| US20080282011A1 (en) * | 2007-05-09 | 2008-11-13 | Arcadyan Technology Corporation | Remote control system and method thereof |
Also Published As
| Publication number | Publication date |
|---|---|
| US20110296441A1 (en) | 2011-12-01 |
| GB201113357D0 (en) | 2011-09-21 |
| GB2499179B (en) | 2014-08-06 |
| DE112009004076B4 (en) | 2018-11-29 |
| GB2499179A (en) | 2013-08-14 |
| CN102334322A (en) | 2012-01-25 |
| CN102334322B (en) | 2015-09-09 |
| DE112009004076T5 (en) | 2012-06-28 |
| US8578397B2 (en) | 2013-11-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8521926B2 (en) | Remote desktop control system using USB interface and method thereof | |
| US8850090B2 (en) | USB redirection for read transactions | |
| WO2022213832A1 (en) | Computer device, virtualization acceleration device, remote control method and storage medium | |
| US20110004732A1 (en) | DMA in Distributed Shared Memory System | |
| US8762544B2 (en) | Selectively communicating data of a peripheral device to plural sending computers | |
| US7827258B1 (en) | Method, system, and apparatus for communicating with a computer management device | |
| US8856407B2 (en) | USB redirection for write streams | |
| JP2017194959A (en) | Method, host computer system and non-transitory computer readable recording medium for enabling simultaneous kernel mode access and user mode access to NVMe devices | |
| CN114168503B (en) | Interface IP core control method, interface IP core, device and medium | |
| US9098431B2 (en) | USB redirection for interrupt transactions | |
| US9081722B2 (en) | Systems and methods for improving performance of remote USB storage | |
| US20060004904A1 (en) | Method, system, and program for managing transmit throughput for a network controller | |
| CN116601616A (en) | A data processing device, method and related equipment | |
| US7263568B2 (en) | Interrupt system using event data structures | |
| US10044810B2 (en) | Selectively implementing reliability mechanisms based on the type of USB device that is redirected over a remote session | |
| US20050165938A1 (en) | Method, system, and program for managing shared resources | |
| CN100481054C (en) | Bus connection device | |
| CN111625281A (en) | Data processing method, device, equipment and storage medium | |
| US8578397B2 (en) | System and method for supporting a remote isochronous device | |
| WO2010087827A1 (en) | Providing an indication of change at a user interface device over a network between computers | |
| CN118784741A (en) | Data transceiving method, device, electronic device and storage medium based on DPU | |
| CN111078618A (en) | Electronic device and communication method of dual processors | |
| US20060242258A1 (en) | File sharing system, file sharing program, management server and client terminal | |
| CN109947572B (en) | Communication control method, device, electronic device and storage medium | |
| CN116737403A (en) | Data processing methods, devices, electronic equipment and storage media |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| WWE | Wipo information: entry into national phase |
Ref document number: 200980157556.9 Country of ref document: CN |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 09840929 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 1113357 Country of ref document: GB Kind code of ref document: A Free format text: PCT FILING DATE = 20090227 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 13147666 Country of ref document: US Ref document number: 1113357.6 Country of ref document: GB |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 112009004076 Country of ref document: DE Ref document number: 1120090040764 Country of ref document: DE |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 09840929 Country of ref document: EP Kind code of ref document: A1 |