![]() |
![]()
| ![]() |
![]()
NAMEGungho::Engine - Base Class For Gungho EngineSYNOPSISpackage Gungho::Engine::SomeEngine; use strict; use base qw(Gungho::Engine); sub run { .... } METHODShandle_dns_response()Handles the response from DNS lookups.handle_responseCall finish_request() on the request, and delegates to Gungho's hnalde_response()finish_requestPerform whatever cleanup required on the requestrun()Starts the engine. The exact behavior differs between each enginesstop()Stops the engine. The exact behavior differs between each engines
|