Re: Asynchronous plugin skeleton needed

2017-01-19 Thread Joe Quinn
On 1/19/2017 1:48 AM, Pedro David Marco wrote: >You should be able to use the other asynchronous plugins as a reference > >as well. Thanks... but i cannot find documentation about thinks like "register_async_rule_start()" for example... can anyone point to me where is it documented, please?

Re: Asynchronous plugin skeleton needed

2017-01-18 Thread Pedro David Marco
>You should be able to use the other asynchronous plugins as a reference> >as well. Thanks... but i cannot find documentation about thinks like "register_async_rule_start()" for example...  can anyone point to me where is it documented, please? Thanks!Pedro.

Re: Asynchronous plugin skeleton needed

2017-01-18 Thread Joe Quinn
On 1/18/2017 7:08 AM, Kiwi User wrote: On Wed, 2017-01-18 at 11:36 +, Pedro David Marco wrote: I would like to write a simple plugin to check some local Databases (cannot use rbldnsd) that takes long so making it asynchronous seems the best idea.. If possible, can anyone provide any skeleton

Re: Asynchronous plugin skeleton needed

2017-01-18 Thread Kiwi User
On Wed, 2017-01-18 at 11:36 +, Pedro David Marco wrote: > I would like to write a simple plugin to check some local Databases > (cannot use rbldnsd) that takes long so making it asynchronous seems > the best idea.. > If possible, can anyone provide any skeleton, please? > Local databases SQL,

Asynchronous plugin skeleton needed

2017-01-18 Thread Pedro David Marco
Hi everybody... Is it possible to have an asynchronous plugin for something not DNS/RBL related? I would like to write a simple plugin to check some local Databases (cannot use  rbldnsd) that takes long so making it asynchronous seems the best idea.. If possible, can anyone provide any skeleton, pl