US20150106440A1 - Autonomous network streaming - Google Patents

Autonomous network streaming Download PDF

Info

Publication number
US20150106440A1
US20150106440A1 US14/577,767 US201414577767A US2015106440A1 US 20150106440 A1 US20150106440 A1 US 20150106440A1 US 201414577767 A US201414577767 A US 201414577767A US 2015106440 A1 US2015106440 A1 US 2015106440A1
Authority
US
United States
Prior art keywords
data
file
computing system
data file
data store
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.)
Abandoned
Application number
US14/577,767
Inventor
Peter Aziz Morgan
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Technology Licensing LLC
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 Microsoft Technology Licensing LLC filed Critical Microsoft Technology Licensing LLC
Priority to US14/577,767 priority Critical patent/US20150106440A1/en
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MORGAN, Peter Aziz
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Publication of US20150106440A1 publication Critical patent/US20150106440A1/en
Abandoned legal-status Critical Current

Links

Images

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1734Details of monitoring file system events, e.g. by the use of hooks, filter drivers, logs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • G06F16/1824Distributed file systems implemented using Network-attached Storage [NAS] architecture
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • 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/44Arrangements for executing specific programs
    • 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/5061Partitioning or combining of resources
    • G06F9/5077Logical partitioning of resources; Management or configuration of virtualized resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • H04L67/42
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/174Redundancy elimination performed by the file system
    • G06F16/1744Redundancy elimination performed by the file system using compression, e.g. sparse files
    • 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/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4416Network booting; Remote initial program loading [RIPL]

Definitions

  • Computers have become highly integrated in the workforce, in the home, in mobile devices, and many other places. Computers can process massive amounts of information quickly and efficiently.
  • Software applications designed to run on computer systems allow users to perform a wide variety of functions including business applications, schoolwork, entertainment and more. Software applications are often designed to perform specific tasks, such as word processor applications for drafting documents, or email programs for sending, receiving and organizing email.
  • a software application may interact with a local data store such as a hard disk, DVD drive or flash drive.
  • a local data store such as a hard disk, DVD drive or flash drive.
  • an application makes input/output (I/O) requests which are sent from the application to the operating system's file system.
  • the file system accesses the necessary data from the disk, and returns it to the application.
  • I/O input/output
  • virtual applications instead of retrieving the data solely from the local hard disk, at least a portion of the data is requested from a remote data store (usually a network file server). That data is then received at the computer system and stored on its local hard disk.
  • the computer's file system then sends the data to the application as it normally would with locally stored data.
  • Embodiments described herein are directed to dynamically delivering virtual software applications and to allocating application data between local and network data stores.
  • a computer system establishes a data input/output (I/O) filter configured to intercept data file requests being sent from a virtual software application to an operating system's file system.
  • the data I/O filter intercepts a data file read request that is configured to retrieve a specified data file from the file system.
  • the data I/O filter forwards the intercepted read request to a network-accessible data store that is configured to return the specific data file.
  • the I/O filter sends the specified data file to the virtual software application. In this manner, the specified data file is usable by the virtual application.
  • a computer system allocates application data between local and network data stores.
  • the computer system receives from an administrative user an indication of which specified portions of a virtual application are to be stored in a local data store and which portions are to be stored in a network data store.
  • the computer system generates different portions of metadata describing which specified portions of the virtual application are stored on the local data store. It then receives a data file request from a virtual application requesting the data of a specified data file and determines, based on the generated metadata, whether the specified data file is stored on the local data store or the remote data store. Then, based on the determination, the computer system sends the data file request to either the local data store or the remote data store.
  • FIG. 1 illustrates a computer architecture in which embodiments of the present invention may operate including dynamically delivering virtual software applications.
  • FIG. 2 illustrates a flowchart of an example method for dynamically delivering virtual software applications.
  • FIG. 3 illustrates a flowchart of an example method for allocating application data between local and network data stores.
  • FIG. 4 illustrates an embodiment of the present invention in which data is allocated between local and network data stores.
  • Embodiments described herein are directed to dynamically delivering virtual software applications and to allocating application data between local and network data stores.
  • a computer system establishes a data input/output (I/O) filter configured to intercept data file requests being sent from a virtual software application to an operating system's file system.
  • the data I/O filter intercepts a data file read request that is configured to retrieve a specified data file from the file system.
  • the data I/O filter forwards the intercepted read request to a network-accessible data store that is configured to return the specific data file.
  • the I/O filter sends the specified data file to the virtual software application. In this manner, the specified data file is usable by the virtual application.
  • a computer system allocates application data between local and network data stores.
  • the computer system receives from an administrative user an indication of which specified portions of a virtual application are to be stored in a local data store and which portions are to be stored in a network data store.
  • the computer system generates different portions of metadata describing which specified portions of the virtual application are stored on the local data store. It then receives a data file request from a virtual application requesting the data of a specified data file and determines, based on the generated metadata, whether the specified data file is stored on the local data store or the remote data store. Then, based on the determination, the computer system sends the data file request to either the local data store or the remote data store.
  • Embodiments of the present invention may comprise or utilize a special purpose or general-purpose computer including computer hardware, such as, for example, one or more processors and system memory, as discussed in greater detail below.
  • Embodiments within the scope of the present invention also include physical and other computer-readable media for carrying or storing computer-executable instructions and/or data structures.
  • Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer system.
  • Computer-readable media that store computer-executable instructions in the form of data are computer storage media.
  • Computer-readable media that carry computer-executable instructions are transmission media.
  • embodiments of the invention can comprise at least two distinctly different kinds of computer-readable media: computer storage media and transmission media.
  • Computer storage media includes RAM, ROM, EEPROM, CD-ROM, solid state drives (SSDs) that are based on RAM, Flash memory, phase-change memory (PCM), or other types of memory, or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store desired program code means in the form of computer-executable instructions, data or data structures and which can be accessed by a general purpose or special purpose computer.
  • RAM random access memory
  • ROM read-only memory
  • EEPROM electrically erasable programmable read-only memory
  • CD-ROM Compact Disk Read Only Memory
  • SSDs solid state drives
  • PCM phase-change memory
  • a “network” is defined as one or more data links and/or data switches that enable the transport of electronic data between computer systems and/or modules and/or other electronic devices.
  • a network either hardwired, wireless, or a combination of hardwired or wireless
  • Transmissions media can include a network which can be used to carry data or desired program code means in the form of computer-executable instructions or in the form of data structures and which can be accessed by a general purpose or special purpose computer. Combinations of the above should also be included within the scope of computer-readable media.
  • program code means in the form of computer-executable instructions or data structures can be transferred automatically from transmission media to computer storage media (or vice versa).
  • computer-executable instructions or data structures received over a network or data link can be buffered in RAM within a network interface module (e.g., a network interface card or “NIC”), and then eventually transferred to computer system RAM and/or to less volatile computer storage media at a computer system.
  • a network interface module e.g., a network interface card or “NIC”
  • NIC network interface card
  • Computer-executable (or computer-interpretable) instructions comprise, for example, instructions which cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions.
  • the computer executable instructions may be, for example, binaries, intermediate format instructions such as assembly language, or even source code.
  • the invention may be practiced in network computing environments with many types of computer system configurations, including personal computers, desktop computers, laptop computers, message processors, hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, mobile telephones, PDAs, pagers, routers, switches, and the like.
  • the invention may also be practiced in distributed system environments where local and remote computer systems that are linked (either by hardwired data links, wireless data links, or by a combination of hardwired and wireless data links) through a network, each perform tasks (e.g. cloud computing, cloud services and the like).
  • program modules may be located in both local and remote memory storage devices.
  • FIG. 1 illustrates a computer architecture 100 in which the principles of the present invention may be employed.
  • Computer architecture 100 includes a computer system that operates in at least a user mode 140 and a kernel mode 141 .
  • the computer system may be any type of local or distributed computer system, including a cloud computing system.
  • Each mode of operation includes different modules configured to perform specific types of operations. These operating modes and computer system modules may be used to deploy virtual applications in a seamless and efficient manner.
  • Virtual software applications are applications that appear to be locally run, but are actually run on a network application server.
  • the network application server provides the data for the application to the user over the network.
  • a user may begin the process by opening an application has he or she normally would by clicking an application icon (or on a data file that is to be opened by a virtual application.
  • the operating system Upon receiving the initiating signal from the user, the operating system initializes process address space for the application's executable file(s) by reading the executable file(s) into memory.
  • data file may refer to both a data file that comprises settings files (that are typically not part of the executable code) and/or an image that contains the application's executable binary files. As both settings files and executable files are anticipated and supported herein, the term data files will be used to describe them herein.
  • the operating system then sets the instruction pointer to the entry point for the application, and runs the process.
  • a virtualization layer within the operating system detects and initializes itself during this launch phase.
  • the virtual application is then running on the user's computer system.
  • the virtual applications data files are streamed dynamically as they are needed.
  • Sparse data files “look” like normal data files, but only a placeholder exists for the file.
  • the placeholder includes the file's name and size.
  • the content for the data file corresponding to the sparse file has not yet been streamed.
  • the streaming is performed once the actual data for the file is requested. At that point, the data for that file is streamed from the network-accessible data store 130 .
  • a data file's actual data is not needed until the operating system reads the executable file(s) into memory.
  • the file data would be streamed and copied, and the operating system's read request would be satisfied from the data that had been streamed and copied to the computer system's local hard drive (or other data store).
  • Embodiments described herein do not copy the contents of the file to the local hard disk.
  • the streamed content is intercepted by a data input/output (I/O) filter before it can be stored on disk.
  • the data I/O filter passes the streamed data to the application to satisfy the read request.
  • the application uses the streamed data to operate as it normally would, without any of the streamed data being written to disk.
  • the virtual application does not even know (or need to know) that its read request was not satisfied by the local hard drive, but rather by dynamically streamed data. No changes need to be made to the virtual application or the computer system's file system. Rather, the data I/O filter operates seamlessly in the middle to provide a dynamically streamed virtual application.
  • This same virtual software application (stored on the network data store) can be provided to substantially any number of other computer systems and/or virtual machines. Furthermore, when the same application is used across multiple different computer systems, disk space will not be duplicated, as a single copy of the application on a server can be streamed to each of the different computer system.
  • FIG. 2 illustrates a flowchart of a method 200 for dynamically delivering virtual software applications. The method 200 will now be described with frequent reference to the components and data of environment 100 .
  • Method 200 includes an act of establishing a data input/output (I/O) filter configured to intercept data file requests being sent from a virtual software application to an operating system's file system (act 210 ).
  • data I/O filter 120 may be established in an operating system kernel mode 141 of a client computer system.
  • the data I/O filter may intercept read request 111 sent from virtual application 110 .
  • the data request is a normal application read request, typically sent from the virtual application to the file system 125 .
  • the data I/O filter intercepts the read request that would otherwise be sent to the file system (and, then to disk 126 ).
  • the I/O data filter is implemented without making changes to how the software application requests data files. As such, the traditional software stack remains unmodified.
  • the I/O filter may be a driver running as part of an operating system process.
  • Method 200 then includes an act of the data I/O filter intercepting a data file read request that is configured to retrieve a specified data file from the file system (act 220 ).
  • data I/O filter 120 may intercept read request 111 before it is sent to the file system 125 .
  • the read request is a request for a data file that the virtual application 110 is attempting to access.
  • the data file rather than being stored on the local disk, is stored in the network-accessible data store 130 .
  • a sparse file 127 is dynamically created on the disk 126 .
  • the sparse file is a placeholder file that includes only the file's name and size, but no actual file data. The placeholder satisfies the virtual applications initial request to determine whether the file exists.
  • the application requests the file's actual data in read request 111 .
  • This process of intercepting read requests may occur for each file of the application. Accordingly, each file may be dynamically streamed to the virtual application as each file is needed.
  • the files may be streamed singularly or in plural. In some cases, multiple data files may be requested and streamed in parallel.
  • the read request is received at the data I/O filter, the request is converted to a kernel-mode I/O request which is intercepted by the I/O filter.
  • the data I/O filter then forwards the intercepted read request to the network-accessible data store 130 , which is configured to return the specific data file 131 (act 230 ).
  • the intercepted request may be forwarded to a user-mode service 115 that sits between the network-accessible data store and the data I/O filter.
  • the user-mode service may run on the user's computer system or on another network-linked computer system.
  • the system receives data requests 111 from the data I/O filter and forwards the requests on to the network data store.
  • the service may also be used to receive the requested data from the network store and pass it on to the data I/O filter.
  • the network data store may comprise the cloud (or the internet), and, as such, the specified data files may be retrieved from the cloud/internet using the hypertext transfer protocol (HTTP).
  • HTTP hypertext transfer protocol
  • a data request 111 may be intercepted before being sent to disk, and forwarded to a service that fetches the data from a local or remote data store 130 .
  • the service the forwards the fetched data 131 back to the I/O filter and the I/O filter forwards the data to the virtual application 110 .
  • application files may be dynamically streamed to the user's computer system (specifically to the virtual application) without being stored on the local computer system's file system.
  • Each data file dynamically retrieved from the network data store appears to the virtual software application as if the data files were being received from the computer system's file system.
  • an application service on the local computer system or the I/O filter may provide services to translate or otherwise modify the received data to ensure that it is readable by the local computer system. Because the application data may be stored in any format, any encryption type and any compression type on the network data store, the application service or I/O filter may be configured to decompress, decrypt and/or reformat the received data to change the data to a readable form. Other operations may also be performed by this service, as needed. In this manner, the system may be implemented without making any changes to the application's native stack.
  • FIG. 3 illustrates a flowchart of a method 300 for allocating application data between local and network data stores. The method 300 will now be described with frequent reference to the components and data of environment 400 of FIG. 4 .
  • Method 300 includes an act of receiving from an administrative user an indication of which specified portions of a virtual application are to be stored in a local data store and which portions are to be stored in a network data store (act 310 ).
  • data I/O filter 420 may receive indication 423 from administrative user 425 indicating which specified portions of virtual application 410 are to be stored in local data store 426 and which portions are to be stored in network-accessible data store 430 .
  • files 431 that were stored on the local data store 426 may be removed if so specified by the administrator.
  • data files may be moved from the network-accessible data store to the local data store if so specified by the administrator. It should be noted that when referring to data files being stored locally, the files are stored locally and exist on disk, but as empty sparse files containing only file name and size information.
  • the administrator may also update application packages on the network data store 430 . Then, the next time the updated files are requested by the virtual application, the updated files are provided in place of the old versions. As such, the virtual application may be updated by switching to a new application package. These updated files may be provided to all of the users that subsequently access those files. New files are created on the local file system to replace any local files that need updating.
  • Method 300 also includes an act of generating one or more portions of metadata describing which specified portions of the virtual application are stored on the local data store (act 320 ).
  • the local computer system may generate metadata 421 which is used by the data I/O filter to determine where to forward data requests 411 received from the virtual application 410 .
  • the metadata indicates, for each file, where the data file is stored (either locally 426 or remotely 430 ).
  • the data I/O filter accesses the metadata 421 to determine whether the data is stored locally or on the remote store. If the data is stored locally, the data request is sent to the local file system.
  • the data request is sent to the network data store.
  • an administrator 425 may indicate where each file is to be stored, and the data I/O may be apprised of the administrator's choices as they are made (via indication 423 ).
  • the metadata may be continually updated as the administrator allocates data files, and the data I/O filter may correctly forward the data request based on the updated metadata.
  • a data file request 411 may be received from a virtual application requesting the data of a specified data file (act 330 ).
  • the data I/O filter 420 may then determine, based on the generated metadata 421 , whether the specified data file is stored on the local data store 426 or the remote data store 430 (act 340 ). Based on that determination, the data I/O filter sends the data file request to either the local data store or the remote data store (act 350 ).
  • the data file requests may be received singularly or in plural, and may be forwarded to the appropriate data store singularly or in plural.
  • the data 431 may be received as single files or as groups of files. In some cases, different data requests may be being sent to both the local data store and the remote data store simultaneously.
  • the data may be sent back to the data I/O filter, and then on to the virtual application as single files or in groups of files.
  • the data may be streamed from either or both of the local data store and the remote, network-accessible data store. As the data from the remote data store is received, it is passes on to the virtual application without storing any data on the local data store.
  • methods, systems and computer program products which dynamically deliver virtual software applications.
  • data files are dynamically and automatically streamed from the network data store as needed by the virtual application.
  • methods, systems and computer program products are provided which allow dynamic data allocation between local and network-accessible data stores.

Abstract

Virtual software applications are dynamically delivered and application data is allocated between local and network data stores. In one scenario, a computer system establishes a data input/output (I/O) filter configured to intercept data file requests being sent from a virtual software application to an operating system's file system. The data I/O filter intercepts a data file read request that is configured to retrieve a specified data file from the file system. The data I/O filter forwards the intercepted read request to a network-accessible data store that is configured to return the specific data file. Then, upon receiving the specified data file from the network data store, the I/O filter sends the specified data file to the virtual software application. In this manner, the specified data file is usable by the virtual application.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 13/327,695 filed on Dec. 15, 2011, entitled “AUTONOMOUS NETWORK STREAMING,” which issued as U.S. Pat. No. ______ on ______, and which application is expressly incorporated herein by reference in its entirety.
  • BACKGROUND
  • Computers have become highly integrated in the workforce, in the home, in mobile devices, and many other places. Computers can process massive amounts of information quickly and efficiently. Software applications designed to run on computer systems allow users to perform a wide variety of functions including business applications, schoolwork, entertainment and more. Software applications are often designed to perform specific tasks, such as word processor applications for drafting documents, or email programs for sending, receiving and organizing email.
  • In each case, the software applications interact with and use different hardware components of the hosting computer system. For instance, a software application may interact with a local data store such as a hard disk, DVD drive or flash drive. Typically, an application makes input/output (I/O) requests which are sent from the application to the operating system's file system. The file system accesses the necessary data from the disk, and returns it to the application. In cases where virtual applications are used, instead of retrieving the data solely from the local hard disk, at least a portion of the data is requested from a remote data store (usually a network file server). That data is then received at the computer system and stored on its local hard disk. The computer's file system then sends the data to the application as it normally would with locally stored data.
  • BRIEF SUMMARY
  • Embodiments described herein are directed to dynamically delivering virtual software applications and to allocating application data between local and network data stores. In one embodiment, a computer system establishes a data input/output (I/O) filter configured to intercept data file requests being sent from a virtual software application to an operating system's file system. The data I/O filter intercepts a data file read request that is configured to retrieve a specified data file from the file system. The data I/O filter forwards the intercepted read request to a network-accessible data store that is configured to return the specific data file. Then, upon receiving the specified data file from the network data store, the I/O filter sends the specified data file to the virtual software application. In this manner, the specified data file is usable by the virtual application.
  • In another embodiment, a computer system allocates application data between local and network data stores. The computer system receives from an administrative user an indication of which specified portions of a virtual application are to be stored in a local data store and which portions are to be stored in a network data store. The computer system generates different portions of metadata describing which specified portions of the virtual application are stored on the local data store. It then receives a data file request from a virtual application requesting the data of a specified data file and determines, based on the generated metadata, whether the specified data file is stored on the local data store or the remote data store. Then, based on the determination, the computer system sends the data file request to either the local data store or the remote data store.
  • 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 it intended to be used as an aid in determining the scope of the claimed subject matter.
  • Additional features and advantages will be set forth in the description which follows, and in part will be apparent to one of ordinary skill in the art from the description, or may be learned by the practice of the teachings herein. Features and advantages of embodiments of the invention may be realized and obtained by means of the instruments and combinations particularly pointed out in the appended claims. Features of the embodiments of the present invention will become more fully apparent from the following description and appended claims, or may be learned by the practice of the invention as set forth hereinafter.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • To further clarify the above and other advantages and features of embodiments of the present invention, a more particular description of embodiments of the present invention will be rendered by reference to the appended drawings. It is appreciated that these drawings depict only typical embodiments of the invention and are therefore not to be considered limiting of its scope. The embodiments of the invention will be described and explained with additional specificity and detail through the use of the accompanying drawings in which:
  • FIG. 1 illustrates a computer architecture in which embodiments of the present invention may operate including dynamically delivering virtual software applications.
  • FIG. 2 illustrates a flowchart of an example method for dynamically delivering virtual software applications.
  • FIG. 3 illustrates a flowchart of an example method for allocating application data between local and network data stores.
  • FIG. 4 illustrates an embodiment of the present invention in which data is allocated between local and network data stores.
  • DETAILED DESCRIPTION
  • Embodiments described herein are directed to dynamically delivering virtual software applications and to allocating application data between local and network data stores. In one embodiment, a computer system establishes a data input/output (I/O) filter configured to intercept data file requests being sent from a virtual software application to an operating system's file system. The data I/O filter intercepts a data file read request that is configured to retrieve a specified data file from the file system. The data I/O filter forwards the intercepted read request to a network-accessible data store that is configured to return the specific data file. Then, upon receiving the specified data file from the network data store, the I/O filter sends the specified data file to the virtual software application. In this manner, the specified data file is usable by the virtual application.
  • In another embodiment, a computer system allocates application data between local and network data stores. The computer system receives from an administrative user an indication of which specified portions of a virtual application are to be stored in a local data store and which portions are to be stored in a network data store. The computer system generates different portions of metadata describing which specified portions of the virtual application are stored on the local data store. It then receives a data file request from a virtual application requesting the data of a specified data file and determines, based on the generated metadata, whether the specified data file is stored on the local data store or the remote data store. Then, based on the determination, the computer system sends the data file request to either the local data store or the remote data store.
  • The following discussion now refers to a number of methods and method acts that may be performed. It should be noted, that although the method acts may be discussed in a certain order or illustrated in a flow chart as occurring in a particular order, no particular ordering is necessarily required unless specifically stated, or required because an act is dependent on another act being completed prior to the act being performed.
  • Embodiments of the present invention may comprise or utilize a special purpose or general-purpose computer including computer hardware, such as, for example, one or more processors and system memory, as discussed in greater detail below. Embodiments within the scope of the present invention also include physical and other computer-readable media for carrying or storing computer-executable instructions and/or data structures. Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer system. Computer-readable media that store computer-executable instructions in the form of data are computer storage media. Computer-readable media that carry computer-executable instructions are transmission media. Thus, by way of example, and not limitation, embodiments of the invention can comprise at least two distinctly different kinds of computer-readable media: computer storage media and transmission media.
  • Computer storage media includes RAM, ROM, EEPROM, CD-ROM, solid state drives (SSDs) that are based on RAM, Flash memory, phase-change memory (PCM), or other types of memory, or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store desired program code means in the form of computer-executable instructions, data or data structures and which can be accessed by a general purpose or special purpose computer.
  • A “network” is defined as one or more data links and/or data switches that enable the transport of electronic data between computer systems and/or modules and/or other electronic devices. When information is transferred or provided over a network (either hardwired, wireless, or a combination of hardwired or wireless) to a computer, the computer properly views the connection as a transmission medium. Transmissions media can include a network which can be used to carry data or desired program code means in the form of computer-executable instructions or in the form of data structures and which can be accessed by a general purpose or special purpose computer. Combinations of the above should also be included within the scope of computer-readable media.
  • Further, upon reaching various computer system components, program code means in the form of computer-executable instructions or data structures can be transferred automatically from transmission media to computer storage media (or vice versa). For example, computer-executable instructions or data structures received over a network or data link can be buffered in RAM within a network interface module (e.g., a network interface card or “NIC”), and then eventually transferred to computer system RAM and/or to less volatile computer storage media at a computer system. Thus, it should be understood that computer storage media can be included in computer system components that also (or even primarily) utilize transmission media.
  • Computer-executable (or computer-interpretable) instructions comprise, for example, instructions which cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions. The computer executable instructions may be, for example, binaries, intermediate format instructions such as assembly language, or even source code. Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the described features or acts described above. Rather, the described features and acts are disclosed as example forms of implementing the claims.
  • Those skilled in the art will appreciate that the invention may be practiced in network computing environments with many types of computer system configurations, including personal computers, desktop computers, laptop computers, message processors, hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, mobile telephones, PDAs, pagers, routers, switches, and the like. The invention may also be practiced in distributed system environments where local and remote computer systems that are linked (either by hardwired data links, wireless data links, or by a combination of hardwired and wireless data links) through a network, each perform tasks (e.g. cloud computing, cloud services and the like). In a distributed system environment, program modules may be located in both local and remote memory storage devices.
  • FIG. 1 illustrates a computer architecture 100 in which the principles of the present invention may be employed. Computer architecture 100 includes a computer system that operates in at least a user mode 140 and a kernel mode 141. The computer system may be any type of local or distributed computer system, including a cloud computing system. Each mode of operation includes different modules configured to perform specific types of operations. These operating modes and computer system modules may be used to deploy virtual applications in a seamless and efficient manner.
  • Virtual software applications, as referred to herein, are applications that appear to be locally run, but are actually run on a network application server. The network application server provides the data for the application to the user over the network. In embodiments herein, a user may begin the process by opening an application has he or she normally would by clicking an application icon (or on a data file that is to be opened by a virtual application. Upon receiving the initiating signal from the user, the operating system initializes process address space for the application's executable file(s) by reading the executable file(s) into memory. It should be noted that, as the term is used herein, “data file” may refer to both a data file that comprises settings files (that are typically not part of the executable code) and/or an image that contains the application's executable binary files. As both settings files and executable files are anticipated and supported herein, the term data files will be used to describe them herein.
  • The operating system then sets the instruction pointer to the entry point for the application, and runs the process. A virtualization layer within the operating system detects and initializes itself during this launch phase. The virtual application is then running on the user's computer system.
  • In some cases, the virtual applications data files are streamed dynamically as they are needed. When the virtual application is published on a target computer system, only sparse data files are created. Sparse data files “look” like normal data files, but only a placeholder exists for the file. The placeholder includes the file's name and size. The content for the data file corresponding to the sparse file has not yet been streamed. The streaming is performed once the actual data for the file is requested. At that point, the data for that file is streamed from the network-accessible data store 130. Typically, a data file's actual data is not needed until the operating system reads the executable file(s) into memory. In other implementations, the file data would be streamed and copied, and the operating system's read request would be satisfied from the data that had been streamed and copied to the computer system's local hard drive (or other data store).
  • Embodiments described herein, however, do not copy the contents of the file to the local hard disk. The streamed content is intercepted by a data input/output (I/O) filter before it can be stored on disk. The data I/O filter passes the streamed data to the application to satisfy the read request. The application then uses the streamed data to operate as it normally would, without any of the streamed data being written to disk. Indeed, the virtual application does not even know (or need to know) that its read request was not satisfied by the local hard drive, but rather by dynamically streamed data. No changes need to be made to the virtual application or the computer system's file system. Rather, the data I/O filter operates seamlessly in the middle to provide a dynamically streamed virtual application. This same virtual software application (stored on the network data store) can be provided to substantially any number of other computer systems and/or virtual machines. Furthermore, when the same application is used across multiple different computer systems, disk space will not be duplicated, as a single copy of the application on a server can be streamed to each of the different computer system. These concepts will be explained further below with regard to methods 200 and 300 of FIGS. 2 and 3, respectively.
  • In view of the systems and architectures described above, methodologies that may be implemented in accordance with the disclosed subject matter will be better appreciated with reference to the flow charts of FIGS. 2 and 3. For purposes of simplicity of explanation, the methodologies are shown and described as a series of blocks. However, it should be understood and appreciated that the claimed subject matter is not limited by the order of the blocks, as some blocks may occur in different orders and/or concurrently with other blocks from what is depicted and described herein. Moreover, not all illustrated blocks may be required to implement the methodologies described hereinafter.
  • FIG. 2 illustrates a flowchart of a method 200 for dynamically delivering virtual software applications. The method 200 will now be described with frequent reference to the components and data of environment 100.
  • Method 200 includes an act of establishing a data input/output (I/O) filter configured to intercept data file requests being sent from a virtual software application to an operating system's file system (act 210). For example, data I/O filter 120 may be established in an operating system kernel mode 141 of a client computer system. The data I/O filter may intercept read request 111 sent from virtual application 110. The data request is a normal application read request, typically sent from the virtual application to the file system 125. In this case, the data I/O filter intercepts the read request that would otherwise be sent to the file system (and, then to disk 126). The I/O data filter is implemented without making changes to how the software application requests data files. As such, the traditional software stack remains unmodified. In some cases, the I/O filter may be a driver running as part of an operating system process.
  • Method 200 then includes an act of the data I/O filter intercepting a data file read request that is configured to retrieve a specified data file from the file system (act 220). For example, data I/O filter 120 may intercept read request 111 before it is sent to the file system 125. The read request is a request for a data file that the virtual application 110 is attempting to access. The data file, rather than being stored on the local disk, is stored in the network-accessible data store 130. For each file that is requested, a sparse file 127 is dynamically created on the disk 126. As explained above, the sparse file is a placeholder file that includes only the file's name and size, but no actual file data. The placeholder satisfies the virtual applications initial request to determine whether the file exists. When the virtual application is satisfied that the file exists (after it reads the sparse file), the application requests the file's actual data in read request 111.
  • This process of intercepting read requests may occur for each file of the application. Accordingly, each file may be dynamically streamed to the virtual application as each file is needed. The files may be streamed singularly or in plural. In some cases, multiple data files may be requested and streamed in parallel. As the read request is received at the data I/O filter, the request is converted to a kernel-mode I/O request which is intercepted by the I/O filter. The data I/O filter then forwards the intercepted read request to the network-accessible data store 130, which is configured to return the specific data file 131 (act 230). In some cases, the intercepted request may be forwarded to a user-mode service 115 that sits between the network-accessible data store and the data I/O filter. The user-mode service may run on the user's computer system or on another network-linked computer system. The system receives data requests 111 from the data I/O filter and forwards the requests on to the network data store. The service may also be used to receive the requested data from the network store and pass it on to the data I/O filter. In some cases, the network data store may comprise the cloud (or the internet), and, as such, the specified data files may be retrieved from the cloud/internet using the hypertext transfer protocol (HTTP).
  • Then, upon receiving the specified data file from the network-accessible data store, the I/O filter sends the specified data file to the virtual software application, so that the specified data file is usable by the virtual application in response to its read request (act 240). Thus, a data request 111 may be intercepted before being sent to disk, and forwarded to a service that fetches the data from a local or remote data store 130. The service the forwards the fetched data 131 back to the I/O filter and the I/O filter forwards the data to the virtual application 110. Accordingly, application files may be dynamically streamed to the user's computer system (specifically to the virtual application) without being stored on the local computer system's file system. Each data file dynamically retrieved from the network data store appears to the virtual software application as if the data files were being received from the computer system's file system.
  • Additionally or alternatively, an application service on the local computer system or the I/O filter may provide services to translate or otherwise modify the received data to ensure that it is readable by the local computer system. Because the application data may be stored in any format, any encryption type and any compression type on the network data store, the application service or I/O filter may be configured to decompress, decrypt and/or reformat the received data to change the data to a readable form. Other operations may also be performed by this service, as needed. In this manner, the system may be implemented without making any changes to the application's native stack.
  • FIG. 3 illustrates a flowchart of a method 300 for allocating application data between local and network data stores. The method 300 will now be described with frequent reference to the components and data of environment 400 of FIG. 4.
  • Method 300 includes an act of receiving from an administrative user an indication of which specified portions of a virtual application are to be stored in a local data store and which portions are to be stored in a network data store (act 310). For example, data I/O filter 420 may receive indication 423 from administrative user 425 indicating which specified portions of virtual application 410 are to be stored in local data store 426 and which portions are to be stored in network-accessible data store 430. Thus, at least in some cases, it may be desirable for a computer administrator to specify that some files be stored locally, on the user's local computer system, while other data files are stored on the remote data store. The administrator may specify which files are stored where, and may update that determination while the user is using the virtual application 410. Accordingly, files 431 that were stored on the local data store 426 may be removed if so specified by the administrator. Conversely, data files may be moved from the network-accessible data store to the local data store if so specified by the administrator. It should be noted that when referring to data files being stored locally, the files are stored locally and exist on disk, but as empty sparse files containing only file name and size information.
  • The administrator may also update application packages on the network data store 430. Then, the next time the updated files are requested by the virtual application, the updated files are provided in place of the old versions. As such, the virtual application may be updated by switching to a new application package. These updated files may be provided to all of the users that subsequently access those files. New files are created on the local file system to replace any local files that need updating.
  • Method 300 also includes an act of generating one or more portions of metadata describing which specified portions of the virtual application are stored on the local data store (act 320). The local computer system may generate metadata 421 which is used by the data I/O filter to determine where to forward data requests 411 received from the virtual application 410. The metadata indicates, for each file, where the data file is stored (either locally 426 or remotely 430). Thus, when the data I/O filter receives a data request from the virtual application, instead of automatically forwarding the request to the user-mode service 115 (or directly to the network data store), the data I/O filter accesses the metadata 421 to determine whether the data is stored locally or on the remote store. If the data is stored locally, the data request is sent to the local file system. If the data is stored remotely, the data request is sent to the network data store. Thus, as explained above, an administrator 425 may indicate where each file is to be stored, and the data I/O may be apprised of the administrator's choices as they are made (via indication 423). Accordingly, the metadata may be continually updated as the administrator allocates data files, and the data I/O filter may correctly forward the data request based on the updated metadata.
  • Thus, as described above, a data file request 411 may be received from a virtual application requesting the data of a specified data file (act 330). The data I/O filter 420 may then determine, based on the generated metadata 421, whether the specified data file is stored on the local data store 426 or the remote data store 430 (act 340). Based on that determination, the data I/O filter sends the data file request to either the local data store or the remote data store (act 350). The data file requests may be received singularly or in plural, and may be forwarded to the appropriate data store singularly or in plural. Similarly, the data 431 may be received as single files or as groups of files. In some cases, different data requests may be being sent to both the local data store and the remote data store simultaneously. When the data requests are satisfied by the respective data stores, the data may be sent back to the data I/O filter, and then on to the virtual application as single files or in groups of files. In some cases, the data may be streamed from either or both of the local data store and the remote, network-accessible data store. As the data from the remote data store is received, it is passes on to the virtual application without storing any data on the local data store.
  • Accordingly, methods, systems and computer program products are provided which dynamically deliver virtual software applications. As the virtual application is used by the user, data files are dynamically and automatically streamed from the network data store as needed by the virtual application. Moreover, methods, systems and computer program products are provided which allow dynamic data allocation between local and network-accessible data stores.
  • The present invention may be embodied in other specific forms without departing from its spirit or essential characteristics. The described embodiments are to be considered in all respects only as illustrative and not restrictive. The scope of the invention is, therefore, indicated by the appended claims rather than by the foregoing description. All changes which come within the meaning and range of equivalency of the claims are to be embraced within their scope.

Claims (20)

What is claimed is:
1. A computing system comprising the following:
one or more processors;
system memory;
one or more computer-readable storage media having stored thereon computer-executable instructions that, when executed by the one or more processors, causes the computing system to perform a method for dynamically delivering data to one or more virtual software applications, the method comprising:
an act of establishing a data input/output (I/O) filter configured to intercept data file requests being sent from a virtual software application to an operating system's file system;
an act of the data I/O filter intercepting a data file read request that is configured to retrieve a specified data file from the file system;
an act of the data I/O filter forwarding the intercepted read request to a network-accessible data store configured to return the specific data file; and
upon receiving the specified data file from the network data store, an act of the I/O filter sending the specified data file to the virtual software application, such that the specified data file is usable by the virtual application in response to its read request.
2. The computing system of claim 1, wherein a plurality of data files are intercepted and streamed to dynamically provide each file needed by the virtual software application.
3. The computing system of claim 1, wherein the data files received from the network data store are not stored on the computer system's file system.
4. The computing system of claim 1, wherein each data file dynamically retrieved from the network data store appears to the virtual software application as if the data files were being received from the computing system's file system.
5. The computing system of claim 1, wherein the I/O data filter is implemented without making changes to how the software application requests data files.
6. The computing system of claim 1, wherein the requested data files are streamed from the network data store to the computing system.
7. The computing system of claim 1, wherein the intercepted request is sent to a user-mode service that is configured to forward the request to the network data store and receive the requested data from the network store.
8. The computing system of claim 7, wherein the user-mode service forwards the received data to the I/O filter, which forwards the data to the virtual application.
9. The computing system of claim 1, wherein the data read request is converted to a kernel-mode I/O request which is intercepted by the I/O filter.
10. The computing system of claim 1, wherein the network data store comprises the cloud, and wherein the specified data file is retrieved from the cloud using the hypertext transfer protocol.
11. The computing system of claim 1, wherein the I/O filter comprises a driver running as part of an operating system process.
12. The computing system of claim 1, wherein upon receiving the first data read request, a sparse file is created on the file system, the sparse file including the file name and file size of the requested data file.
13. A computing system comprising the following:
one or more processors;
system memory;
one or more computer-readable storage media having stored thereon computer-executable instructions that, when executed by the one or more processors, causes the computing system to perform a method for allocating application data between local and network data stores, the method comprising:
an act of receiving from an administrative user an indication of which specified portions of a virtual application are to be stored in a local data store and which portions are to be stored in a network data store;
an act of generating one or more portions of metadata describing which specified portions of the virtual application are stored on the local data store;
an act of receiving a data file request from a virtual application requesting the data of a specified data file;
an act of determining, based on the generated metadata, whether the specified data file is stored on the local data store or the remote data store; and
an act of selectively sending the data file request to either the local data store or the remote data store, by sending the data file request to the local data store when it is determined that the specified data file is stored at the local data store and sending the data file request to the remote data store when it is determined that the specified data file is stored at the remote data store.
14. The computing system of claim 13, wherein the administrative user updates an application on the network data store by replacing the application package.
15. The computing system of claim 14, wherein a local service on the local computer system is configured to perform at least one of the following to ensure that the data is readable by the computing system: decrypt the data files, reformat the data files and decompress the data files.
16. The computing system of claim 13, further comprising, in response to sending the data file request to at least one the local data store and the remote data store, an act of receiving the requested data file from at least one of the local data store and the remote data store.
17. The computing system of claim 16, wherein upon determining that the requested data file was stored in the local data store, automatically updating the generated metadata to indicate the stored location of the requested data file.
18. A computing system comprising the following:
one or more processors;
system memory;
one or more computer-readable storage media having stored thereon computer-executable instructions that, when executed by the one or more processors, causes the computing system to perform a method for dynamically delivering virtual software applications, the method comprising:
an act of establishing a data input/output (I/O) filter configured to intercept data file requests being sent from a virtual software application to a file system;
an act of I/O filter intercepting a data file read request that is configured to a retrieve a requested data file from the file system;
an act of indicating to the virtual software application that the requested data file exists, the indication including the requested data file's file name and size;
an act of receiving a request from the virtual software application for the actual data content of the requested data file;
an act of forwarding the intercepted read request to a user-mode service that forwards the data request to a network-accessible data store configured to return the requested data file; and
upon receiving the requested data file from the network data store at the user-mode service, an act of the user-mode service forwarding the data file content to the I/O filter which sends the requested data file content to the virtual software application, such that the requested data file is usable by the virtual application in response to its read request.
19. The computing system of claim 18, wherein the requested data file is streamed to the virtual software application without saving any of the data file's contents on the file system.
20. The computing system of claim 19, wherein as the virtual software application is used by the user, data files are dynamically and automatically streamed from the network data store as needed by the virtual application.
US14/577,767 2011-12-15 2014-12-19 Autonomous network streaming Abandoned US20150106440A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/577,767 US20150106440A1 (en) 2011-12-15 2014-12-19 Autonomous network streaming

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US13/327,695 US8938550B2 (en) 2011-12-15 2011-12-15 Autonomous network streaming
US14/577,767 US20150106440A1 (en) 2011-12-15 2014-12-19 Autonomous network streaming

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/327,695 Continuation US8938550B2 (en) 2011-12-15 2011-12-15 Autonomous network streaming

Publications (1)

Publication Number Publication Date
US20150106440A1 true US20150106440A1 (en) 2015-04-16

Family

ID=47968839

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/327,695 Active 2033-01-16 US8938550B2 (en) 2011-12-15 2011-12-15 Autonomous network streaming
US14/577,767 Abandoned US20150106440A1 (en) 2011-12-15 2014-12-19 Autonomous network streaming

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US13/327,695 Active 2033-01-16 US8938550B2 (en) 2011-12-15 2011-12-15 Autonomous network streaming

Country Status (12)

Country Link
US (2) US8938550B2 (en)
EP (1) EP2791787B1 (en)
JP (1) JP6188713B2 (en)
KR (1) KR101991537B1 (en)
CN (1) CN103020235B (en)
AU (1) AU2012352719B2 (en)
BR (1) BR112014014336B1 (en)
CA (1) CA2858081A1 (en)
ES (1) ES2623299T3 (en)
MX (1) MX347985B (en)
RU (1) RU2612579C2 (en)
WO (1) WO2013090101A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9870372B2 (en) 2011-12-15 2018-01-16 Microsoft Technology Licensing, Llc Fast application streaming using on-demand staging

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130159382A1 (en) * 2011-12-15 2013-06-20 Microsoft Corporation Generically presenting virtualized data
US9166866B2 (en) * 2013-04-30 2015-10-20 Microsoft Technology Licensing, Llc Hydration and dehydration with placeholders
US9405767B2 (en) 2013-05-01 2016-08-02 Microsoft Technology Licensing, Llc Streaming content and placeholders
US10404520B2 (en) * 2013-05-29 2019-09-03 Microsoft Technology Licensing, Llc Efficient programmatic memory access over network file access protocols
US9641614B2 (en) 2013-05-29 2017-05-02 Microsoft Technology Licensing, Llc Distributed storage defense in a cluster
US20160085765A1 (en) * 2014-09-22 2016-03-24 Amazon Technologies, Inc. Computing environment selection techniques
JP6619708B2 (en) * 2016-08-08 2019-12-11 日本電信電話株式会社 Data separation evaluation apparatus, data separation evaluation method, and data separation evaluation program
US10996897B2 (en) 2016-08-25 2021-05-04 Microsoft Technology Licensing, Llc Storage virtualization for directories
US11507534B2 (en) 2017-05-11 2022-11-22 Microsoft Technology Licensing, Llc Metadata storage for placeholders in a storage virtualization system

Citations (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060031547A1 (en) * 2004-05-07 2006-02-09 Wyse Technology Inc. System and method for integrated on-demand delivery of operating system and applications
US20060235871A1 (en) * 2005-04-18 2006-10-19 James Trainor Method and system for managing metadata information
US7451196B1 (en) * 2000-12-15 2008-11-11 Stream Theory, Inc. Method and system for executing a software application in a virtual environment
US20080281884A1 (en) * 2000-12-29 2008-11-13 Vmware, Inc. Disk blocking streaming
US20090164994A1 (en) * 2007-12-20 2009-06-25 Virtual Computer, Inc. Virtual computing management systems and methods
US7577751B2 (en) * 1997-06-16 2009-08-18 Stream Theory, Inc./Endeavors Technologies, Inc. Software streaming system and method
US20100306270A1 (en) * 2009-05-26 2010-12-02 Microsoft Corporation Generating a local copy of a virtualized application package from a local installation
US20100333085A1 (en) * 2009-06-25 2010-12-30 Microsoft Corporation Streaming Optimized Virtual Application Images
US20110029968A1 (en) * 2009-08-03 2011-02-03 James Sanders Streaming An Application Install Package Into A Virtual Environment
US20120158819A1 (en) * 2010-12-21 2012-06-21 Microsoft Corporation Policy-based application delivery
US20120283017A1 (en) * 2011-04-28 2012-11-08 Approxy Inc. Ltd. Adaptive Application Streaming In Cloud Gaming
US20120297311A1 (en) * 2007-04-23 2012-11-22 Smx Inet Global Services Sa Providing a user with virtual computing services
US8495625B1 (en) * 2010-07-27 2013-07-23 Symantec Corporation Method and system for creation of streamed files on-demand
US20130212222A1 (en) * 2009-09-17 2013-08-15 Adobe Systems Incorporated Stream duration management
US8527706B2 (en) * 2005-03-23 2013-09-03 Numecent Holdings, Inc. Opportunistic block transmission with time constraints
US8533705B2 (en) * 2000-03-09 2013-09-10 Extent Technologies, Ltd. Registry emulation
US8560825B2 (en) * 2010-06-30 2013-10-15 International Business Machines Corporation Streaming virtual machine boot services over a network
US8676938B2 (en) * 2011-06-28 2014-03-18 Numecent Holdings, Inc. Local streaming proxy server
US8831995B2 (en) * 2000-11-06 2014-09-09 Numecent Holdings, Inc. Optimized server for streamed applications
US8892738B2 (en) * 2007-11-07 2014-11-18 Numecent Holdings, Inc. Deriving component statistics for a stream enabled application
US9141934B2 (en) * 2008-04-07 2015-09-22 Blackberry Limited Techniques for deploying virtual software applications on desktop computers

Family Cites Families (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5953729A (en) * 1997-12-23 1999-09-14 Microsoft Corporation Using sparse file technology to stage data that will then be stored in remote storage
US6311221B1 (en) * 1998-07-22 2001-10-30 Appstream Inc. Streaming modules
US6574618B2 (en) * 1998-07-22 2003-06-03 Appstream, Inc. Method and system for executing network streamed application
US7693992B2 (en) 2000-06-14 2010-04-06 Disney Enterprises, Inc. Technique for providing access to data
JP2004502236A (en) * 2000-06-26 2004-01-22 ピクセル ソフトウェア テクノロジーズ リミテッド System and method for enabling fast startup and execution of stream-type application on demand
EP1364510B1 (en) * 2000-10-26 2007-12-12 Prismedia Networks, Inc. Method and system for managing distributed content and related metadata
US7047377B2 (en) * 2002-08-20 2006-05-16 Gruintine Pueche, Inc. System and method for conducting an auction-based ranking of search results on a computer network
US6999913B2 (en) * 2002-12-10 2006-02-14 John Alan Hensley Emulated read-write disk drive using a protected medium
US7769794B2 (en) * 2003-03-24 2010-08-03 Microsoft Corporation User interface for a file system shell
RU2007111482A (en) * 2004-09-30 2008-11-10 Ситрикс Системз. Инк. (Us) METHOD AND SYSTEM OF ACCESS TO RESOURCES
KR100715674B1 (en) 2005-09-15 2007-05-09 한국전자통신연구원 Load balancing method and software steaming system using the same
US8903916B2 (en) 2006-07-05 2014-12-02 International Business Machines Corporation Method, system, and computer-readable medium to render repeatable data objects streamed over a network
US7788394B2 (en) 2006-08-31 2010-08-31 General Instrument Corporation Streaming content over an internet protocol network
US7987335B1 (en) 2008-03-28 2011-07-26 Symantec Corporation Techniques for virtualizing data
US8005851B2 (en) * 2008-05-21 2011-08-23 Microsoft Corporation Streaming virtual disk for virtual applications
KR20100071688A (en) 2008-12-19 2010-06-29 한국전자통신연구원 A streaming service system and method for universal video access based on scalable video coding
US8060560B2 (en) * 2009-08-27 2011-11-15 Net Power And Light, Inc. System and method for pervasive computing
US20110106937A1 (en) 2009-10-29 2011-05-05 Fluke Corporation Mixed-mode analysis
US8643856B2 (en) * 2010-02-02 2014-02-04 Ricoh Company, Ltd. Methods and systems for network printing with user selectable settings
CN101799826B (en) * 2010-03-04 2011-09-14 中国电子科技集团公司第二十八研究所 Networking data sharing system and method based on virtual view
EP2545424A4 (en) 2010-03-09 2014-07-16 Happy Cloud Inc Data streaming for interactive decision-oriented software applications
US8489708B2 (en) * 2010-04-06 2013-07-16 Microsoft Corporation Virtual application extension points
US8490088B2 (en) * 2010-09-10 2013-07-16 International Business Machines Corporation On demand virtual machine image streaming
CN102014158B (en) * 2010-11-29 2013-07-10 北京兴宇中科科技开发股份有限公司 Cloud storage service client high-efficiency fine-granularity data caching system and method

Patent Citations (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7577751B2 (en) * 1997-06-16 2009-08-18 Stream Theory, Inc./Endeavors Technologies, Inc. Software streaming system and method
US8509230B2 (en) * 1997-06-16 2013-08-13 Numecent Holdings, Inc. Software streaming system and method
US8533705B2 (en) * 2000-03-09 2013-09-10 Extent Technologies, Ltd. Registry emulation
US8831995B2 (en) * 2000-11-06 2014-09-09 Numecent Holdings, Inc. Optimized server for streamed applications
US7451196B1 (en) * 2000-12-15 2008-11-11 Stream Theory, Inc. Method and system for executing a software application in a virtual environment
US20080281884A1 (en) * 2000-12-29 2008-11-13 Vmware, Inc. Disk blocking streaming
US20060031547A1 (en) * 2004-05-07 2006-02-09 Wyse Technology Inc. System and method for integrated on-demand delivery of operating system and applications
US20120259958A1 (en) * 2004-05-07 2012-10-11 Wyse Technology Inc. System and method for on-demand delivery of operating system and/or applications
US8527706B2 (en) * 2005-03-23 2013-09-03 Numecent Holdings, Inc. Opportunistic block transmission with time constraints
US20060235871A1 (en) * 2005-04-18 2006-10-19 James Trainor Method and system for managing metadata information
US20120297311A1 (en) * 2007-04-23 2012-11-22 Smx Inet Global Services Sa Providing a user with virtual computing services
US8892738B2 (en) * 2007-11-07 2014-11-18 Numecent Holdings, Inc. Deriving component statistics for a stream enabled application
US20090164994A1 (en) * 2007-12-20 2009-06-25 Virtual Computer, Inc. Virtual computing management systems and methods
US9141934B2 (en) * 2008-04-07 2015-09-22 Blackberry Limited Techniques for deploying virtual software applications on desktop computers
US20100306270A1 (en) * 2009-05-26 2010-12-02 Microsoft Corporation Generating a local copy of a virtualized application package from a local installation
US8533151B2 (en) * 2009-05-26 2013-09-10 Microsoft Corporation Generating a local copy of a virtualized application package from a local installation
US20100333085A1 (en) * 2009-06-25 2010-12-30 Microsoft Corporation Streaming Optimized Virtual Application Images
US20110029968A1 (en) * 2009-08-03 2011-02-03 James Sanders Streaming An Application Install Package Into A Virtual Environment
US20130212222A1 (en) * 2009-09-17 2013-08-15 Adobe Systems Incorporated Stream duration management
US8560825B2 (en) * 2010-06-30 2013-10-15 International Business Machines Corporation Streaming virtual machine boot services over a network
US8495625B1 (en) * 2010-07-27 2013-07-23 Symantec Corporation Method and system for creation of streamed files on-demand
US20120158819A1 (en) * 2010-12-21 2012-06-21 Microsoft Corporation Policy-based application delivery
US20120283017A1 (en) * 2011-04-28 2012-11-08 Approxy Inc. Ltd. Adaptive Application Streaming In Cloud Gaming
US8676938B2 (en) * 2011-06-28 2014-03-18 Numecent Holdings, Inc. Local streaming proxy server

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9870372B2 (en) 2011-12-15 2018-01-16 Microsoft Technology Licensing, Llc Fast application streaming using on-demand staging

Also Published As

Publication number Publication date
CN103020235B (en) 2017-04-12
US8938550B2 (en) 2015-01-20
EP2791787A4 (en) 2015-11-04
JP6188713B2 (en) 2017-08-30
US20130159381A1 (en) 2013-06-20
KR20140101370A (en) 2014-08-19
ES2623299T3 (en) 2017-07-10
EP2791787A1 (en) 2014-10-22
MX347985B (en) 2017-05-22
RU2014123714A (en) 2015-12-20
MX2014007166A (en) 2014-08-21
AU2012352719B2 (en) 2017-09-28
BR112014014336B1 (en) 2021-08-17
CN103020235A (en) 2013-04-03
RU2612579C2 (en) 2017-03-09
KR101991537B1 (en) 2019-09-30
BR112014014336A2 (en) 2017-06-13
AU2012352719A1 (en) 2014-07-03
JP2015507787A (en) 2015-03-12
EP2791787B1 (en) 2017-02-01
CA2858081A1 (en) 2013-06-20
WO2013090101A1 (en) 2013-06-20

Similar Documents

Publication Publication Date Title
US8938550B2 (en) Autonomous network streaming
US9870372B2 (en) Fast application streaming using on-demand staging
US10656845B2 (en) System and method for managing container image
US11586672B2 (en) Remote virtualized asset delivery and local provisioning
US20220147378A1 (en) Container image creation and deployment
US9740717B2 (en) Method of operation for a hierarchical file block variant tracker apparatus
US20090327303A1 (en) Intelligent allocation of file server resources
US20160357780A1 (en) Hierarchical file block variant tracker apparatus coupled to a Librarian and to a remote file service
Choi et al. Sdm: A scientific dataset delivery platform
US9336252B2 (en) Mobile application cache based on extreme scale technology
US11226990B2 (en) System and method for operating a digital storage system
US20190220445A1 (en) hierarchical file block variant tracking for performance in parallelism at multi-disk arrays
US10609134B2 (en) Providing application virtualization using a peer-to-peer model

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MORGAN, PETER AZIZ;REEL/FRAME:034560/0942

Effective date: 20111212

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034819/0001

Effective date: 20150123

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION