Operating System - HP-UX
1848686 Members
7246 Online
104035 Solutions
New Discussion

Re: shared memory allocation

 

shared memory allocation

Hi,

I would like to allocate shared memory in HP-UX 11.0. How can I do it? Can I do it by a shell script?

Thanks & regards,
Jeganathan,
NBC, New York
1 REPLY 1
James A. Donovan
Honored Contributor

Re: shared memory allocation

Are you sure this is what you want to do??? Are you writing your own application in C/C++?

Shared memory segments are allocated by the shmget() function call, and typically this function is called directly by applications like Oracle, and not via scripts.
Remember, wherever you go, there you are...