Home | Trees | Indices | Help |
|
---|
|
Produces running _Searcher threads.
PythonThread threads can only be started by the main program or other PythonThread threads, so this PythonThread-based class creates and starts single-use _Searcher threads. This thread is created and started by the main program during TurboGears initialization as a singleton.
To get a _Searcher thread, call the _SearcherFactory instance. Then pass the query to the _Searcher thread that was returned.
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
Public API | |||
---|---|---|---|
|
|||
_Searcher |
|
||
|
|||
Threaded methods | |||
|
|
|||
Inherited from |
|
Note: The thread is started as soon as the class is instantiated. |
|
Listen for requests and create _Searcher classes. If the request message is stop, then the thread will be shutdown.
Note: This method is run in the thread. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Tue May 1 23:35:04 2007 | http://epydoc.sourceforge.net |