History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WET-135
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Saraswati
Reporter: Raghu Venkataramana
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WET

AppResources class should keep a track of all the temporary resources that it assigned and clean them all up before shutting down.

Created: 07/Aug/06 03:22 AM   Updated: 18/Jun/07 10:55 AM
Component/s: Script Assistant
Affects Version/s: 1.0.0, 0.9.8_beta1, 0.9.8 Final
Fix Version/s: 1.2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Summary says it all

 All   Comments   Work Log   Change History      Sort Order:
Raghu Venkataramana - 15/Sep/06 03:30 PM
This is not so much of a major issue now. We dont use as many temp files as in the previous case thanks to the RPC Manager Mechanism.

Raghu Venkataramana - 02/Oct/06 04:33 AM
See comment above - defer to 'after 1.0'

Raghu Venkataramana - 18/Jun/07 10:55 AM
Saraswathi,

Can you look at this? Here are some tips:

Whenever the GetTEmpFile (or whatever the name is) is called, an arraylist should be populated with the next tempfile name that was added. When the system is shutting down, then it should call AppResources.Cleanup(), where all the tempfiles from the array are deleted.