bashartalib / pygr

Automatically exported from code.google.com/p/pygr
0 stars 0 forks source link

Provide convenience methods for adding new resources to running XML-RPC servers #105

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
While it is in principle already possible to add new resources to a 
running XML-RPC server by having it run in the foreground (e.g. using 
screen) and typing in appropriate commands in that Python session, it is 
not trivial to do so - achieving a successful update would require one to 
possess some knowledge of ResourceServer/MetabaseServer internals. It 
would make sense to provide convenience methods which would facilitate the 
process.

At the moment it seems reasonable to schedule this enhancement's 
appearance in official releases for 0.8.1.

Original issue reported on code.google.com by mare...@gmail.com on 26 Aug 2009 at 11:16