Vendetta wrote:For a workstation or network terminal, they're useful, for a single user desktop (especially a games/internet PC, like mine), they are utterly irrelevant.
I do like RDP a lot, though (VNC is much slower). For those who don't have single-user machines, ACLs and Group Policy is a godsend.
Spanky The Dolphin wrote:How well does something like that work? I don't know if I frequently encounter that sort of problem (although I probably have...), but I'm both interested and slightly wary about just installing something like that.
Not very well, I find. The only real solution is to switch to an OS with competent memory management.
Vendetta wrote:For a workstation or network terminal, they're useful, for a single user desktop (especially a games/internet PC, like mine), they are utterly irrelevant.
I do like RDP a lot, though (VNC is much slower). For those who don't have single-user machines, ACLs and Group Policy is a godsend.
I find any and all iterations of VNC rather slow. Useful tools to be sure - their cross platform support is excellent - but the mechanism in which it transfers data is inherently slow. RDP is much faster.
Spanky The Dolphin wrote:How well does something like that work? I don't know if I frequently encounter that sort of problem (although I probably have...), but I'm both interested and slightly wary about just installing something like that.
They just prolong the inevitable. 9x/ME's memory management leaves much to be desired.
"I once asked Rebecca to sing Happy Birthday to me during sex. That was funny, especially since I timed my thrusts to sync up with the words. And yes, it was my birthday." - Darth Wong
Leader of the SD.Net Gargoyle Clan | Spacebattles Firstone | Twitter
Not a problem dude. I'm only an ICQ msg away if you want anything.
"I once asked Rebecca to sing Happy Birthday to me during sex. That was funny, especially since I timed my thrusts to sync up with the words. And yes, it was my birthday." - Darth Wong
Leader of the SD.Net Gargoyle Clan | Spacebattles Firstone | Twitter
Spanky The Dolphin wrote:How well does something like that work? I don't know if I frequently encounter that sort of problem (although I probably have...), but I'm both interested and slightly wary about just installing something like that.
They just prolong the inevitable. 9x/ME's memory management leaves much to be desired.
They don't even work that well anyways. They just force some stuff to be paged or unpaged with the user none the wiser.
ggs wrote:(My old Win98se box I reformated & installed win2k on it. That was fun, the BIOS didn support booting from CD...)
For others with this problem, there's a bootdisk creation utility on the win2k CD, and you can download the boot disk creation utility for WinXP from the internet.
I didnt know that.
I d/l a DOS boot disk, loaded that onto the hdd (after refomating). Then installed win2k over the DOS install. Then I had to manuelly clean up the crap left over from the DOS.
No biggy, only added an extra hour or so to the time it took to install it.
"Okay, I'll have the truth with a side order of clarity." ~ Dr. Daniel Jackson.
"Reality has a well-known liberal bias." ~ Stephen Colbert
"One Drive, One Partition, the One True Path" ~ ars technica forums - warrens - on hhd partitioning schemes.
GrandMasterTerwynn wrote:Yeah, that's one of the biggest problems with Windows ME. It has a memory leak the size of a small nation. Which meant that whenever a program ran, not all the memory it used was returned to the memory pool. So the memory available got lower and lower and lower, until the system ground to a halt.
And there were only two ways to fix the problem. One was the old three-fingered salute. The other was to pick up some sort of utility to do the garbage collection that Windows should've been doing. An example of that is here.
How well does something like that work? I don't know if I frequently encounter that sort of problem (although I probably have...), but I'm both interested and slightly wary about just installing something like that.
They work by pushing everything in active memory into the page file.
It then releases all the memory it allocated, which then allows the OS to repage stuff back in. Due to how paging works under Win9x, it will only page in what it needs too (and is very reluctant to page anything out).
This forces the OS to recheck some types of system resources when it starts paging crap back in.
Those types of apps work much better if you actually close the application after it does it memory allocation thing(and after it has released the memory of course).
"Okay, I'll have the truth with a side order of clarity." ~ Dr. Daniel Jackson.
"Reality has a well-known liberal bias." ~ Stephen Colbert
"One Drive, One Partition, the One True Path" ~ ars technica forums - warrens - on hhd partitioning schemes.