starpy.examples.hellofastagiapp
index
/home/mcfletch/pylive/starpy/examples/hellofastagiapp.py

FastAGI server using starpy and the utility application framework
 
This is basically identical to hellofastagi, save that it uses the application
framework to allow for configuration-file-based setup of the AGI service.

 
Modules
       
starpy.fastagi
logging
time
starpy.utilapplication

 
Functions
       
testFunction(agi)
Demonstrate simplistic use of the AGI interface with sequence of actions

 
Data
        reactor = <twisted.internet.selectreactor.SelectReactor instance>