Search Results

Search: Posts Made By: dairby
10,439
Posted By dairby
We load in memory oracle tables. To read the...
We load in memory oracle tables. To read the tables, they have associate several indexes. so we have several shared memory segment:
1..n Data Segment
1..n Indexex Segment (1xIndex)
1 Control...
10,439
Posted By dairby
Resolved problem: cc DemoIPC.c -o -N DemoIPC...
Resolved problem:

cc DemoIPC.c -o -N DemoIPC
DemoIPC
chatr +as mpas DemoIPC
Forum: Programming 08-03-2009
6,007
Posted By dairby
I donīt know if iīm usuing MPAS process. How...
I donīt know if iīm usuing MPAS process. How can I know it ?

---------- Post updated at 04:33 PM ---------- Previous update was at 04:04 PM ----------

Resolved problem:

cc DemoIPC.c -o -N...
Forum: Programming 08-03-2009
6,007
Posted By dairby
Problem shmat in HP-UX Titanium ia64. EINVAL Error
I have a process that needs two active connections to the same zone of shared memory simultaneously.

The firs conection works ok, but when i do the second call to shmat it give me error 22...
10,439
Posted By dairby
Donīt worry by the 5000 (key_t), in the original...
Donīt worry by the 5000 (key_t), in the original source is not hardcode, this is only the example of the problem.
I have tested your solution: shmget(5000, sizeof(int), 0777 & IPC_CREAT);
and give...
10,439
Posted By dairby
5000 is the key_t key, the order is ok.
5000 is the key_t key, the order is ok.
10,439
Posted By dairby
Problem shmat in HP-UX. EINVAL Error
I have a process that need two active connections to the same zone of shared memory. But when i do the second call to shmat it give me error 22 (EINVAL). Only works ok the second call to shmat if i...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 09:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy