When/how is Plugin->register called?

Matthew Pitts mpitts at a3its.com
Wed Oct 24 19:22:24 UTC 2007


On Wed, 2007-10-24 at 14:07 -0500, Brett Hoerner wrote:
> Doing a "LOAD MyPlugin" will call the load method, and after that,
> using "SET plugins                                = myplugin" is
> allowed inside of a Service, and that runs the register method.
> 
> LOAD MyPlugin # calls load
> CREATE SERVICE test
>   SET role = reverse_proxy
>   SET pool = test_pool
>   SET plugins = myplugin # calls register for this plugin on this
> service
> ENABLE test 

Cool, thanks for the info. This helps me out a lot.

-- 
Matthew W. Pitts
Software Engineer
mpitts at a3its.com
336.202.3913 (mobile)

A3 IT Solutions, LLC
www.a3its.com




More information about the perlbal mailing list