search for: ojbect

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

Did you mean: object
2006 Feb 11
1
Storing fied contents in a session variable before link_to
...page 1: will save the main object (form tag), with a link (link_to) to page 2 2) page 2: enter additional information relevant for the main object 3) After the information in page 2 is added user will submit (infos stored in a session variable) and be redirected to page 1 3) On submit for page 1 ojbect will be saved wiht page 1 fields in combination with infos from the session variable with infos from page 2. Now come the problem scenario: 1) User will update *some* of the data in page 1 (not submit) and then select link to page 2. 2) After action on page 2 is finished, user will submit page 2...
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 th...
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