module development suggestion request

2011-11-27 Thread Reza Shadmani
Dear all, I am an experienced C programmer and would like to write a module for Apache platform to accomplish following requirements: - receiving raw TCP traffic destined from connected clients. - retain the connections established for a long time. - process incomming TCP traffic based on customi

Binary Tree Shared Memory Problem

2011-11-27 Thread Oğuzhan TOPGÜL
Hi, i'm trying to use a binary that has a main node, and every leaf is also a node that has leaves. So i'm using a struct that's called node and this node has two nodes in it. i defined a struct like typedef struct element{ int IP; int counter; }ELEMENT; typedef struct node { ELEMENT