Persistence In SimpleXMLRPCServer?

John Abel john.abel at pa.press.net
Tue May 13 05:58:37 EDT 2003


I have an XML-RPC server, with an instance that returns details of the 
local filesystem.  Is there a way I can have certain data cached (file 
stat data, for example), for use with each request?  I was thinking of 
something along the lines of self.server.xxxxx.

Is something like this possible, or will I have to store the data external?

Thanks

John






More information about the Python-list mailing list