Search Results

Search: Posts Made By: helpmeforlinux
Forum: Programming 03-19-2010
10,247
Posted By helpmeforlinux
extern "C" { #include <sys/types.h> #include...
extern "C" {
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/wait.h>
}

#include <iostream>...
Forum: Programming 03-17-2010
10,247
Posted By helpmeforlinux
Is there any other alternative to use STL in...
Is there any other alternative to use STL in Shared memory ? What about memory mapped files ?
Forum: Programming 03-12-2010
10,247
Posted By helpmeforlinux
Shared Memory and String,Vector
How can i user string or vector ins shared memory ?

For example i have a structure sharedInfo like below
struct sharedInfo {
string szName;
int iAge;
string szAddrees;
};

if...
Forum: Programming 08-13-2009
7,861
Posted By helpmeforlinux
Help with Compiling large source file using g++
HI All,

I m compiling a 27 MB cpp file and compiler crashes.
My enviroment : RH 9, compiler g++

how i m compiling
g++ -fPIC -DWITH_OPENSSL -DWITH_COOKIES -c soapC.cpp

it took almost 30...
Forum: Programming 08-10-2009
7,327
Posted By helpmeforlinux
#matrixmadhan & Corona688 all. I got the above...
#matrixmadhan & Corona688 all.
I got the above scenario working, and now i m able to get the child's pid in signal handler using sigaction siginfo structure. Still i m doing some optimization and...
Forum: Programming 08-07-2009
7,327
Posted By helpmeforlinux
#matrixmadhan Sorry for late reply. ...
#matrixmadhan

Sorry for late reply.

Actually i was implementing the above program so i was bit busy, still i m facing one problem as i said earlier, how do i know which child sent me a signal,...
Forum: Programming 07-30-2009
7,327
Posted By helpmeforlinux
#matrixmadhan No the no of first level...
#matrixmadhan

No the no of first level children as well as second node level children are not constant all are dynamic.

What i m doing is as below
- I m looking for total networks.
- then i...
Forum: Programming 07-30-2009
7,327
Posted By helpmeforlinux
Yes communication means, every lower level child...
Yes communication means, every lower level child should tell its parent that i have finished and give another task that is pending. Means the lower level child will first see for the instruction to...
Forum: Programming 07-28-2009
7,327
Posted By helpmeforlinux
Need help with fork, forking multiple childs and shared memory
Hi all,

I m writing an application, where i need to fork multiple childs and those child should handle particular task given to them.

More descriptive.

For example, suppose i have 4 Network,...
Showing results 1 to 9 of 9

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