US9521214B2 - Application acceleration with partial file caching - Google Patents
Application acceleration with partial file caching Download PDFInfo
- Publication number
- US9521214B2 US9521214B2 US13/237,722 US201113237722A US9521214B2 US 9521214 B2 US9521214 B2 US 9521214B2 US 201113237722 A US201113237722 A US 201113237722A US 9521214 B2 US9521214 B2 US 9521214B2
- Authority
- US
- United States
- Prior art keywords
- file
- client
- application
- edge server
- cache
- 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.)
- Active, expires
Links
Images
Classifications
-
- 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/34—Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters
-
- 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/2866—Architectures; Arrangements
- H04L67/2885—Hierarchically arranged intermediate devices, e.g. for hierarchical caching
-
- H04L29/06034—
-
- 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/131—Protocols for games, networked simulations or virtual reality
Definitions
- Some computer applications require the downloading of resources through a client-server connection over a network before the applications can start.
- the long startup time may deter some end users from using the applications. Therefore, improved techniques for downloading the resources for these applications would be desirable.
- FIG. 1 is a block diagram illustrating an embodiment of a client-server connection through a network for downloading files or content for starting and loading an application on the client side.
- FIG. 2 is a diagram illustrating an embodiment of a Small Web Format (SWF) file.
- SWF Small Web Format
- FIG. 3 is a diagram illustrating an embodiment of a webpage described by an HTML file.
- FIG. 4 is a diagram illustrating an embodiment of a client-server connection through a network for downloading files or content for starting or loading an application on the client side.
- FIG. 5 is a diagram illustrating an embodiment of a process 500 for downloading a file from a server to a client, wherein the file is for starting and loading an application on the client side.
- FIG. 6 is a diagram illustrating an embodiment of a profiling process 600 for determining the initial portions of original startup SWF files that are sufficient to permit initial functioning of the application in process 500 .
- the invention can be implemented in numerous ways, including as a process; an apparatus; a system; a composition of matter; a computer program product embodied on a computer readable storage medium; and/or a processor, such as a processor configured to execute instructions stored on and/or provided by a memory coupled to the processor.
- these implementations, or any other form that the invention may take, may be referred to as techniques.
- the order of the steps of disclosed processes may be altered within the scope of the invention.
- a component such as a processor or a memory described as being configured to perform a task may be implemented as a general component that is temporarily configured to perform the task at a given time or a specific component that is manufactured to perform the task.
- the term ‘processor’ refers to one or more devices, circuits, and/or processing cores configured to process data, such as computer program instructions.
- FIG. 1 is a block diagram illustrating an embodiment of a client-server connection through a network for downloading files or content for starting and loading an application on the client side.
- a client 102 is connected to a server 104 through a network 106 .
- Network 106 may be any combination of public or private networks, including intranets, LANs, WANs, and the Internet.
- Server 104 sends one or more files or other content through network 106 to client 102 .
- the one or more files or content sent by server 104 to client 102 are files or content required by client 102 before a process can start to run.
- the process that requires the one or more files from server 104 is a game application.
- the game application may be a browser game, i.e., a computer game played over the Internet using a web browser.
- Browser games include social network games, such as FarmVille, Mafia Wars, FrontierVille, and the like. These social network games are online games that are distributed through social networks, e.g., Facebook, and may feature multiplayer gameplay mechanics.
- the popular browser-based social network game, FarmVille is used hereinafter as an example for the process or application described above. Farmville is selected for illustration purposes only; accordingly, the present application is not limited to this specific example only.
- FarmVille is a farm simulation game available as an application on the social networking website Facebook.
- the game allows members of Facebook to manage a virtual farm by planting, growing, and harvesting virtual crops and trees or raising livestock.
- SWF Small Web Format
- SWF can be used to present vector-based objects and images, audio, video, text, and other forms of interaction with the end user.
- the SWF files can be played by an Adobe Flash Player as a browser plugin. For example, text can be displayed, audio can be played, and movie clips can be played as the game begins.
- FIG. 2 is a diagram illustrating an embodiment of a SWF file.
- a SWF file has different sections, including the character, symbol table, and timeline sections.
- the character section is used to store contents, such as images, movie clips, audio, and the like.
- the character section of a SWF file sent by a FarmVille server may include image files (e.g., bitmap or jpeg files) and movie clips files (e.g., mpeg files) of various crops that may be planted on the farm, farm animals that can be raised on the farm, and the like.
- the timeline section has code to define how the animation of the game should progress over time.
- the timeline may specify that a particular farm animal, e.g., a sheep, should be displayed at time t 0 at a particular position on the screen.
- the symbol section includes code, e.g., actionscripts, for loading the image file (e.g., sheep.jpg or sheep.bmp) of the farm animal from the character section. The loaded image can then be displayed on the screen at the specified time and location.
- the symbol table section also includes character ID and class name information.
- the number of SWF files for starting up FarmVille on the client side and the content of those SWF files are different for different player levels. As the player level increases, the number of SWF files for starting up FarmVille on the client side and the size of those SWF files may increase. This is because some characters are only made available to players at or above a certain player level.
- each player level has a different set of startup SWF files
- players at the same player level receive an identical set of SWF files.
- the set of startup SWF files for a particular player level is updated periodically to incorporate new features or new characters for the game. Since the set of startup SWF files for a particular player level is not dynamically generated for a particular game player by the game publisher (i.e., Zynga), some game players may receive characters in the set of SWF files that are never used during their respective games.
- the size (in bytes) of each image or movie clip file is typically large, receiving unnecessary characters embedded in the set of startup SWF files on the client side over a network translates to a long startup or loading time for the game, especially for higher player levels. In some cases, the long startup time can even deter some game players from playing the game. Therefore, a technique to speed up the startup time for a process or application on the client side, without compromising the game player's experience, would be desirable.
- the process that requires the one or more files or content from server 104 is a web browser accessing a webpage.
- the webpage may be described by different markup languages, including Hypertext Markup Language (HTML), Extensible Markup Language (XML), and the like.
- the webpage may also be described by different scripting languages, including JavaScript Object Notation (JSON), and the like.
- JSON JavaScript Object Notation
- HTML is used hereinafter as an example of the various languages for describing webpages. Note that the examples of HTML are selected for illustration purposes only; accordingly, the present application is not limited to these specific examples only.
- FIG. 3 is a diagram illustrating an embodiment of a webpage described by an HTML file.
- a web browser sends a Hypertext Transfer Protocol (HTTP) request message to a content server requesting the HTML webpage file.
- HTTP Hypertext Transfer Protocol
- the content server After the content server locates the requested HTML webpage file, the content server returns the requested HTML webpage file in an HTTP response message to the web browser.
- the web browser parses the received webpage file and begins to render a portion of the webpage, e.g., a text portion, on a screen.
- the webpage file may include one or more scripts.
- the webpage may include a number of icons or buttons for a webpage viewer to click on.
- a script associated with a specific icon or button is executed on the client side only if the webpage viewer clicks on the corresponding icon or button. Since some of the icons or buttons on the webpage are never clicked by some webpage viewers when they are accessing the webpage, the webpage file received by these webpage viewers include unnecessary information and content that is sent through network 106 . Receiving unnecessary information and content embedded in the HTTP response message on the client side over a network translates to a longer loading time for the webpage. Therefore, a technique to speed up the loading time for a process or application on the client side, without compromising the webpage viewer's experience, would be desirable.
- FIG. 4 is a diagram illustrating an embodiment of a client-server connection through a network for downloading files or content for starting or loading an application on the client side.
- client 102 no longer receives the startup files for running the FarmVille browser game directly from server 104 (as shown in FIG. 1 ) but from an edge server 404 other than server 104 .
- the edge server 404 that the client is receiving the startup files from is one of a plurality of edge servers ( 404 and 405 ) in a content delivery network or content distribution network (CDN).
- edge server 404 that is connected to client 102 is the edge server that is located geographically closest to client 102 .
- server 104 has access to the original startup SWF files provided by the game publisher of FarmVille (i.e., Zynga). These original startup SWF files are the SWF files that are normally downloaded by the user's browser when the game is started. As shown in FIG. 4 , a primary store server 402 periodically obtains the most updated version of these original startup SWF files from server 104 . In some embodiments, primary store server 402 stores a copy of the original startup SWF files in a local cache/memory of primary store server 402 . In some embodiments, primary store server 402 breaks down the SWF files into portions, e.g., into one or more partial SWF files.
- the one or more partial SWF files can be non-overlapping or overlapping.
- the degree of granularity of the partial SWF files can be different.
- a partial SWF file may be an image file included in the character section of a SWF file.
- a partial SWF file is the entire SWF file itself.
- a partial SWF file is a skeleton SWF file (referred to hereinafter as a skeleton) with most or all of the characters removed.
- edge server 404 connected to client 102 includes a transformation module for generating modified startup SWF files (denoted SWF′) for a particular player level and transmitting the SWF′ files to client 102 upon the client's request. For example, if server 104 provides three startup SWF files (SWF 1 , SWF 2 , and SWF 3 ) for starting the game at a particular player level, then three modified startup SWF′ files (SWF 1 ′, SWF 2 ′, and SWF 3 ′) are dynamically generated by edge server 404 and sent to client 102 .
- the modified startup SWF′ files are generated based on one or more partial SWF files.
- a modified startup SWF′ file is generated by combining multiple partial SWF files together, e.g., by combining a skeleton with a plurality of image files together.
- the modified startup SWF′ files are smaller in size (measured in bytes) than the original startup SWF files, thereby reducing the downloading time of the files and thus the startup time of the application.
- the modified startup SWF′ files contain portions of the original startup SWF files. These initial portions provide resources for the initial functioning of the application. For example, only a portion of the characters embedded in the original startup SWF files are required for the initial functioning of the application.
- the initial portions for each player level and each player (or a group of players) may be determined empirically. For example, the initial portions may be determined based on statistics collected by the edge servers ( 404 and 405 ) in a profiling process, which will be described in greater detail below.
- partial SWF files may be distributed among the local cache/memory of primary store server 402 and the local caches of one or more of the plurality of edge servers ( 404 and 405 ).
- the local cache of primary store server 402 and the local caches of the plurality of edge servers ( 404 and 405 ) form a hierarchy of caches for storing the partial SWF files.
- a particular partial SWF file is determined to be stored in a particular local cache at least in part based on the profiling process.
- a copy of the partial SWF file may be stored lower in the hierarchy of caches with relatively shorter latency paths to the clients, e.g., at one or more of the plurality of edge servers ( 404 and 405 ). In this case, since multiple copies are stored, more cache/memory space is required. However, the time needed for generating modified SWF′ files by an edge server will be reduced because the partial SWF file does not have to be fetched from a remote location.
- a copy of the partial SWF file may be stored higher in the hierarchy of caches with relatively higher latency paths to the clients, e.g., at primary store server 402 only. In this case, since only a single copy is stored, less cache space is required. However, the time for generating modified SWF′ files by an edge server will be increased because edge server 404 needs to fetch the partial SWF file prior to the generation of the modified SWF′ files.
- the game publisher may include code in the game application to be executed on the game player's machine (e.g., a laptop or smartphone) such that when the game is started, the browser will request (e.g., using HTTP requests) for startup files from primary store server 402 or from one of the plurality of edge servers ( 404 and 406 ), instead of from server 104 .
- the browser will request (e.g., using HTTP requests) for startup files from primary store server 402 or from one of the plurality of edge servers ( 404 and 406 ), instead of from server 104 .
- HTTP requests e.g., HTTP requests
- FIG. 5 is a diagram illustrating an embodiment of a process 500 for downloading a file from a server to a client, wherein the file is for starting and loading an application on the client side.
- an indication indicating that a client has sent a request for a file that includes content related to executing an application is received by an edge server.
- the request may be an HTTP request for a startup SWF file containing content that is related to executing an application, such as a game application.
- the request is an HTTP request for an HTML webpage file.
- the request is received by the edge server, and the indication is the request itself.
- the request is received by a primary store server (e.g., primary store server 402 in FIG. 4 ) and an indication is sent from the primary store server to the edge server indicating that the client has sent the request for the file.
- a primary store server e.g., primary store server 402 in FIG. 4
- the edge server analyzes its interaction with the client to determine a first portion of the file that is likely to be required by the client for executing the application sooner than a second portion of the file. For example, the edge server analyzes its interaction with the client as part of a profiling process, as will be described in greater detail below. By analyzing its interaction with the client, the edge server may determine that the first portion of the file includes a subset of the characters embedded in an original startup SWF file provided by the game publisher.
- the first portion of the file may include the image or movie clip files of the most commonly planted crops or most commonly raised farm animals, background image files, the FarmVille logo, and the like. In other embodiments, the first portion of the file may include the image or movie clip files of the crops or animals that were previously planted or raised by a game player associated with the client.
- the edge server generates a modified file that includes the first portion of the file, but not the second portion of the file.
- the modified file is generated dynamically for a particular client.
- the modified file is generated for a group of clients sharing similar characteristics.
- the image or movie clip files of some of the less commonly planted crops or less commonly raised farm animals are not embedded in the character section of the modified startup SWF′ file.
- the first portion of the file is sufficient to permit initial functioning of the application.
- the generated modified file is transmitted to the client by the edge server.
- the application can be executed at 510 .
- a game player associated with the client may begin to plant crops on the virtual farm, and so forth. For example, if the game player chooses to plant a particular crop and the image file for the crop is embedded in the character section of the modified startup SWF′ file, then the application can begin to access the image file locally by accessing the modified startup SWF′ file. If, however, the game player chooses to plant a particular crop and the image file for the crop is not embedded in the character section of the modified startup SWF′ file, then the image file is accessed using a placeholder in the modified startup SWF′ file.
- the modified file is formatted with at least one placeholder for the second portion of the file.
- the at least one placeholder allows the application to access the second portion of the file.
- the placeholder may be program code, data structures, interfaces, or a combination thereof, that allow the application to access the second portion of the file.
- the second portion of the file may be fetched from one of the following: 1) one of the servers (the primary store server or the edge servers) through the network, or 2) a local cache, file system, or memory on the client device.
- the modified startup SWF′ file includes program code, data structures, or interfaces from the original SWF file and also new code, data structures, or interfaces that are added by the edge server.
- a character is represented by a class.
- the class of a character is instantiated by calling the function “new( )” before the character is used in the application. Because a particular character may not be actually embedded in the character section of the modified SWF′ file, a new class for the character is created.
- the new class may import the same interfaces of the original class.
- Program code for loading the image includes program code from the original SWF file and also new code added by the edge server.
- the original program code that uses the character will call into the new code such that before a character is loaded, the character is looked up in one of the following three locations: 1) the character section of the modified SWF′ files, 2) one of the servers (the primary store server or the edge server) through the network, or 3) a local cache, file system, or memory associated with the client.
- the first location is the character section of the modified SWF′ files.
- image or movie clip files of some of the most commonly planted crops or most commonly raised farm animals, background image files, the FarmVille logo, and the like can be embedded in the character section of the modified startup SWF′ file.
- the second location is one of the servers (the primary server or the edge servers).
- the primary server or the edge servers In the FarmVille example, image or movie clip files of some of the less commonly planted crops or less commonly raised farm animals are not embedded in the character section of the modified startup SWF′ file. Therefore, if a game player chooses a character that falls into this category, the client will not be able to access its content from the modified startup SWF′ file. Instead, the client needs to explicitly request (e.g., using HTTP requests) one of the servers to send the content for the character over the network. In this case, the game player enjoys a shorter startup time at the beginning of the game, but may experience some network latency at a later stage. After the content of the character is received, it is loaded by the application for immediate use. The content is also stored locally in the cache, in a file, or memory associated with the client for later retrieval.
- the third location is the local cache, file system, or memory on the client device.
- the contents for some of the characters are already stored in the local cache, file system, or memory of the game player's device (e.g., a laptop or smartphone) before a game is started. For example, if the game has been played on the device before, contents for some of the characters that have been previously fetched from one of the servers can be found in the local cache, file system, or memory on the device.
- FIG. 6 is a diagram illustrating an embodiment of a profiling process 600 for determining the initial portions of original startup SWF files that are sufficient to permit initial functioning of the application in process 500 .
- a subset of client-server connections are selected for determining the initial portions of the original startup SWF files that are sufficient to permit initial functioning of the application.
- only client-server connections that correspond to a specific client are selected, and the profiling process is for profiling a single client/game player.
- the results of the profiling process may be stored in a user metadata file or log.
- only client-server connections that correspond to a specific group of clients are selected, and the profiling process is for profiling a single group of clients/game players.
- the results of the profiling process may be stored in a group-user metadata file or log.
- the subset of client-server connections is in part selected based on the connection speed of those connections. For example, high-speed connections may be preferred in some embodiments.
- the profiling process 600 is performed during a trial period, and the subset of client-server connections corresponds to the connections made during the trial period.
- the player level is determined in part based on the number of startup SWF files requested by the client.
- the number of SWF files for starting up the game on the client side and the contents of those SWF files are different for different player levels. Therefore, based on the number of startup SWF files requested, the server may determine the player level.
- modified SWF′ files are sent with no characters embedded in the character sections of the modified SWF′ files. Since the modified SWF′ files do not have any characters embedded in the character sections of the files, the client needs to request for the characters that the application needs explicitly.
- requests for characters from the client are received. For example, if the game player chooses to plant a particular crop and the image file for the crop is not embedded in the character sections of the modified startup SWF′ files, then the image file is accessed using a placeholder in one of the modified startup SWF′ files. Assuming that the image file is not found locally, a request for the image file is sent through the network to the server.
- modified startup SWF′ files are generated based on the received requests and the determined player level. For example, if a particular crop is requested by 70% or more of the connections at player level #2, then the content corresponding to the crop is included in the character section of one of the modified startup SWF′ files for player level #2; otherwise, the content corresponding to that crop is not included. In this way, modified SWF′ files for different player levels can be generated based on the collected statistics. In some embodiments, the statistics collected by process 600 above can additionally be used for determining the distribution of partial SWF files in the hierarchy of caches as shown in FIG. 4 .
- a copy of the partial SWF file may be stored lower in the hierarchy of caches, e.g., at one or more of the plurality of edge servers ( 404 and 405 ).
- additional resources can be pushed from edge server 404 to client 102 . These additional resources are pushed to the client even if the client has not specifically requested for them.
- the profiling process 600 may be used to determine the resources that are pushed and the order in which the resources are pushed. For example, characters that are frequently requested by game players at a particular player level but are not included in the modified start SWF′ files can be pushed to the client using this method. For example, characters that are frequently requested at an earlier stage of the player level are pushed earlier. Pushing resources to the client trades increased bandwidth requirements for reduced network latency.
- the determination of whether to push resources to the client this way or what kind of resources to push can be based on different factors. For example, the determination can be based on the preferences of the game developer and/or the game player, the speed of the connection, and the device (e.g., a smartphone or laptop) on which the application is run.
- the device e.g., a smartphone or laptop
- the local caches of the various servers can be used to store partial files in different content granularity.
- the servers may cache at the level of characters.
- the content granularity of the CDN is a character. If a character changes, only the character needs to be distributed, as opposed to the entire SWF file.
- the quality of the characters can be adapted based on the network bandwidth. For example, when the available bandwidth is limited, the image file of a character sent in a modified startup SWF′ file can be a compressed image file.
- Distributing content dynamically as described above reduces the quantity and the volume of the content that is distributed to the end-users. As a result, the downloading time and startup time are reduced. Because of the reduced network activities, battery consumption by the user devices (e.g., phones and tablets) is also reduced. In some embodiments, the client is installed in the firmware of the user devices, thereby providing faster and improved responses.
- the user devices e.g., phones and tablets
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims (31)
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/237,722 US9521214B2 (en) | 2011-09-20 | 2011-09-20 | Application acceleration with partial file caching |
PCT/US2012/052162 WO2013043305A1 (en) | 2011-09-20 | 2012-08-23 | Application acceleration with partial file caching |
EP12834548.5A EP2758890B1 (en) | 2011-09-20 | 2012-08-23 | Application acceleration with partial file caching |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/237,722 US9521214B2 (en) | 2011-09-20 | 2011-09-20 | Application acceleration with partial file caching |
Publications (2)
Publication Number | Publication Date |
---|---|
US20130073689A1 US20130073689A1 (en) | 2013-03-21 |
US9521214B2 true US9521214B2 (en) | 2016-12-13 |
Family
ID=47881702
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/237,722 Active 2033-07-02 US9521214B2 (en) | 2011-09-20 | 2011-09-20 | Application acceleration with partial file caching |
Country Status (3)
Country | Link |
---|---|
US (1) | US9521214B2 (en) |
EP (1) | EP2758890B1 (en) |
WO (1) | WO2013043305A1 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20220283678A1 (en) * | 2019-09-06 | 2022-09-08 | Dropbox, Inc. | Generating a customized organizational structure for uploading content to a cloud-based storage system |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9037680B2 (en) * | 2011-06-29 | 2015-05-19 | Instart Logic, Inc. | Application acceleration |
US9521214B2 (en) | 2011-09-20 | 2016-12-13 | Instart Logic, Inc. | Application acceleration with partial file caching |
US8996661B1 (en) * | 2012-02-09 | 2015-03-31 | Instart Logic, Inc. | Smart packaging for mobile applications |
US10220301B1 (en) * | 2012-09-20 | 2019-03-05 | Zynga Inc. | Providing content to a scrollable user interface |
WO2016048344A1 (en) * | 2014-09-26 | 2016-03-31 | Hewlett Packard Enterprise Development Lp | Caching nodes |
US9922201B2 (en) | 2015-04-01 | 2018-03-20 | Dropbox, Inc. | Nested namespaces for selective content sharing |
US10963430B2 (en) | 2015-04-01 | 2021-03-30 | Dropbox, Inc. | Shared workspaces with selective content item synchronization |
US10554713B2 (en) | 2015-06-19 | 2020-02-04 | Microsoft Technology Licensing, Llc | Low latency application streaming using temporal frame transformation |
US9697269B2 (en) | 2015-10-29 | 2017-07-04 | Dropbox, Inc. | Content item block replication protocol for multi-premises hosting of digital content items |
US10691718B2 (en) | 2015-10-29 | 2020-06-23 | Dropbox, Inc. | Synchronization protocol for multi-premises hosting of digital content items |
US9537952B1 (en) * | 2016-01-29 | 2017-01-03 | Dropbox, Inc. | Apparent cloud access for hosted content items |
US11290531B2 (en) | 2019-12-04 | 2022-03-29 | Dropbox, Inc. | Immediate cloud content item creation from local file system interface |
CN111617487B (en) * | 2020-05-22 | 2021-03-16 | 腾讯科技(深圳)有限公司 | Account access method and device in game application, storage medium and electronic equipment |
Citations (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20010034736A1 (en) * | 1998-07-22 | 2001-10-25 | Dan Eylon | Method and system for executing network streamed application |
US20020010798A1 (en) | 2000-04-20 | 2002-01-24 | Israel Ben-Shaul | Differentiated content and application delivery via internet |
US20020129123A1 (en) | 2000-03-03 | 2002-09-12 | Johnson Scott C | Systems and methods for intelligent information retrieval and delivery in an information management environment |
US20040044731A1 (en) | 2002-03-22 | 2004-03-04 | Kailai Chen | System and method for optimizing internet applications |
US20050010653A1 (en) | 1999-09-03 | 2005-01-13 | Fastforward Networks, Inc. | Content distribution system for operation over an internetwork including content peering arrangements |
US20060136389A1 (en) * | 2004-12-22 | 2006-06-22 | Cover Clay H | System and method for invocation of streaming application |
US20070038773A1 (en) | 2005-08-09 | 2007-02-15 | Sbc Knowledge Ventures, Lp | Media download method and system based on connection speed |
US7209060B2 (en) | 2005-07-28 | 2007-04-24 | Texas Instruments Incorporated | Reducing variation in reference voltage when the load varies dynamically |
US20070184902A1 (en) * | 2006-02-08 | 2007-08-09 | Derek Liu | Massively scalable multi-player game system |
US7324555B1 (en) | 2003-03-20 | 2008-01-29 | Infovalue Computing, Inc. | Streaming while fetching broadband video objects using heterogeneous and dynamic optimized segmentation size |
US20080301135A1 (en) | 2007-05-29 | 2008-12-04 | Bea Systems, Inc. | Event processing query language using pattern matching |
US20090234947A1 (en) * | 2004-09-23 | 2009-09-17 | Decasper Dan S | Advanced content and data distribution techniques |
US20100095289A1 (en) * | 2008-10-13 | 2010-04-15 | Oracle International Corporation | Patching of multi-level data containers storing portions of pre-installed software |
US20100153848A1 (en) | 2008-10-09 | 2010-06-17 | Pinaki Saha | Integrated branding, social bookmarking, and aggregation system for media content |
US20100175058A1 (en) | 2009-01-06 | 2010-07-08 | Radin Andrew A | System for providing distraction-free content in a flash-based gaming environment |
US20100279733A1 (en) | 2006-10-27 | 2010-11-04 | Cecure Gaming Limited | Networking application |
US20110082982A1 (en) | 2009-10-02 | 2011-04-07 | Limelight Networks, Inc. | Content delivery network cache grouping |
US7937491B1 (en) | 2004-06-09 | 2011-05-03 | Oracle America, Inc. | On-demand initialization of services in an application server |
US20110145427A1 (en) | 2009-12-10 | 2011-06-16 | Brian Amento | Method and apparatus for providing media content using a mobile device |
US20110197126A1 (en) * | 2010-02-05 | 2011-08-11 | Research In Motion Limited | Display Placeholders For Rich Media Content |
US20120016904A1 (en) | 2009-09-30 | 2012-01-19 | Amitt Mahajan | System and Method for Remote Updates |
US8112505B1 (en) | 2009-10-20 | 2012-02-07 | Wanova Technologies, Ltd. | On-demand block-level file system streaming to remote desktops |
US8150914B1 (en) * | 2011-05-25 | 2012-04-03 | Zynga Inc. | Simultaneous download of application file portions |
US20120110128A1 (en) | 2010-10-29 | 2012-05-03 | Aaron Jeffrey A | Methods, apparatus and articles of manufacture to route policy requests |
US8219598B1 (en) | 2009-05-11 | 2012-07-10 | Google Inc. | Cross-domain communicating using data files |
US20120297030A1 (en) | 2011-05-19 | 2012-11-22 | Sap Ag | Downloadable standalone offline application with integrated data for distributed offline processing |
US20120303697A1 (en) | 2011-05-23 | 2012-11-29 | Strangeloop Networks Inc. | Optimized rendering of dynamic content |
US20130066877A1 (en) | 2011-03-06 | 2013-03-14 | Gavriel Raanan | Data streaming for interactive decision-oriented software applications |
US20130073689A1 (en) | 2011-09-20 | 2013-03-21 | Instart Inc. | Application acceleration with partial file caching |
US20130091123A1 (en) | 2011-10-10 | 2013-04-11 | Qiming Chen | Query to streaming data |
US8543642B2 (en) | 2010-02-22 | 2013-09-24 | Data Accelerator Limited | Method of optimizing data flow between a software application and a database server |
US8626919B1 (en) | 2008-11-07 | 2014-01-07 | Google Inc. | Installer-free applications using native code modules and persistent local storage |
-
2011
- 2011-09-20 US US13/237,722 patent/US9521214B2/en active Active
-
2012
- 2012-08-23 EP EP12834548.5A patent/EP2758890B1/en active Active
- 2012-08-23 WO PCT/US2012/052162 patent/WO2013043305A1/en active Application Filing
Patent Citations (34)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20010034736A1 (en) * | 1998-07-22 | 2001-10-25 | Dan Eylon | Method and system for executing network streamed application |
US20050010653A1 (en) | 1999-09-03 | 2005-01-13 | Fastforward Networks, Inc. | Content distribution system for operation over an internetwork including content peering arrangements |
US20020129123A1 (en) | 2000-03-03 | 2002-09-12 | Johnson Scott C | Systems and methods for intelligent information retrieval and delivery in an information management environment |
US20020010798A1 (en) | 2000-04-20 | 2002-01-24 | Israel Ben-Shaul | Differentiated content and application delivery via internet |
US20040044731A1 (en) | 2002-03-22 | 2004-03-04 | Kailai Chen | System and method for optimizing internet applications |
US7324555B1 (en) | 2003-03-20 | 2008-01-29 | Infovalue Computing, Inc. | Streaming while fetching broadband video objects using heterogeneous and dynamic optimized segmentation size |
US7937491B1 (en) | 2004-06-09 | 2011-05-03 | Oracle America, Inc. | On-demand initialization of services in an application server |
US20090234947A1 (en) * | 2004-09-23 | 2009-09-17 | Decasper Dan S | Advanced content and data distribution techniques |
US20060136389A1 (en) * | 2004-12-22 | 2006-06-22 | Cover Clay H | System and method for invocation of streaming application |
US7209060B2 (en) | 2005-07-28 | 2007-04-24 | Texas Instruments Incorporated | Reducing variation in reference voltage when the load varies dynamically |
US20070038773A1 (en) | 2005-08-09 | 2007-02-15 | Sbc Knowledge Ventures, Lp | Media download method and system based on connection speed |
US20070184902A1 (en) * | 2006-02-08 | 2007-08-09 | Derek Liu | Massively scalable multi-player game system |
US7695370B2 (en) | 2006-02-08 | 2010-04-13 | Gaia Interactive Inc. | Massively scalable multi-player game system |
US20100279733A1 (en) | 2006-10-27 | 2010-11-04 | Cecure Gaming Limited | Networking application |
US20080301135A1 (en) | 2007-05-29 | 2008-12-04 | Bea Systems, Inc. | Event processing query language using pattern matching |
US20100153848A1 (en) | 2008-10-09 | 2010-06-17 | Pinaki Saha | Integrated branding, social bookmarking, and aggregation system for media content |
US20100095289A1 (en) * | 2008-10-13 | 2010-04-15 | Oracle International Corporation | Patching of multi-level data containers storing portions of pre-installed software |
US8626919B1 (en) | 2008-11-07 | 2014-01-07 | Google Inc. | Installer-free applications using native code modules and persistent local storage |
US20100175058A1 (en) | 2009-01-06 | 2010-07-08 | Radin Andrew A | System for providing distraction-free content in a flash-based gaming environment |
US8219598B1 (en) | 2009-05-11 | 2012-07-10 | Google Inc. | Cross-domain communicating using data files |
US20120016904A1 (en) | 2009-09-30 | 2012-01-19 | Amitt Mahajan | System and Method for Remote Updates |
US20110082982A1 (en) | 2009-10-02 | 2011-04-07 | Limelight Networks, Inc. | Content delivery network cache grouping |
US8112505B1 (en) | 2009-10-20 | 2012-02-07 | Wanova Technologies, Ltd. | On-demand block-level file system streaming to remote desktops |
US20110145427A1 (en) | 2009-12-10 | 2011-06-16 | Brian Amento | Method and apparatus for providing media content using a mobile device |
US8621098B2 (en) | 2009-12-10 | 2013-12-31 | At&T Intellectual Property I, L.P. | Method and apparatus for providing media content using a mobile device |
US20110197126A1 (en) * | 2010-02-05 | 2011-08-11 | Research In Motion Limited | Display Placeholders For Rich Media Content |
US8543642B2 (en) | 2010-02-22 | 2013-09-24 | Data Accelerator Limited | Method of optimizing data flow between a software application and a database server |
US20120110128A1 (en) | 2010-10-29 | 2012-05-03 | Aaron Jeffrey A | Methods, apparatus and articles of manufacture to route policy requests |
US20130066877A1 (en) | 2011-03-06 | 2013-03-14 | Gavriel Raanan | Data streaming for interactive decision-oriented software applications |
US20120297030A1 (en) | 2011-05-19 | 2012-11-22 | Sap Ag | Downloadable standalone offline application with integrated data for distributed offline processing |
US20120303697A1 (en) | 2011-05-23 | 2012-11-29 | Strangeloop Networks Inc. | Optimized rendering of dynamic content |
US8150914B1 (en) * | 2011-05-25 | 2012-04-03 | Zynga Inc. | Simultaneous download of application file portions |
US20130073689A1 (en) | 2011-09-20 | 2013-03-21 | Instart Inc. | Application acceleration with partial file caching |
US20130091123A1 (en) | 2011-10-10 | 2013-04-11 | Qiming Chen | Query to streaming data |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20220283678A1 (en) * | 2019-09-06 | 2022-09-08 | Dropbox, Inc. | Generating a customized organizational structure for uploading content to a cloud-based storage system |
US11775140B2 (en) * | 2019-09-06 | 2023-10-03 | Dropbox, Inc. | Generating a customized organizational structure for uploading content to a cloud-based storage system |
Also Published As
Publication number | Publication date |
---|---|
EP2758890B1 (en) | 2020-02-26 |
WO2013043305A1 (en) | 2013-03-28 |
EP2758890A1 (en) | 2014-07-30 |
EP2758890A4 (en) | 2014-11-26 |
US20130073689A1 (en) | 2013-03-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9521214B2 (en) | Application acceleration with partial file caching | |
US9648136B2 (en) | Smart packaging for mobile applications | |
US20190333283A1 (en) | Systems and methods for generating and presenting augmented video content | |
US8825790B2 (en) | Caching of fragmented streaming media | |
US8150914B1 (en) | Simultaneous download of application file portions | |
US9082092B1 (en) | Interactive digital media items with multiple storylines | |
US9937414B2 (en) | Methods and apparatus for remote updates | |
EP2867793B1 (en) | System and method for transparent in-network adaptation of rich internet applications | |
US20120226738A1 (en) | Simultaneous download of application file portions | |
CN102647634A (en) | A method and device for playing multi-slice video based on HTML5video | |
US8949781B1 (en) | Injecting features into an application | |
JP2022531339A (en) | Resource configuration method, resource configuration device, computer equipment, and computer program | |
US9438664B2 (en) | Application acceleration | |
CN108701159A (en) | System and method for prefetching content item | |
CN111182331B (en) | Media data slicing method, system and storage medium | |
WO2020086666A1 (en) | Cross-platform consumption of in-game objects | |
EP3542342A1 (en) | Automatic generation of interactive web page content | |
US9313292B2 (en) | Method, apparatus and system for display control | |
CN115734033B (en) | Video playing method, device and computer readable storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: INSTART INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:KOLAM, HARIHARAN;MITAL, MANAV RATAN;VENKAT, RAGHU;REEL/FRAME:027208/0058 Effective date: 20111023 |
|
AS | Assignment |
Owner name: INSTART LOGIC, INC., CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:INSTART, INC.;REEL/FRAME:029405/0158 Effective date: 20121026 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: AKAMAI TECHNOLOGIES, INC., MASSACHUSETTS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INSTART LOGIC, INC.;REEL/FRAME:052121/0335 Effective date: 20200220 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |