Just a short question... maybe a stupid question, but:
Will IPC shared memory be swapped out if memory is tight?
Thanx in advance
Thomas
-- /* Windows NT Emulator */ main() { int *hog; for (;;) hog=malloc(sizeof(int)*65535); }
for (;;) hog=malloc(sizeof(int)*65535); }