carry data like ap_table with key value between modules. is it possible? Thanks.how can i reach this record in mod_person_counter module ? or how canlet say i allocate memory using mod_person_adder module2-mod_person_counter -> counts total person number in system.i have a struct and 2 modulestypedef struct person{char *name;int id;};Person1-mod_person_adder -> add new person to system.
apr_palloc(r->server->process-> pool,sizeof(Person)); (Or any pool )