- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Logical and phisical queue ....
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
02-03-2006 03:49 AM
02-03-2006 03:49 AM
:0)
Can you explain me what is a logical and a
phisical queue?
thanks, Manuales.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 04:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 04:12 AM
02-03-2006 04:12 AM
Re: Logical and phisical queue ....
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 04:58 AM
02-03-2006 04:58 AM
Re: Logical and phisical queue ....
exactly .. what is a queue?
could be a message?
I have listened about queues' Tuxedo for example ...
exactly .. what is a queue?
what kind of queues does exist?
Thanks ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 04:59 AM
02-03-2006 04:59 AM
Re: Logical and phisical queue ....
exactly .. what is a queue?
could be a message?
I have listened about queues' Tuxedo for example ...
exactly .. what is a queue?
what kind of queues does exist?
Can you give me examples about physical and logicals queues?
Thanks ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:10 AM
02-03-2006 05:10 AM
Re: Logical and phisical queue ....
A message queue is an IPCS (Inter-Process Communication System) facility that allows a group of processes to communicate with each other. One process pushes a message on the queue and another process pops the message. IPCS message queues might not be serviced in the order that they were pushed on the queue because there is also a priority associated with each message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:41 AM
02-03-2006 05:41 AM
Re: Logical and phisical queue ....
what is its function?
Thanks, Manuales. ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:42 AM
02-03-2006 05:42 AM
Re: Logical and phisical queue ....
what is i/o ?
Manuales.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:43 AM
02-03-2006 05:43 AM
Re: Logical and phisical queue ....
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:47 AM
02-03-2006 05:47 AM
Re: Logical and phisical queue ....
and that portion of memory is internal or external, is physics memory or RAM?
Manuela.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:49 AM
02-03-2006 05:49 AM
Re: Logical and phisical queue ....
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:50 AM
02-03-2006 05:50 AM
Re: Logical and phisical queue ....
I/O is Input & Output.
What Buffercache is related your the system using the swap system but in MEM cache and swap.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 05:52 AM
02-03-2006 05:52 AM
Re: Logical and phisical queue ....
The Unix buffer cache is a portion of physical memory that holds file buffers.
When an I/O is requested, a "logical" or a "phsical" transfer occurs. If the requested data resides in memory; that is, in the buffer cache, then the I/O was a "logical" one. If a disk access is required to retrieve the data, then a "physical" I/O occured.
Similarly, when a write is performed, data may not be written immediately to the physical medium (e.g. disk), but rather kept in the buffer cache. A read request may then be satisfied from this buffer.
Clearly, keeping some buffer cache generally improves performance since reading and writing memory is much, much faster than doing I/O to electromechanical devices.
The job of the 'syncer' daemon, which runs every 30-seconds, is to flush modified buffers from memory to disk. Too big a buffer cache can cause peaks in processor and I/O which otherwise can impede server performance.
With the latest HP-UX releases, the 'syncer' process has been improved.
The amount of memory you define for the buffer cache is controled by the kernel parameters 'cbc_max_pct', 'dbc_min_pct', 'bufpages' and 'nbuf'.
If you are running a database like Oracle with its own internal buffer cache (SGA) you generally want to keep a small Unix buffer cache. To do otherwise is to "double buffer" which gains nothing.
For more information on configuring the Unix buffer cache, see here:
http://docs.hp.com/en/TKP-90202/index.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2006 07:41 AM
02-03-2006 07:41 AM
Re: Logical and phisical queue ....
Thanks all !!!!
Manuales.