Advertisement

1 - 10 of 491 containing alltags:("swapping") (0 seconds)
When I run top I get this result. I wounder why I use nearly 7MB swap when I have 14 MB free memory. Can someone explain that to me. Is something wrong? Do I have to empty the swap partition someti...
Zones: LinuxDate Answered: 02/08/1998 Grade: C Views: 0
we cannot access the windows swap file, win386.swp.  how do include the code to access this file? Raphael
Zones: C++Date Answered: 04/10/1999 Grade: A Views: 0
Is a onmouseover image swap and sound effect possible at same time?  I was wondering, if it were possible to have 3 different images swap out and have 3 different sound effects for the images?  If ...
Zones: JavaScriptDate Answered: 12/13/1999 Grade: A Views: 0
Tags: swap
$a=1 $b=2 how do I swap $a and $b in a "one liner"?
Zones: PerlDate Answered: 06/17/2001 Grade: A Views: 4
Hi,    the server has 4GB RAM and 2GB was allocated: the top command shows: 4GB real, 1.2GB free, 3.9GB swap in use, 700MB free 1. how does the server comes up with 3.9GB swap in use and 700...
Zones: SolarisDate Answered: 03/15/2003 Grade: A Views: 0
I would like to if it is possible to swap two resgisters without using a third register. Also how does one rearrange the contents of a register in place such that LSB becomes MSB(Basically revers...
Zones: CDate Answered: 12/23/2002 Grade: A Views: 0
I know that normally I can't use the same partiton for the swapfile of windows and linux? I would save some space doing so, so I am looking for some alternative solutions.
Zones: Operating Systems, Red Hat Linux, Linux Distribu...Date Answered: 09/01/2003 Grade: B Views: 0
question is about this code: #include<stdio.h>   void swap(int *a,int *b) { int *t; t=a,a=b,b=t; }   main () { int a=5,b=11; swap(&a,&b); printf (“%d %d”,a,...
Zones: CDate Answered: 09/06/2003 Grade: B Views: 0
Virtual memory concept involves what kind of swapping.
Zones: Operating Systems, Tivo...Date Answered: 02/21/2004 Grade: A Views: 0
What I want to do is have my mouse highlight over the thumbnails within the iframe, and once the mouse is over one of those thumbnails, the bigger image will change to that thumbnail picture. ...
Zones: JavaScriptDate Answered: 11/11/2003 Grade: A Views: 0