Is there a "proper" way to have webkit launch a service with the start of an appserver? I'm imagining a hook (a la emacs' hooks) that can be defined in a config file so whenever AppServer starts I can have arbitrary python code executed.
Similarly, for some of my Servlets I would like to establish a network connection to a service, but it's not clear how Servlet instantiation happens or if/how it can be controlled. I guess I'm looking for a thread-hook: Anytime a particular Servlet is instantiated by one of the executing threads, how do I a get code executed? My intuition says to override __init__() but there's no doc that I've found about the dos and don'ts of doing this. As far as I can tell there's no arguments to the default constructor, but will that always be the case? Will I run into trouble with future releases? Daniel Popowich Wordbox, Inc. _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
