|
RE: [Webware-devel] Start up handler? Was: Application.addShutDow nHandler
From: Edmund Lian <elian@in...> - 2002-01-28 19:03
|
Jay wrote: >>Geoff is correct. The Application starts before anything else except the AppServer. Contexts and PlugIns are both started after the application. The correct place to do that kind of initialization is in the Context __init__ or in a PlugIn __init__. What use did you have in mind for this? If you've got a specific problem to solve, let's talk about that.<< Both of you are right. I was thinking that it might be nice to be able to start routines after Application starts, independently of contexts and plugins. However, perhaps TaskKit is really the right place to stuff/control/kick-off autonomous code... I'll go back to sleep now... ...Edmund. |
| Thread | Author | Date |
|---|---|---|
| RE: [Webware-devel] Start up handler? Was: Application.addShutDow nHandler | Edmund Lian <elian@in...> |