The present invention relates to wireless communications devices, and in particular to a method and system for visual design of resource management preferences.
The number and variety of wireless terminal devices, such as mobile telephones, personal computers and PDAs with wireless communication capabilities, self service kiosks and two-way pagers is rapidly increasing. Software applications which run on these devices increase their utility. For example, a mobile phone may include an application which retrieves the weather for a range of cities, or a PDA may include an application that allows a user to shop for groceries. These software applications take advantage of the connectivity to a network in order to provide timely and useful services to users.
As is well known in the art, wireless terminal devices commonly have limited memory resources, with the result that ongoing handling of low-memory conditions is required. Wireless applications developers try to address these issues by various known means, such as by utilizing software design techniques that require less memory, optimizing internal data structures, limiting the amount of data that users can exploit using the application, and/or by removing (deleting) redundant data or code. Since applications are designed to operate independently of one another, the implementation of these approaches is normally unique to each application, which means that every application installed on a terminal device will have its own memory management code. This “duplication” of memory management software consumes additional memory, as so further reduces available memory resources. A further limitation of this arrangement is that it requires the software developer(s) to have experience in memory optimization techniques and be explicitly aware of the memory restrictions of every device type. This creates a barrier to the development of new wireless applications.
Accordingly, improved methods and systems for managing low-memory conditions in wireless terminal devices remains highly desirable.
Accordingly, an object of the present invention is to provide methods and systems for centralized memory management in wireless terminal devices.
Thus, an aspect of the present invention provides a method of enabling centralized memory management for a terminal device of a wireless network. In accordance with the present invention, a system is provided for automatically generating scripts for implementing memory management functionality in respect of the airless application. The system operates by analysing a wireless application to identify data structures of the application. Data structures which can be de-allocated as part of a memory clean-up operation are identified, and a memory management script generated to facilitate de-allocation instances of the identified data structures. The memory management script may include one or more user interface screens for enabling a user of a wireless terminal device to select instances of any data structure to be de-allocated.
Further features and advantages of the present invention will become apparent from the following detailed description, taken in combination with the appended drawings, in which:
It will be noted that throughout the appended drawings, like features are identified by like reference numerals.
The present invention provides methods and systems for centralized memory management in wireless terminal devices. Embodiments of the invention are described below, by way of example only, with reference to
Referring to
The AG 2 generally operates to mediate message flows between terminal devices 14 connected to the wireless network 4 and data services accessible through the data network 6 in the manner described in Applicant's co-pending United States Patent Publications Nos. 2004/0215700 and 2004/0220998, the contents of both of which are incorporated herein by reference.
In general, the terminal devices 14 can be any of a wide variety of software-controlled wireless devices including, but not limited to mobile telephones, personal computers and PDAs with wireless communication capabilities, self service kiosks and two-way pagers. As may be seen in
As shown in
As may also be seen in
As described in Applicant's co-pending United States Patent Publications Nos. 2004/0215700 and 2004/0220998, operation of the AG 2 enables a software application executing in a terminal device 14 to communicate with data services (not shown) offered through the data network 6. This operation may, for example, including accessing and downloading files from back-end data sources (not shown) connected to the data network 6. As may be seen in
Application Development Environment (Studio)
Referring now to
As will be appreciated, all of these functions must necessarily take into account the specifics of each application. Accordingly, the ADE 42 preferably also includes a memory management script editor 44 for assisting the application developer to generate one or more memory management scripts as part of the application development process. Each of the generated memory management scripts can be stored in an AD registry 38, which enables the script(s) to be downloaded to a terminal device 14separately from the application itself.
In general, the memory management script editor 44 analyses the application source code to identify data structures instantiated by the application during runtime. The application developer can then select those data structures which can be safely de-allocated to free up device resources. In addition to the items noted above, top-most data structures that are not contained in any other data structures are typically available for de-allocation, along with any contained data inside that instance. For example, consider a data component of type “Horse”, which contains a data component of type “Race”. If the user deletes all instances of “Horse” data (the top-most data structure), the memory management script can automatically delete all instances of “Race” data since it can no longer be referenced. Based on knowledge of data structures which can be safely de-allocated, the memory management script editor can automatically generate a memory management script which:
If desired, the application developer can use the memory management script editor 44 to prepare a single memory management script, which includes all of the memory management functionality associated with a respective application. Alternatively, two or more scripts can be prepared, each script providing respective different memory management functions. For example, the application developer could prepare one script for categorizing application data as low or high priority; a second script for deleting temporary files; a third script for deleting on-demand resources; and a fourth for deleting low priority application data and for identifying and removing non-essential application logic. As a still further alternative, some memory management functionality (e.g. prioritization of application data, and deletion of temporary files) may be embedded within the application, and other memory management functionality encoded within memory management scripts. In all cases, the memory management scripts are designed by the application developer taking into account the particulars of the respective application, and are designed to execute within the context of the application.
The application developer can also tag each script with a “use” rating, to control how the scripts are used. For example, a script that will have no discernable effect on the user's experience of the application, and which can therefore be used during normal operations (e.g. a script to delete temporary files) can be tagged with a “Normal” use rating. A script which will likely cause a minor inconvenience to the user, and which would therefore be used in a limited memory scenario (e.g. a script to delete Download on Demand resources) can be tagged with a “Limited” use rating. A script which will likely cause a significant impairment of use of the application, and which would therefore be used in a critical memory scenario (e.g. a script to delete low priority application data) can be tagged with a “Critical” use rating.
Centralized Memory Management
As mentioned above, the RE 32 includes a memory management kernel 36(
Referring to
If the amount of free memory drops below the first threshold (T1), the RE memory management kernel 36 transitions to a “memory limited” state 50. In this state, memory management scripts are used to reduce the amount of memory used by each installed application, but without affecting application data. For example, Download-on-Demand features, which can be restored as needed during run-time of an application, can be deleted. As mentioned above, this functionality must take into account the particulars of each application, and thus will be controlled by scripts provided by the application developer. Accordingly, for each installed application, the RE 32 communicates with the AG 2 to access and download the applicable memory management scripts, either from the AG registry 8, or from a back-end server 16 maintained by the application developer, as described above. Thus, for example, the RE 32 can use a TD registry 29 (
If, as a result of the above operations, the amount of free memory increases above the first threshold (Ti), the RE memory management kernel 36 returns to the “Normal” state 48, and memory management functionality continues as described above for that state.
However if, in spite of the actions taken in the “memory limited” state, the amount of free memory further drops below a second threshold (T2), the RE memory management kernel transitions to a “Memory Critical” state 52. In this state, aggressive actions are taken to reduce the amount of memory used by each installed application, and this may affect application data. For example, non-critical or low priority application data and/or application logic can be deleted. As with the deletion of Download-on-Demand features, this functionality must take into account the particulars of each application, and thus will be controlled by memory management scripts provided by the application developer as described above. Thus, for example, the RE 32 can a formulate a “Memory Critical” message, which is sent to the AG 2. In response to the “Memory Critical” message, the AG 2 retrieves corresponding memory management scripts (or links thereto) from its registry 8, using the “use rating” assigned by the application developer to select scripts that are appropriate to the “Memory Critical” state of the RE memory management kernel 36.
If desired, the RE memory management kernel 36 can also implement various functions in the “Memory Critical” state 52, which are independent of any one application. Representative application-independent functions include, without limitation:
In addition to sending memory management scripts (or links thereto) in response to the “Memory Critical” message, the AG 2 may, for example, limit messaging traffic to the terminal device 14, so as to reduce the memory resources required by any one application.
If, as a result of the above operations, the amount of free memory increases above the second threshold (T2), the RE memory management kernel 36 returns to the “Memory Limited” state 50, and memory management operations continue as described above for that state.
As will be appreciated, normal operation of a wireless application 30 can produce large transients in memory utilization. This can produce short term fluctuations in the free memory, which may unnecessarily force the RE memory management kernel 36 into “memory limited” or “memory critical” states. Accordingly, it is preferable to introduce a delay function, which serves to reduce the sensitivity of the RE memory management kernel 36 to short term fluctuations in the free memory. This may be accomplished in various ways. For example, the RE memory management kernel 36 can be programmed to transition from Normal to Memory Limited states only if the free memory remains below the first threshold (T1) for a predetermined period of time. Such a time period may be indicated, for example, by a clock function (or any equivalent function which is well known in the art) that starts when the free memory crosses the threshold value. This same approach may be used (with appropriate adjustments) for controlling the other possible state transitions. Instead of a clock function, the RE memory management Kernel 36 could control state transitions based on a running average free memory computed over a suitable time interval (or, equivalently, a selected number of samples of the free memory taken at regular time intervals).
It will also be appreciated that execution of the memory management functions executed during the Memory Limited and Memory Critical states could well disrupt use of the terminal device 14. For example, if the RE memory management kernel 36 transitions to either of the Memory Critical state while a wireless application is in use, immediate downloading and execution of scripts to identify and delete seldom-used applications may be extremely inconvenient to the user. Accordingly, when the RE memory management kernel 36 transitions to either of the Memory Limited and Memory Critical states, it may delay execution of some (or all) of its memory management operations. Thus, for example, upon a transition to the Memory Critical state, the RE memory management kernel 36 may provide the user with a “low memory” warning as a “pop-up” message, and possibly send a warning message to the AG 2. However, downloading and execution of scripts to delete low priority application data and/or logic, for example, may be delayed until the terminal device becomes idle (i.e. when there is no user activity on the device for a predefined amount of time).
The embodiment(s) of the invention described above is(are) intended to be exemplary only. The scope of the invention is therefore intended to be limited solely by the scope of the appended claims.
The present application is based on and claims priority under 35 U.S.C. §119(e) of Applicant's U.S. Patent Application No. 60/672,087 filed Apr. 18, 2005.
Number | Date | Country | |
---|---|---|---|
60672087 | Apr 2005 | US |