In WebKit applications, as far as I can tell, there is no way to 
arbitrarily access the single instance of the app server (or the 
application).

I don't often need this, but once in awhile it would come in handy.

My plan is to require that all app servers set AppServer.globalServer 
for this purpose. Then any Python code could do this:

from WebKit.AppServer import globalServer
print globalServer
print globalServer.application()



Any comments before I implement this?

-Chuck


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to