Re: module interaction

2011-03-26 Thread Simone Caruso
On 27/03/2011 01:04, Ben Noordhuis wrote: On Sun, Mar 27, 2011 at 00:23, Simone Caruso wrote: I think provider or apr_optional are what i'm looking for, i read mod_authnz_ldap for a provider sample and mod_ldap for apr_optional, maybe i have understood the logic, but... i don't understand the d

Re: module interaction

2011-03-26 Thread Ben Noordhuis
On Sun, Mar 27, 2011 at 00:23, Simone Caruso wrote: > I think provider or apr_optional are what i'm looking for, > i read mod_authnz_ldap for a provider sample and mod_ldap for apr_optional, > maybe i have understood the logic, but... i don't understand the difference > between these two approache

Re: module interaction

2011-03-26 Thread Simone Caruso
On 26/03/2011 22:18, Ben Noordhuis wrote: On Sat, Mar 26, 2011 at 16:09, Brian McQueen wrote: If you want to share functions then put them into a library and they will be shared in the usual way like normal c functions. If you want to pass data between modules there are are notes and environmen

Re: module interaction

2011-03-26 Thread Ben Noordhuis
On Sat, Mar 26, 2011 at 16:09, Brian McQueen wrote: > If you want to share functions then put them into a library and they > will be shared in the usual way like normal c functions. If you want > to pass data between modules there are are notes and environment. This. And there is also the provide

Re: module interaction

2011-03-26 Thread Brian McQueen
If you want to share functions then put them into a library and they will be shared in the usual way like normal c functions. If you want to pass data between modules there are are notes and environment. On 3/26/11, Simone Caruso wrote: > > I have made 2 modules for different scopes, now i woul

module interaction

2011-03-26 Thread Simone Caruso
I have made 2 modules for different scopes, now i would like let them comunicate, there is an interface that permits me do this without using files ? Being loaded together can i call module2's functions from module1 and vice versa? -- Simone Caruso IT Consultant