search for: ojbects

Displaying 4 results from an estimated 4 matches for "ojbects".

Did you mean: objects
2006 Feb 11
1
Storing fied contents in a session variable before link_to
Hello, in my rails application I have the following requierement: I want to store the content of all editable fields (form tag) of a page in a session variable when the "link_to" action is selected. (Submit would be easy, for details & background please see below). Thanks a lot Christian I may miss here something, but this is my problem (I tried hard to make it clear - just let
1999 Mar 31
1
GC, Disk Storage, etc
...ject storage ideas.) It should be possible to set up an object access system that loads objects on demand, and saves them out to disk when not used using a LRU strategy. The save to disk could be part of the garbage collection strategy. Some herusitic like, if we run out of memory, throw all the ojbects we've not used for XXX period of time out to disk. If there are no such objects, try to increase our available memory. If that fails, throw things out from least recently used forward. If we can't manage to satisfy the request using either method, fail the memory allocation and tell the...
2008 Aug 09
6
ElderScrolls - case-sensitivity, many of the same file
hypothetically, i have 2 different textures, one names TX_Skin, another named tx_skin. a plugin calls TX_SKIN, which texture does it choose?
2009 Jul 05
3
Memory management issues
Hi everybody, I have been interfacing some C++ library code into an R package but ran into optimization issues specific to memory management that require some insight into the GC. One of the C++ libraries returns simple vectors of integers, doubles and complex which are allocated and managed from the library itself. I cannot know the length of the array beforehand, so I cannot pre-allocate that