Hhow about simply using the swap? the text segments (CS) of the process are anyway on disk/flash. the only parts are the program's DS. so you purge the memory pages for the CS and put the DS on disk - probably even compress it. Fairly automatic if you are using Linux...
Manually saving state for the app can be buggy, what if you forgot to save something? how can you QA this type of bug??
So does this mean there's only one stack available at a time? If so, I guess that's sort of like how mobile phones really are now, but I was just curious if it's possible at all to multitask (have more than one stack)?
Maybe there just isn't enough space available in the screen to do such thing, but nevertheless I'm curious.
4. Then postthis on 4 different videos. If you do this your crush will kiss you on the nearest friday! But if you read this and dont post it on 4 different videos then you wil have very bad luck
LoL, notice around 07:20, the browser process wasn't terminated! It will be fun to see if it was really a presentation mistake or an intended OS mechanism such that it only terminates processes as needed.
Right. It appears that it only terminates processes when it requires the space for other more pertinent processes. That way, if you wanted to go right back to the Browser after closing the last window and going back to your mail, it opens up nice and quick. Google's done a very good job of all this, from what I can see.
Probably they just use some default Java techniques, which means that they use the garbage collection future which comes with Java. This garbage collection future only cleans up the unused memory when it needs more memory. Since the whole phone OS is running in one runtime they probably use reflection to start a new 'application' but this application is not more than just a module which will be loaded in the existing runtime library.
This has been flagged as spam show
Try Naughty brides in your area mworld5.info
kkjhijiioyty 1 year ago
Hhow about simply using the swap? the text segments (CS) of the process are anyway on disk/flash. the only parts are the program's DS. so you purge the memory pages for the CS and put the DS on disk - probably even compress it. Fairly automatic if you are using Linux...
Manually saving state for the app can be buggy, what if you forgot to save something? how can you QA this type of bug??
cybernytrix 4 years ago
So does this mean there's only one stack available at a time? If so, I guess that's sort of like how mobile phones really are now, but I was just curious if it's possible at all to multitask (have more than one stack)?
Maybe there just isn't enough space available in the screen to do such thing, but nevertheless I'm curious.
garfonkee 4 years ago
This has been flagged as spam show
THIS REALLY WORKS OUT!TRY IT OUT.
1. Say your name 10x
2. Then say your mom's name 5x
3. Then say your crush's name 3x
4. Then postthis on 4 different videos. If you do this your crush will kiss you on the nearest friday! But if you read this and dont post it on 4 different videos then you wil have very bad luck
yungking334 4 years ago
LoL, notice around 07:20, the browser process wasn't terminated! It will be fun to see if it was really a presentation mistake or an intended OS mechanism such that it only terminates processes as needed.
huseurdaddy 4 years ago
Right. It appears that it only terminates processes when it requires the space for other more pertinent processes. That way, if you wanted to go right back to the Browser after closing the last window and going back to your mail, it opens up nice and quick. Google's done a very good job of all this, from what I can see.
admwiggin 4 years ago 8
Probably they just use some default Java techniques, which means that they use the garbage collection future which comes with Java. This garbage collection future only cleans up the unused memory when it needs more memory. Since the whole phone OS is running in one runtime they probably use reflection to start a new 'application' but this application is not more than just a module which will be loaded in the existing runtime library.
Nick87Neger 4 years ago
Guess, it's the intent. memory slot(cache?) is still available up to purge time.
CONSTM63 4 years ago