- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Paging and Swapping
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 08:04 PM
07-31-2002 08:04 PM
Paging and Swapping
Please explain me about paging and swapping, What are they, and how they work and what is the difference between them.
Any documents or link on the topic
regards
chakri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 08:09 PM
07-31-2002 08:09 PM
Re: Paging and Swapping
http://www.docs.hp.com/hpux/onlinedocs/5965-4641/5965-4641.html
rgds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 08:16 PM
07-31-2002 08:16 PM
Re: Paging and Swapping
this document will tell you about swapping:
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000048595137
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 08:40 PM
07-31-2002 08:40 PM
Re: Paging and Swapping
any process, if it is to be excecuted, must be loaded in to the memory(RAM). So depending on the size of the RAM it can accommodate limited no. of processes. but when a new process comes RAM has to provide place for it also. then OS identifies any sleeping process or process which is waiting (for other process to be finished) in the RAM, and swaps it to the virtual memory ( a space on the hard disk, which is called SWAP space) tempororily. Earlier entire process used to be swapped to SWAP space which is called Swaping. But now a new technique called Paging is introduced. here the size of the process will be divided into pages (small chunks like 4kb, 8kb) and these pages will be swapped to SWAP space, which is called Paging.
this is a simple explanation, to got indepth knowledge read manuals as others suggested.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 09:04 PM
07-31-2002 09:04 PM
Re: Paging and Swapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 09:40 PM
07-31-2002 09:40 PM
Re: Paging and Swapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 02:47 AM
08-01-2002 02:47 AM
Re: Paging and Swapping
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 04:41 AM
08-01-2002 04:41 AM
Re: Paging and Swapping
/usr/share/doc
..it's called mem_mgt. There are also a number of other papers there that contain an abundance of valuable information to read and learn.
Enjoy,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2002 05:00 AM
08-01-2002 05:00 AM
Re: Paging and Swapping
regards
chakri