- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Shared Memory on 11.00
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
10-24-2000 06:17 PM
10-24-2000 06:17 PM
Shared Memory on 11.00
Can a 32 bit application and 64 bit application use shared memory for inter-process communication?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 06:29 PM
10-24-2000 06:29 PM
Re: Shared Memory on 11.00
Yes. See document #UNX1100033 which states, in part:
HP-UX 11.0 allows 32-bit and 64-bit applications to communicate with each other using standard data sharing and interprocess communication (IPC) mechanisms.
Data shared by 64-bit and 32-bit application should be the same size and have the same alignment in both applications.
From document #UNX1100042:
The maximum shared memory segment size on 64-bit HP-UX 11.0 is:
-> 1 GB for 32-bit applications
-> 4 TB for 64-bit applications
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 09:39 PM
10-24-2000 09:39 PM
Re: Shared Memory on 11.00
From docs.hp.com
The shared memory segment for 32-bit applications is separate from the shared memory segment for 64-bit applications. Thus, the 32-bit application has simultaneous access to 1.75GB (2.75GB with SHMEM_MAGIC) and the 64-bit application has access to 4TB shared memory in one contiguous segment. The 64-bit application can choose to share memory segments with 32-bit applications if desired. In this case, the limits will be based on what the 32-bit application can access.
......Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 09:48 PM
10-24-2000 09:48 PM
Re: Shared Memory on 11.00
From docs.hp.com:
The shared memory segment for 32-bit applications is separate from the shared memory segment for 64-bit applications. Thus, the 32-bit application has simultaneous access to 1.75GB (2.75GB with SHMEM_MAGIC) and the 64-bit application has access to 4TB shared memory in one contiguous segment. The 64-bit application can choose to share memory segments with 32-bit applications if desired. In this case, the limits will be based on what the 32-bit application can access.
......Madhu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 09:49 PM
10-24-2000 09:49 PM
Re: Shared Memory on 11.00
......Madhu